Template:Map 2 points: Difference between revisions

From Wikibok
Jump to navigation Jump to search
(Created page with "<mapframe group='country' text="Gamla fängelset" width=300 height=400 zoom=17 latitude=63.822290 longitude=20.275340> [ { "type": "Feature", "geometry": { "type": "Point"...")
 
No edit summary
 
Line 1: Line 1:
<mapframe group='country' text="Gamla fängelset" width=300 height=400 zoom=17 latitude=63.822290 longitude=20.275340>
<mapframe group='country' text="Gamla fängelset" width=300 height=400 zoom=5 latitude=63.822290 longitude=20.275340>
[
[
{
{

Latest revision as of 12:15, 31 August 2017

<mapframe group='country' text="Gamla fängelset" width=300 height=400 zoom=5 latitude=63.822290 longitude=20.275340> [ {

 "type": "Feature",
 "geometry": { "type": "Point", "coordinates": [20.275340, 63.822290] },
 "properties": {
   "description": "",
   "marker-symbol": "building",
   "marker-size": "medium",
   "marker-color": "0050d0"
   }
 },

{

 "type": "Feature",
 "geometry": { "type": "Point", "coordinates": [21.275340, 63.822290] },
 "properties": {
   "description": "",
   "marker-symbol": "building",
   "marker-size": "medium",
   "marker-color": "0050d0"
   }
 }

] </mapframe>