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": "ExternalData",
   "type": "FeatureCollection",
   "service": "geoshape",
   "features": [
  "properties": {
    {
    "id": "GTA_SA_Map",
      "type": "Feature",
    "name": "GTA San Andreas",
      "properties": {
    "image": "Gta-map.png",
        "title": "Карта GTA SA",
    "imageBounds": [[-3000, -3000], [3000, 3000]]
        "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]
       ]]
     }
   }
 ]

}