Hilfe:Extension:Kartographer/Icons
Zur Navigation springen
Zur Suche springen
This page lists the set of icons (Maki version) as they appear on Wikimedia Maps. Wikimedia uses version 7 of Maki (see changes to previous version)
List of icons
[Bearbeiten | Quelltext bearbeiten]The overview table and map are created with Modul:Maki_icon_overview: {{#invoke:Maki icon overview|list}} and {{#invoke:Maki icon overview|grid}}.
Sizes
[Bearbeiten | Quelltext bearbeiten]Syntax
[Bearbeiten | Quelltext bearbeiten]You can use the marker-symbol
, marker-size
and marker-color
geojson properties of a feature to style and select your marker symbol. For more syntax examples see: Help:Extension:Kartographer.
<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>
[[Category:Mapping{{#translation:}}]]