Espace de test/Kartographer : Différence entre versions
De Wicri Test 1.31
(Page créée avec « <mapframe text="Map of London" latitude="51.505" longitude="-0.126" zoom="8" width="300" height="300" align="left"> { "type": "FeatureCollection",... ») |
|||
| Ligne 23 : | Ligne 23 : | ||
}</mapframe> | }</mapframe> | ||
<br style="clear: both;" clear="all" /> | <br style="clear: both;" clear="all" /> | ||
| + | <mapframe text="San Francisco museums" width=350 height=350 zoom=13 latitude=37.8013 longitude=-122.3988> | ||
| + | { | ||
| + | "type": "Feature", | ||
| + | "geometry": { "type": "Point", "coordinates": [-122.3988, 37.8013] }, | ||
| + | "properties": { | ||
| + | "title": "[[wikipedia:Exploratorium|Exploratorium]]", | ||
| + | "description": "[[File:Giant_Mirror_at_the_Exploratorium.jpeg|200px]]", | ||
| + | "marker-symbol": "museum", | ||
| + | "marker-size": "large", | ||
| + | "marker-color": "0050d0" | ||
| + | } | ||
| + | } | ||
| + | </mapframe> | ||