Predefinição:TesteMap1: mudanças entre as edições
Por equipe do Dicionário de Favelas Marielle Franco
Sem resumo de edição |
Sem resumo de edição |
||
(2 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 1: | Linha 1: | ||
== Example == <!--T:11--> | == Example == <!--T:11--> | ||
<mapframe text="Map of | <mapframe text="Map of London" latitude="51.505" longitude="-0.126" zoom="8" width="300" height="300" align="left"> | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
Linha 9: | Linha 9: | ||
"properties": { | "properties": { | ||
"title": "London is the capital of United Kingdom", | "title": "London is the capital of United Kingdom", | ||
"description": "[[ | "description": "[[Arquivo:LogoTeste.jpg|Houses of Parliament|280px]]", | ||
"marker-symbol": "town-hall", | "marker-symbol": "town-hall", | ||
"marker-size": "large", | "marker-size": "large", | ||
Linha 25: | Linha 25: | ||
}</mapframe> | }</mapframe> | ||
<br style="clear: both;" clear="all" /> | <br style="clear: both;" clear="all" /> | ||
Edição atual tal como às 22h25min de 17 de novembro de 2021
Example[editar código-fonte]
<mapframe text="Map of London" latitude="51.505" longitude="-0.126" zoom="8" width="300" height="300" align="left"> {
"type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "title": "London is the capital of United Kingdom", "description": "", "marker-symbol": "town-hall", "marker-size": "large", "marker-color": "f00" }, "geometry": { "type": "Point", "coordinates": [ -0.1226806780323386, 51.515268213580114 ] } } ]
}</mapframe>