background preloader

Geomapping

Facebook Twitter

gMap - Google Maps Plugin For jQuery | About. GEObsession » About. Semantic Maps. The Semantic Maps extension adds semantic capabilities to the Maps extension. This includes the ability to add, edit, aggregate and visualize coordinate data stored through the Semantic MediaWiki extension. Since Semantic Maps uses the Maps API, you can use multiple mapping services. These include Google Maps (with Google Earth support), Yahoo! Maps, OpenLayers and OpenStreetMap. Download and installation[edit | edit source] See the installation instructions. Documentation and examples[edit | edit source] Since MediaWiki.org does not have Semantic Maps installed the usage documentation is placed on semantic-mediawiki.org, where live examples work and use can be made of the automatic documentation features of Semantic Maps. Go to the Semantic Maps documentation or the Semantic Maps examples. Reporting issues[edit | edit source] Issues should be reported in the issue tracker.

Gallery[edit | edit source] Some screenshots of Semantic MediaWiki query results displayed on maps and map form inputs: DatabaseGoogleExtension. What can this extension do? [edit | edit source] This extension is based on the Google Maps extension by Evan Miller. It has been modified to store location data in a database table, and the user interface to edit this data has been extended with the ability to add polygons. It is also possible to provide a map on the search result page, where search hits that have a location associated with them are shown. Usage[edit | edit source] Installation[edit | edit source] 1. > cd $MEDIAWIKI > tar -zxvf $DOWNLOAD_DIR/dist-YYMMDDHHMM.tar.gz 2. > patch < core.patch > rm core.patch 3. > psql -U $WIKIUSER $WIKIDB < docs/googlemaps_schema.txt or > mysql -u $WIKIUSER $WIKIDB < docs/googlemaps_schema.txt 4.

> $wgGoogleMapsKey = "<insert your google maps api key here>"; > require_once( "extensions/GoogleMaps/GoogleMaps.php" ); 5. For the XMLRPC library parts: ><? 6. Skins/MonoBook-example.php Parameters[edit | edit source] Changes to LocalSettings.php[edit | edit source] Code[edit | edit source] Dynamic Maps - Home.