Data:Maps/GTASA.map: различия между версиями
Материал из SAMP
Новая страница: «{ "type": "ExternalData", "service": "geoshape", "properties": { "id": "GTA_SA_Map", "name": "GTA San Andreas", "image": "Gta-map.png", "imageBounds": [[-3000, -3000], [3000, 3000]] } }» |
Нет описания правки |
||
| Строка 1: | Строка 1: | ||
{ | { | ||
"type": " | "type": "FeatureCollection", | ||
" | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Карта GTA SA", | |||
"image": "Gta-map.png", | |||
"imageBounds": [[-3000, -3000], [3000, 3000]] | |||
}, | |||
"geometry": { | |||
"type": "Polygon", | |||
"coordinates": [[ | |||
[-3000, -3000], | |||
[3000, -3000], | |||
[3000, 3000], | |||
[-3000, 3000], | |||
[-3000, -3000] | |||
]] | |||
} | |||
} | |||
] | |||
} | } | ||
Текущая версия от 02:57, 26 мая 2025
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"title": "Карта GTA SA",
"image": "Gta-map.png",
"imageBounds": [[-3000, -3000], [3000, 3000]]
},
"geometry": {
"type": "Polygon",
"coordinates": [[
[-3000, -3000],
[3000, -3000],
[3000, 3000],
[-3000, 3000],
[-3000, -3000]
]]
}
}
]
}

