I have created a World called London Blue Plaques using data from a KML file.
I would like to incorporate a link from each record to the corresponding entry in Wikipedia but I have no idea where to start.
Can any one give me any guidance?
Thanks
N
Nicola Radacher
said
almost 11 years ago
Hi Mark,
Please have a look at the KML specification: https://developers.google.com/kml/documentation/kmlreference. This should help you getting started on how you can add information your KML file. Just have a look at "Descriptive HTML in Placemarks" section in order to add custom information.
You can also think about changing from KML to ARML, which gives you a lot of possibilities to add additional details like the website. Just have a look at the specification under http://openarml.org/wikitude4.html.
Mark Dixon