Google Maps service module
From WandoraWiki
(Difference between revisions)
(→Example) |
|||
Line 1: | Line 1: | ||
− | Wandora's [http://maps.google.com/ Google Maps] service module creates a map visualization out of data gathered into Wandora's topic map. At the moment the module supports data extracted using Wandora's [[GeoNames extractors]], [[Oma kaupunki extractor]] and [[Palvelukartta extractor]]. Latter two are local, Finnish and Helsinki city region extractors. Service module's alias is '''googlemaps''' and access URL | + | Wandora's [http://maps.google.com/ Google Maps] service module creates a map visualization out of data gathered into Wandora's topic map. At the moment the module supports data extracted using Wandora's [[GeoNames extractors]], [[Oma kaupunki extractor]] and [[Palvelukartta extractor]]. Latter two are local, Finnish and Helsinki city region specific extractors. Service module's alias is '''googlemaps''' and access URL |
http://127.0.0.1:8898/googlemaps | http://127.0.0.1:8898/googlemaps | ||
− | Wandora's | + | User has to start Wandora's embedded HTTP server in order to use the service. The service module demonstrates how information in Wandora can be transformed into a Google Maps visualization. In general, all topics in Wandora containing GPS coordinates could be visualized using the service. We welcome all extensions to the service module. |
== Example == | == Example == | ||
TODO | TODO |
Revision as of 16:55, 17 May 2012
Wandora's Google Maps service module creates a map visualization out of data gathered into Wandora's topic map. At the moment the module supports data extracted using Wandora's GeoNames extractors, Oma kaupunki extractor and Palvelukartta extractor. Latter two are local, Finnish and Helsinki city region specific extractors. Service module's alias is googlemaps and access URL
http://127.0.0.1:8898/googlemaps
User has to start Wandora's embedded HTTP server in order to use the service. The service module demonstrates how information in Wandora can be transformed into a Google Maps visualization. In general, all topics in Wandora containing GPS coordinates could be visualized using the service. We welcome all extensions to the service module.
Example
TODO