الگو:Mapframe

از ویکی حج
نسخهٔ تاریخ ‏۲۵ دسامبر ۲۰۱۹، ساعت ۱۴:۱۲ توسط Engineer (بحث | مشارکت‌ها) (۱ نسخه واردشده)
توضیحات الگو[نمایش] [ویرایش] [تاریخچه] [پاکسازی]

Parameters

  • frame = if it equals 1, a frame is created. Default value: 1.
  • infobox = if it equals 1, the size is ideal for an infobox.
  • align = to align the map frame. Possible values: right, left or center. Default value: right.
  • caption = optional caption of the map (ignored if frame = 0 or if infobox = 1).
  • list = show a legend with the list of points. If it equals 1, a single column list is inserted; if equals 2, a two-columns list is inserted.
  • width = width of the map in px. Default value: 350 (260 if infobox = 1).
  • height = height of the map in px. Default value: 300 (260 if infobox = 1).
  • group = name (not numerical) to identify the map.
  • centre_lat, centre_lon = coordinates of the centre. If they are not omitted, the centre coordinates are calculated.
  • zoom = scale of the OSM map; the value is between 0 (world) e 18. For a single point the default value is 10 (13 if infobox = 1).
  • autozoom = if it equals y, the scale is calculated to show all points; if it equals n an automatic mapframe zoom is used. For a single point the default zoom value is 10. Default value: y.
  • color = default color for all points. Default value: #B80000.
  • symbol = default symbol for all points (see map below). Use -number to show numbers or -letter to show letters. Default value: -number.
Points
  • lat1, lat2, ... = latitude
  • lon1, lon2, ... = longitude
  • color1, color2, ... = color
  • name1, name2, ... = name
  • desc1, desc2, ... = description with links and images.
  • symbol1, symbol2, ... = symbol (see map below). Use -number to show numbers or -letter to show letters. Default value: -number.
  • size1, size2, ... = size. Values: small, medium, large. Default value: medium.
Data
  • data = GeoJSON data

Examples

<mapframe align="right" height="300" latitude="41.740548" longitude="12.233389" text="Map caption" width="350" zoom="10">{"features":[{"type":"Feature","geometry":{"coordinates":[12.233389,41.740548],"type":"Point"},"properties":{"marker-size":"medium","title":"Name","marker-symbol":"village","marker-color":"#b80000"}}],"type":"FeatureCollection"}</mapframe>

{{Mapframe
|caption = Map caption
|symbol1 = village
|lat1 = 41.740548
|lon1 = 12.233389
|name1 = Name
|group = a
}}

