|
|
Linha 1: |
Linha 1: |
| Testes mapas
| |
| <mapframe text="Three sizes: small / medium / large" width="225" height="200" align="center" zoom="10" longitude="0.05" latitude="0">
| |
| {
| |
| "type": "FeatureCollection",
| |
| "features": [
| |
| { "type": "Feature", "geometry": { "type":"Point", "coordinates":[0, 0] }, "properties": { "title":"\"marker-size\": \"small\"", "marker-size":"small", "marker-symbol":"airport"} },
| |
| { "type": "Feature", "geometry": { "type":"Point", "coordinates":[0.05, 0] }, "properties": { "title":"\"marker-size\": \"medium\"", "marker-size":"medium", "marker-symbol":"airport"} },
| |
| { "type": "Feature", "geometry": { "type":"Point", "coordinates":[0.1, 0] }, "properties": { "title":"\"marker-size\": \"large\"", "marker-size":"large", "marker-symbol":"airport"} }
| |
| ]
| |
| }
| |
| </mapframe>
| |
|
| |
| <br style="clear: both;" clear="all" />
| |
|
| |
| <mapframe text="San Francisco museums" width="350" height="350" zoom="13" longitude="-122.3988" latitude="37.8013" />
| |
|
| |
| <br style="clear: both;" clear="all" />
| |
| Teste London
| |
| <mapframe text="Map of [[wikipedia:London|London]]" latitude="51.505" longitude="-0.126" zoom="8" width="300" height="300" align="left">
| |
| {
| |
| "type": "FeatureCollection",
| |
| "features": [
| |
| {
| |
| "type": "Feature",
| |
| "properties": {
| |
| "title": "[[wikipedia:London|London]] is the capital of [[wikipedia:United Kingdom|United Kingdom]]",
| |
| "description": "[[File:Houses_of_Parliament.jpg|Houses of Parliament|280px]]",
| |
| "marker-symbol": "town-hall",
| |
| "marker-size": "large",
| |
| "marker-color": "f00"
| |
| },
| |
| "geometry": {
| |
| "type": "Point",
| |
| "coordinates": [
| |
| -0.1226806780323386,
| |
| 51.515268213580114
| |
| ]
| |
| }
| |
| }
| |
| ]
| |
| }</mapframe>
| |
|
| |
| <br style="clear: both;" clear="all" />
| |
|
| |
| <maplink text="Colorado State Capitol with marker icon" longitude="-104.98491" latitude="39.73939" zoom="17">
| |
| {
| |
| "type": "Feature", "properties":
| |
| {
| |
| "marker-symbol": "town-hall",
| |
| "marker-color": "46ea5f",
| |
| "marker-size": "medium"
| |
| },
| |
| "geometry":
| |
| {
| |
| "type": "Point",
| |
| "coordinates": [-104.98485267162323, 39.73928364167763]
| |
| }
| |
| }
| |
| </maplink>
| |
|
| |
| <br style="clear: both;" clear="all" />
| |
|
| |
| <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>
| |
|
| |
| <br style="clear: both;" clear="all" />
| |
|
| |
| Morro Santa Marta | | Morro Santa Marta |
|
| |
|