Test1: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
== Kartographer == |
== Kartographer == |
||
<mapframe |
<mapframe width="300" height="300" zoom="12" latitude="51.505" longitude="-0.126" /><br style="clear: both;" clear="all" /> |
||
{ |
|||
"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" /> |
|||
Revision as of 07:53, 24 April 2026
testtitel
{{{content}}}
title=defaulttitel
defaulttitel
{{{content}}}
Kartographer
<mapframe width="300" height="300" zoom="12" latitude="51.505" longitude="-0.126" />