|
Znacznik: Usunięcie całej zawartości strony |
| Linia 1: |
Linia 1: |
| <mapframe text="San Francisco museums" width=350 height=350 zoom=13 longitude=-122.3988 latitude=37.8013>
| |
| {
| |
| "type": "Feature",
| |
| "geometry": { "type": "Point", "coordinates": [-122.3988, 37.8013] },
| |
| "properties": {
| |
| "title": "[[wikipedia:Exploratorium|Exploratorium]]",
| |
| "description": "[[File:Osm-intl,13,37.810326435535,-122.39953994751,350x350.png|200px]]",
| |
| "marker-symbol": "museum",
| |
| "marker-size": "large",
| |
| "marker-color": "0050d0"
| |
| }
| |
| }
| |
| </mapframe>
| |
|
| |
|
|
| |
| <mapframe zoom=13 width="300" height="250" latitude=37.8013 longitude=-122.3988>{
| |
| "type": "Feature",
| |
| "geometry": { "type": "Point", "coordinates": [-122.3988, 37.8013] },
| |
| "properties": {
| |
| "title": "[[File:Osm-intl,13,37.810326435535,-122.39953994751,350x350.png]]",
| |
| "marker-color": "228b22",
| |
| "marker-size": "medium",
| |
| "marker-symbol": "museum"
| |
| }
| |
| }</mapframe>
| |
|
| |
|
| |
| ----
| |
| {{slippymap
| |
| |lat= required latitude
| |
| |lon= required longitude
| |
| |zoom= zoom level (12 default)
| |
| |width= width (400 default)
| |
| |height= height (400 default)
| |
| |layer= layer ("leaflet" default (aka. Standard tile layer), "cycle", "cyclosm", "transport", "oepnv" or "humanitarian")
| |
| |marker= no (use "no" to remove the pin, otherwise it is shown in the given position)
| |
| }}
| |