13 989
edycji
(Utworzono nową stronę "<mapframe text="San Francisco museums" width=350 height=350 zoom=13 longitude=-122.3988 latitude=37.8013> { "type": "Feature", "geometry": { "type": "Point", "coordi…") |
|||
| Linia 12: | Linia 12: | ||
} | } | ||
</mapframe> | </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": "Exploratorium", | |||
"marker-color": "228b22", | |||
"marker-size": "medium", | |||
"marker-symbol": "museum" | |||
} | |||
}</mapframe> | |||