வார்ப்புரு:MapOSM: திருத்தங்களுக்கு இடையிலான வேறுபாடு
Jump to navigation
Jump to search
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
Ruban (பேச்சு | பங்களிப்புகள்) "<mapframe latitude="{{{lat}}}" longitude="{{{lon}}}" zoom="{{{zoom|12}}}" width="{{{width|400}}}" height="{{{height|300}}}" align="right"> { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "title": "{{{title|Map}}}", "marker-symbol": "{{{marker|marker}}}" }, "geometry": { "type..."-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது |
Ruban (பேச்சு | பங்களிப்புகள்) No edit summary |
||
| வரிசை 1: | வரிசை 1: | ||
<mapframe |
<mapframe text="San Francisco" width="350" height="350" zoom="13" longitude="-122.39953994750977" latitude="37.81032643553478" /> |
||
{ |
|||
"type": "FeatureCollection", |
|||
"features": [ |
|||
{ |
|||
"type": "Feature", |
|||
"properties": { |
|||
"title": "{{{title|Map}}}", |
|||
"marker-symbol": "{{{marker|marker}}}" |
|||
}, |
|||
"geometry": { |
|||
"type": "Point", |
|||
"coordinates": [{{{lon}}}, {{{lat}}}] |
|||
} |
|||
} |
|||
] |
|||
} |
|||
</mapframe> |
|||
