Difference between revisions of "Template:Map 2 points"

From Bryggeriklubben
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"...")
 
 
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": "200px",
   "marker-symbol": "building",
   "marker-size": "medium",
   "marker-color": "0050d0"
   }
 },

{

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

] </mapframe>