Predloga:Graph:Street map with marks
To use this mapping template with standard wikipedia syntax, see {{OSM Location map}}
| Markup | Result | ||
|---|---|---|---|
Simple map with a single marker, custom size, and no minimap{{Graph:Street map with marks | width=400 | height=150 | lat=37.8 | lon=-122.4 | zoom=5 | minimap=false |
{ "lat": 37.8, "lon": -122.4 }
}}
|
| ||
| Two markers with labels - one as diamond shape, one uses an image from Commons Text label can be customized with all of Vega text mark parameters by prepending "text" to their name {{Graph:Street map with marks | lat=40.816667 | lon=14.433333 | zoom=6 |
{"lat": 40.816667, "lon": 14.433333, "img": "wikirawupload:{{filepath:Volcano red 32x32.svg|32}}", "width": 16, "height": 16, "offsetY": -10, "text": "Mount Vesuvius", "textFontWeight": "bold", "textFontSize": 16, "textColor": "#2A4B8D"},
{"lat": 40.948333, "lon": 15.635556, "img": "wikirawupload:{{filepath:Volcano red 32x32.svg|32}}", "width": 16, "height": 16, "offsetY": -20, "text": "Mount Vulture", "textFontWeight": "bold", "textFontSize": 16, "textColor": "#2A4B8D"}
}}
|
| ||
| Show all Armenian heritage sites, by querying it from Wikidata The query result should have the same columns (fields) as in the other examples ( text, img, ...), except coordinates should be returned as coord column
{{Graph:Street map with marks | lat=40.347 | lon=47.260 | zoom=6 | colorScaleField=type | wdqs=
# Each location should show only once. This query may output all the same values as in the other examples, such as "text", "img", and others.
SELECT (?item as ?id) (SAMPLE(?coord) as ?coord) (SAMPLE(?type) as ?type)
WHERE {
?item wdt:P3170 ?heritageId .
?item wdt:P625 ?coord .
?item wdt:P31 ?type .
}
GROUP BY ?item
}}
|
See Wikidata query. | ||
{{Graph:Street map with marks | lat=-33.8688 | lon=151.2093 | zoom=10 |
{
"lat": -33.8688,
"lon": 151.2093,
"img": "wikirawupload:{{filepath:Opera_House_and_ferry._Sydney.jpg|48}}",
"width": 48,
"height": 36,
"text": "Sydney",
"textFontWeight": "bold",
"textFontSize": 20,
"textColor": "#00f",
"textAlign": "right",
"textDx": -30
}
}}
|
|
The data template parameter must be a comma separated list of "JSON" objects. Each object starts with a "{", has a list of comma separated key-value pairs, and ends with a "}". The key may be one of the following values (used no more than once per each object):
| Built-in marker shapes | |
|---|---|
| shape | "circle" (default), "square", "cross", "diamond", "triangle-up", "triangle-down" (docs) |
| color | shape fill color, e.g. "#ff0000" (red - default) |
| strokeColor | shape outline color |
| size | shape size (number) |
| Text labels (see more info) | |
| text | Label text |
| textAlign | Label's horizontal alignment relative to the marker - "left", "right", "center". By default, left for LTR, right for RTL languages. |
| textBaseline | Vertical alignment: "middle" (default), "top", "bottom" |
| textColor | Label text color, e.g. "#ff0000" (red) |
| textDx, textDy | Horizontal and vertical distance from the marker |
| angle | Draw text at an angle |
| radius/theta | Radial positioning of the label relative to the marker |
| font, fontSize, fontWeight, fontStyle | Font name, size, boldness, and style |
| Image markers | |
| img | URL of an image, e.g. wikirawupload:{{filepath:Volcano red 32x32.svg|32}} |
| height, width | Size of the image |
| offsetX, offsetY | Shift the center of the image on the map |
Shows an image of a map, and draws user-specified images/icons on top of it using latitude/longitude coordinates.
| Parameter | Opis | Vrsta | Stanje | |
|---|---|---|---|---|
| data | 1 | Comma separated list of JSON objects that describing what data to draw on the map | Niz | predlagano |
| width | width | Total width of the graph | Številka | neobvezno |
| height | height | Total height of the graph
| Številka | neobvezno |
| padding | padding | brez opisa | Številka | neobvezno |
| lat | lat | Latitude of the map's center | Številka | neobvezno |
| lon | lon | Longitude of the map's center | Številka | neobvezno |
| zoom | zoom | Map zoom level (0..18) | Številka | neobvezno |
| wdqs | wdqs | An optional Wikidata query to use instead of the data - the query would generate a list of items just like data, but it must contain a "coord" field with the location | Niz | neobvezno |
| colorScaleField | colorScaleField | If given, this data field will be used to make dots of different color, one color per unique value of this field | Niz | neobvezno |
| minimap | minimap | If set, 0 or false will always hide the map, and 1 or true will always show it. Make sure the map is big enough include the minimap. By default, the map will be shown for zoom levels 5+ if the map is sufficiently large | Bool | neobvezno |
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.









