Help:Extension:Kartographer/Icons/fi
Appearance
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)
Luettelo ikoneista
The overview table and map are created with Module:Maki icon overview: {{#invoke:Maki icon overview|list}} and {{#invoke:Maki icon overview|grid}}.
The special symbol names -number
and -letter
can be used multiple times to create sequentially numbered markers.
Sizes
Syntaksi
You can use the marker-symbol
, marker-size
, 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>