<mapframe align="right" height="300" latitude="45.410532775389" longitude="7.2926665" text="" width="350" zoom="5">{"features":[{"type":"Feature","geometry":{"coordinates":[12.077667,43.786922],"type":"Point"},"properties":{"marker-size":"medium","title":"Sorgente del Tevere","marker-symbol":"museum","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[12.233389,41.740548],"type":"Point"},"properties":{"marker-size":"medium","title":"Foce del Tevere a Roma","marker-symbol":"restaurant","marker-color":"#008000"}},{"type":"Feature","geometry":{"coordinates":[2.351944,48.856667],"type":"Point"},"properties":{"marker-size":"medium","title":"Parigi","marker-symbol":"library","marker-color":"#0000b8"}}],"type":"FeatureCollection"}</mapframe>

{{Mapframe
|lat1 = 43.786922
|lon1 = 12.077667
|name1 = Sorgente del [[Tevere]]
|symbol1 = museum
|lat2 = 41.740548
|lon2 = 12.233389
|name2 = Foce del [[Tevere]] a [[Roma]]
|color2 = #008000
|symbol2 = restaurant
|lat3 = 48.856667
|lon3 = 2.351944
|name3 = [[Parigi]]
|color3 = #0000b8
|symbol3 = library
|gruppo = b
}}

<mapframe align="right" height="300" latitude="45.410532775389" longitude="7.2926665" text="<div style="-webkit-column-count:1;-moz-column-count:1;column-count:1;margin-top:5px"><p style="font-size:90%;margin-top:0"><code style="font-weight:bold;color:white;border-radius:6px;border:2px solid #b80000;background:#b80000">1</code>&nbsp;Point 1</p><p style="font-size:90%;margin-top:0"><code style="font-weight:bold;color:white;border-radius:6px;border:2px solid #b80000;background:#b80000">2</code>&nbsp;Point 2</p><p style="font-size:90%;margin-top:0"><code style="font-weight:bold;color:white;border-radius:6px;border:2px solid #b80000;background:#b80000">3</code>&nbsp;Point 3</p></div>" width="350" zoom="5">{"features":[{"type":"Feature","geometry":{"coordinates":[12.077667,43.786922],"type":"Point"},"properties":{"marker-size":"medium","title":"Point 1","marker-symbol":"-number-esempio-elenco","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[12.233389,41.740548],"type":"Point"},"properties":{"marker-size":"medium","title":"Point 2","marker-symbol":"-number-esempio-elenco","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[2.351944,48.856667],"type":"Point"},"properties":{"marker-size":"medium","title":"Point 3","marker-symbol":"-number-esempio-elenco","marker-color":"#b80000"}}],"type":"FeatureCollection"}</mapframe>

{{Mapframe
|list=1
|group = esempio-elenco
|lat1 = 43.786922
|lon1 = 12.077667
|name1 = Point 1
|lat2 = 41.740548
|lon2 = 12.233389
|name2 = Point 2
|lat3 = 48.856667
|lon3 = 2.351944
|name3 = Point 3
}}

<mapframe align="right" height="300" latitude="48.861" longitude="2.3359" text="Louvre" width="350" zoom="15">{

 "type": "ExternalData",
 "service": "geoshape",
 "ids": "Q19675"

}</mapframe>

{{Mapframe
|caption = Louvre
|centre_lat = 48.8610
|centre_lon = 2.3359
|zoom = 15
|data = {
  "type": "ExternalData",
  "service": "geoshape",
  "ids": "Q19675"
}
}}

<mapframe align="right" height="300" latitude="43.8187" longitude="10.7682" text="Autostrada A11 (Italy)" width="400" zoom="9">{

 "type": "ExternalData",
 "service": "geoline",
 "ids": "Q781975",
 "properties": {
   "stroke": "#07852c",
   "stroke-width": 8
 }

}</mapframe>

{{Mapframe
|caption = [[w:Autostrada A11 (Italy)|Autostrada A11 (Italy)]]
|width = 400
|centre_lat = 43.8187
|centre_lon = 10.7682
|zoom = 9
|data = {
  "type": "ExternalData",
  "service": "geoline",
  "ids": "Q781975",
  "properties": {
    "stroke": "#07852c",
    "stroke-width": 8
  }
}
}}

Map with available symbols

<mapframe align="left" height="425" latitude="-0.22" longitude="0.28" text="" width="550" zoom="10">{"features":[{"type":"Feature","geometry":{"coordinates":[0,0],"type":"Point"},"properties":{"marker-size":"medium","title":"aerialway","marker-symbol":"aerialway","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.05,0],"type":"Point"},"properties":{"marker-size":"medium","title":"airfield","marker-symbol":"airfield","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.1,0],"type":"Point"},"properties":{"marker-size":"medium","title":"airport","marker-symbol":"airport","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.15,0],"type":"Point"},"properties":{"marker-size":"medium","title":"alcohol-shop","marker-symbol":"alcohol-shop","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.2,0],"type":"Point"},"properties":{"marker-size":"medium","title":"america-football","marker-symbol":"america-football","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.25,0],"type":"Point"},"properties":{"marker-size":"medium","title":"art-gallery","marker-symbol":"art-gallery","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.3,0],"type":"Point"},"properties":{"marker-size":"medium","title":"bakery","marker-symbol":"bakery","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.35,0],"type":"Point"},"properties":{"marker-size":"medium","title":"bank","marker-symbol":"bank","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.4,0],"type":"Point"},"properties":{"marker-size":"medium","title":"bar","marker-symbol":"bar","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.45,0],"type":"Point"},"properties":{"marker-size":"medium","title":"baseball","marker-symbol":"baseball","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.5,0],"type":"Point"},"properties":{"marker-size":"medium","title":"basketball","marker-symbol":"basketball","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.55,0],"type":"Point"},"properties":{"marker-size":"medium","title":"beer","marker-symbol":"beer","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0,-0.05],"type":"Point"},"properties":{"marker-size":"medium","title":"bicycle","marker-symbol":"bicycle","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.05,-0.05],"type":"Point"},"properties":{"marker-size":"medium","title":"building","marker-symbol":"building","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.1,-0.05],"type":"Point"},"properties":{"marker-size":"medium","title":"bus","marker-symbol":"bus","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.15,-0.05],"type":"Point"},"properties":{"marker-size":"medium","title":"cafe","marker-symbol":"cafe","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.2,-0.05],"type":"Point"},"properties":{"marker-size":"medium","title":"camera","marker-symbol":"camera","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.25,-0.05],"type":"Point"},"properties":{"marker-size":"medium","title":"campsite","marker-symbol":"campsite","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.3,-0.05],"type":"Point"},"properties":{"marker-size":"medium","title":"car","marker-symbol":"car","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.35,-0.05],"type":"Point"},"properties":{"marker-size":"medium","title":"cemetery","marker-symbol":"cemetery","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.4,-0.05],"type":"Point"},"properties":{"marker-size":"medium","title":"chemist","marker-symbol":"chemist","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.45,-0.05],"type":"Point"},"properties":{"marker-size":"medium","title":"cinema","marker-symbol":"cinema","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.5,-0.05],"type":"Point"},"properties":{"marker-size":"medium","title":"circle","marker-symbol":"circle","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.55,-0.05],"type":"Point"},"properties":{"marker-size":"medium","title":"circle-stroked","marker-symbol":"circle-stroked","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0,-0.1],"type":"Point"},"properties":{"marker-size":"medium","title":"city","marker-symbol":"city","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.05,-0.1],"type":"Point"},"properties":{"marker-size":"medium","title":"clothing-store","marker-symbol":"clothing-store","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.1,-0.1],"type":"Point"},"properties":{"marker-size":"medium","title":"college","marker-symbol":"college","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.15,-0.1],"type":"Point"},"properties":{"marker-size":"medium","title":"commercial","marker-symbol":"commercial","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.2,-0.1],"type":"Point"},"properties":{"marker-size":"medium","title":"cricket","marker-symbol":"cricket","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.25,-0.1],"type":"Point"},"properties":{"marker-size":"medium","title":"cross","marker-symbol":"cross","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.3,-0.1],"type":"Point"},"properties":{"marker-size":"medium","title":"dam","marker-symbol":"dam","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.35,-0.1],"type":"Point"},"properties":{"marker-size":"medium","title":"danger","marker-symbol":"danger","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.4,-0.1],"type":"Point"},"properties":{"marker-size":"medium","title":"dentist","marker-symbol":"dentist","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.45,-0.1],"type":"Point"},"properties":{"marker-size":"medium","title":"disability","marker-symbol":"disability","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.5,-0.1],"type":"Point"},"properties":{"marker-size":"medium","title":"dog-park","marker-symbol":"dog-park","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.55,-0.1],"type":"Point"},"properties":{"marker-size":"medium","title":"embassy","marker-symbol":"embassy","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0,-0.15],"type":"Point"},"properties":{"marker-size":"medium","title":"emergency-telephone","marker-symbol":"emergency-telephone","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.05,-0.15],"type":"Point"},"properties":{"marker-size":"medium","title":"entrance","marker-symbol":"entrance","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.1,-0.15],"type":"Point"},"properties":{"marker-size":"medium","title":"farm","marker-symbol":"farm","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.15,-0.15],"type":"Point"},"properties":{"marker-size":"medium","title":"fast-food","marker-symbol":"fast-food","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.2,-0.15],"type":"Point"},"properties":{"marker-size":"medium","title":"ferry","marker-symbol":"ferry","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.25,-0.15],"type":"Point"},"properties":{"marker-size":"medium","title":"fire-station","marker-symbol":"fire-station","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.3,-0.15],"type":"Point"},"properties":{"marker-size":"medium","title":"fuel","marker-symbol":"fuel","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.35,-0.15],"type":"Point"},"properties":{"marker-size":"medium","title":"garden","marker-symbol":"garden","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.4,-0.15],"type":"Point"},"properties":{"marker-size":"medium","title":"gift","marker-symbol":"gift","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.45,-0.15],"type":"Point"},"properties":{"marker-size":"medium","title":"golf","marker-symbol":"golf","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.5,-0.15],"type":"Point"},"properties":{"marker-size":"medium","title":"grocery","marker-symbol":"grocery","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.55,-0.15],"type":"Point"},"properties":{"marker-size":"medium","title":"hairdresser","marker-symbol":"hairdresser","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0,-0.2],"type":"Point"},"properties":{"marker-size":"medium","title":"harbor","marker-symbol":"harbor","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.05,-0.2],"type":"Point"},"properties":{"marker-size":"medium","title":"heart","marker-symbol":"heart","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.1,-0.2],"type":"Point"},"properties":{"marker-size":"medium","title":"heliport","marker-symbol":"heliport","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.15,-0.2],"type":"Point"},"properties":{"marker-size":"medium","title":"hospital","marker-symbol":"hospital","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.2,-0.2],"type":"Point"},"properties":{"marker-size":"medium","title":"ice-cream","marker-symbol":"ice-cream","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.25,-0.2],"type":"Point"},"properties":{"marker-size":"medium","title":"industrial","marker-symbol":"industrial","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.3,-0.2],"type":"Point"},"properties":{"marker-size":"medium","title":"land-use","marker-symbol":"land-use","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.35,-0.2],"type":"Point"},"properties":{"marker-size":"medium","title":"laundry","marker-symbol":"laundry","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.4,-0.2],"type":"Point"},"properties":{"marker-size":"medium","title":"library","marker-symbol":"library","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.45,-0.2],"type":"Point"},"properties":{"marker-size":"medium","title":"lighthouse","marker-symbol":"lighthouse","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.5,-0.2],"type":"Point"},"properties":{"marker-size":"medium","title":"lodging","marker-symbol":"lodging","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.55,-0.2],"type":"Point"},"properties":{"marker-size":"medium","title":"logging","marker-symbol":"logging","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0,-0.25],"type":"Point"},"properties":{"marker-size":"medium","title":"london-underground","marker-symbol":"london-underground","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.05,-0.25],"type":"Point"},"properties":{"marker-size":"medium","title":"marker","marker-symbol":"marker","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.1,-0.25],"type":"Point"},"properties":{"marker-size":"medium","title":"marker-stroked","marker-symbol":"marker-stroked","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.15,-0.25],"type":"Point"},"properties":{"marker-size":"medium","title":"minefield","marker-symbol":"minefield","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.2,-0.25],"type":"Point"},"properties":{"marker-size":"medium","title":"mobilephone","marker-symbol":"mobilephone","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.25,-0.25],"type":"Point"},"properties":{"marker-size":"medium","title":"monument","marker-symbol":"monument","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.3,-0.25],"type":"Point"},"properties":{"marker-size":"medium","title":"museum","marker-symbol":"museum","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.35,-0.25],"type":"Point"},"properties":{"marker-size":"medium","title":"music","marker-symbol":"music","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.4,-0.25],"type":"Point"},"properties":{"marker-size":"medium","title":"oil-well","marker-symbol":"oil-well","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.45,-0.25],"type":"Point"},"properties":{"marker-size":"medium","title":"park","marker-symbol":"park","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.5,-0.25],"type":"Point"},"properties":{"marker-size":"medium","title":"parking","marker-symbol":"parking","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.55,-0.25],"type":"Point"},"properties":{"marker-size":"medium","title":"parking-garage","marker-symbol":"parking-garage","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0,-0.3],"type":"Point"},"properties":{"marker-size":"medium","title":"pharmacy","marker-symbol":"pharmacy","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.05,-0.3],"type":"Point"},"properties":{"marker-size":"medium","title":"pitch","marker-symbol":"pitch","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.1,-0.3],"type":"Point"},"properties":{"marker-size":"medium","title":"place-of-worship","marker-symbol":"place-of-worship","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.15,-0.3],"type":"Point"},"properties":{"marker-size":"medium","title":"playground","marker-symbol":"playground","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.2,-0.3],"type":"Point"},"properties":{"marker-size":"medium","title":"police","marker-symbol":"police","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.25,-0.3],"type":"Point"},"properties":{"marker-size":"medium","title":"polling-place","marker-symbol":"polling-place","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.3,-0.3],"type":"Point"},"properties":{"marker-size":"medium","title":"post","marker-symbol":"post","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.35,-0.3],"type":"Point"},"properties":{"marker-size":"medium","title":"prison","marker-symbol":"prison","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.4,-0.3],"type":"Point"},"properties":{"marker-size":"medium","title":"rail","marker-symbol":"rail","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.45,-0.3],"type":"Point"},"properties":{"marker-size":"medium","title":"rail-above","marker-symbol":"rail-above","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.5,-0.3],"type":"Point"},"properties":{"marker-size":"medium","title":"rail-light","marker-symbol":"rail-light","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.55,-0.3],"type":"Point"},"properties":{"marker-size":"medium","title":"rail-metro","marker-symbol":"rail-metro","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0,-0.35],"type":"Point"},"properties":{"marker-size":"medium","title":"rail-underground","marker-symbol":"rail-underground","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.05,-0.35],"type":"Point"},"properties":{"marker-size":"medium","title":"religious-christian","marker-symbol":"religious-christian","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.1,-0.35],"type":"Point"},"properties":{"marker-size":"medium","title":"religious-jewish","marker-symbol":"religious-jewish","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.15,-0.35],"type":"Point"},"properties":{"marker-size":"medium","title":"religious-muslim","marker-symbol":"religious-muslim","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.2,-0.35],"type":"Point"},"properties":{"marker-size":"medium","title":"restaurant","marker-symbol":"restaurant","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.25,-0.35],"type":"Point"},"properties":{"marker-size":"medium","title":"roadblock","marker-symbol":"roadblock","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.3,-0.35],"type":"Point"},"properties":{"marker-size":"medium","title":"rocket","marker-symbol":"rocket","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.35,-0.35],"type":"Point"},"properties":{"marker-size":"medium","title":"school","marker-symbol":"school","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.4,-0.35],"type":"Point"},"properties":{"marker-size":"medium","title":"scooter","marker-symbol":"scooter","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.45,-0.35],"type":"Point"},"properties":{"marker-size":"medium","title":"shop","marker-symbol":"shop","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.5,-0.35],"type":"Point"},"properties":{"marker-size":"medium","title":"skiing","marker-symbol":"skiing","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.55,-0.35],"type":"Point"},"properties":{"marker-size":"medium","title":"slaughterhouse","marker-symbol":"slaughterhouse","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0,-0.4],"type":"Point"},"properties":{"marker-size":"medium","title":"soccer","marker-symbol":"soccer","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.05,-0.4],"type":"Point"},"properties":{"marker-size":"medium","title":"square","marker-symbol":"square","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.1,-0.4],"type":"Point"},"properties":{"marker-size":"medium","title":"square-stroked","marker-symbol":"square-stroked","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.15,-0.4],"type":"Point"},"properties":{"marker-size":"medium","title":"star","marker-symbol":"star","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.2,-0.4],"type":"Point"},"properties":{"marker-size":"medium","title":"star-stroked","marker-symbol":"star-stroked","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.25,-0.4],"type":"Point"},"properties":{"marker-size":"medium","title":"suitcase","marker-symbol":"suitcase","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.3,-0.4],"type":"Point"},"properties":{"marker-size":"medium","title":"swimming","marker-symbol":"swimming","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.35,-0.4],"type":"Point"},"properties":{"marker-size":"medium","title":"telephone","marker-symbol":"telephone","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.4,-0.4],"type":"Point"},"properties":{"marker-size":"medium","title":"tennis","marker-symbol":"tennis","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.45,-0.4],"type":"Point"},"properties":{"marker-size":"medium","title":"theatre","marker-symbol":"theatre","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.5,-0.4],"type":"Point"},"properties":{"marker-size":"medium","title":"toilets","marker-symbol":"toilets","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.55,-0.4],"type":"Point"},"properties":{"marker-size":"medium","title":"town","marker-symbol":"town","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0,-0.45],"type":"Point"},"properties":{"marker-size":"medium","title":"town-hall","marker-symbol":"town-hall","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.05,-0.45],"type":"Point"},"properties":{"marker-size":"medium","title":"triangle","marker-symbol":"triangle","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.1,-0.45],"type":"Point"},"properties":{"marker-size":"medium","title":"triangle-stroked","marker-symbol":"triangle-stroked","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.15,-0.45],"type":"Point"},"properties":{"marker-size":"medium","title":"village","marker-symbol":"village","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.2,-0.45],"type":"Point"},"properties":{"marker-size":"medium","title":"warehouse","marker-symbol":"warehouse","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.25,-0.45],"type":"Point"},"properties":{"marker-size":"medium","title":"waste-basket","marker-symbol":"waste-basket","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.3,-0.45],"type":"Point"},"properties":{"marker-size":"medium","title":"water","marker-symbol":"water","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.35,-0.45],"type":"Point"},"properties":{"marker-size":"medium","title":"wetland","marker-symbol":"wetland","marker-color":"#b80000"}},{"type":"Feature","geometry":{"coordinates":[0.4,-0.45],"type":"Point"},"properties":{"marker-size":"medium","title":"zoo","marker-symbol":"zoo","marker-color":"#b80000"}}],"type":"FeatureCollection"}</mapframe>