====== simplemap Plugin ====== ---- plugin ---- description: [PHP 7.2 - 8.0] 🗺️ Embed a simple OpenStreetMap in your wiki author : Michael Große email : mic.grosse+dokuwiki@googlemail.com type : syntax lastupdate : 2021-03-13 compatible : Hogfather depends : conflicts : similar : openlayersmap tags : maps downloadurl: https://github.com/micgro42/dokuwiki-plugin-simplemap/zipball/master bugtracker : https://github.com/micgro42/dokuwiki-plugin-simplemap/issues sourcerepo : https://github.com/micgro42/dokuwiki-plugin-simplemap donationurl: screenshot_img : ---- :!: :!: **This Plugin needs at least PHP 7.2!** :!: :!: (If you absolutely have to run a PHP version that is End of Life since long ago, you can install the [[https://github.com/micgro42/dokuwiki-plugin-simplemap/zipball/legacy|legacy version]].) ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Examples/Usage ===== Embed a simple map of a given latitude and longitude: {{simplemap>osm?lat=52.553394&long=13.421056}} ===== Syntax ===== Basic syntax: {{simplemap>osm?lat=LATITUDE&long=LONGITUDE}} * replace: * //LATITUDE// --- the latitude in decimal degree * //LONGITUDE// --- the longitude in decimal degree ===== Development ===== === Change Log === {{rss>https://github.com/micgro42/dokuwiki-plugin-simplemap/commits/master.atom date}} === ToDo/Wish List === * Zoom-level * Description for marker * Other maps (Google, Bing, Yandex)