Content deleted Content added
No edit summary |
No edit summary |
||
Line 18:
}}
|-
| '''Simple map with a single marker, and no minimap'''<br>
{{#tag:syntaxhighlight |<nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki> | lat=37.8 | lon=-122.4 | zoom=5 | minimap=false |
{ "lat": 37.8, "lon": -122.4 }
}}</nowiki> | lang=json}}
| {{ {{BASEPAGENAME}} | lat=37.8 | lon=-122.4 | zoom=5 | minimap=false |
{ "lat": 37.8, "lon": -122.4 }
}}
Line 122:
"description": "If given, this data field will be used to make dots of different color, one color per unique value of this field",
"type": "string"
},
"minimap": {
"description": "If set, 0 or false will always hide the map, and 1 or true will always show it. Make sure the map is big enough include the minimap. By default, the map will be shown for zoom levels 5+ if the map is sufficiently large",
"type": "boolean"
}
},
Line 133 ⟶ 137:
"zoom",
"wdqs",
"colorScaleField",
"minimap"
],
"description": "Shows an image of a map, and draws user-specified images/icons on top of it using latitude/longitude coordinates."
|