<xsl:value-of select="//property[@name = 'proizvoditel']/value" />
<meta name="description" value="{//property[@name = 'proizvoditel']/value}" />
var mapStyle = {
"version": 8,
"name": "Dark",
"sources": {
"overlay": {
"type": "image",
"url": "/templates/map/img/map.png",
"coordinates": [
[x1, y1],
[x2, y1],
[x2, y2],
[x1, y2]
]
}
},
"layers": [
{
"id": "background",
"type": "background",
"paint": {"background-color": "#111"}
},
{
"id": "overlay",
"source": "overlay",
"type": "raster",
"paint": {"raster-opacity": 0.85}
},
]
};