Отобразить точки в определенном месте?

0 голосов
спросил 16 Июль, 18 от Arkine (160 баллов)

На карте есть точки возможных пожаров. И что сделать, чтобы точки были в определенной области. С помощью редактирования JSON файла как это реализовать? (Карта точек обновляется)

1 Ответ

0 голосов
ответил 16 Июль, 18 от Arkine (160 баллов)
  • Description

{
"id": "d878b71425d25f2ab97748e2c24b3201",
"owner": "arkine",
"created": 1526741187333,
"modified": 1531197914296,
"guid": null,
"name": null,
"title": "IT_test",
"type": "Web Map",
"typeKeywords": [
"ArcGIS Online",
"Explorer Web Map",
"Map",
"Online Map",
"Web Map"
],
"description": null,
"tags": [
"IT_test"
],
"snippet": null,
"thumbnail": "thumbnail/ago_downloaded.png",
"documentation": null,
"spatialReference": null,
"accessInformation": null,
"licenseInfo": null,
"culture": "ru-ru",
"properties": null,
"url": null,
"access": "private",
"size": 392,
"appCategories": [],
"industries": [],
"languages": [],
"largeThumbnail": null,
"banner": null,
"screenshots": [],
"listed": false,
"ownerFolder": "c8838f6f30fa4befb88ee104268f461e",
"protected": false,
"commentsEnabled": true,
"numComments": 0,
"numRatings": 0,
"avgRating": 0,
"numViews": 45,
"itemControl": "admin"
}

оставил комментарий 16 Июль, 18 от Arkine (160 баллов)
Data
 {
"operationalLayers": [
{
"id": "Oblasti_2141",
"layerType": "ArcGISMapServiceLayer",
"url": "",
"visibility": true,
"opacity": 1,
"title": "Oblasti"
},
{
"id": "MODIS_Thermal_7446",
"layerType": "ArcGISMapServiceLayer",
"url": "http://utility.arcgis.com/usrsvcs/serve ... /MapServer",
"visibility": true,
"opacity": 1,
"title": "MODIS_Thermal",
"minScale": 0,
"maxScale": 0,
"layers": [
{
"id": 0,
"popupInfo": {
"title": "MODIS Thermal (Last 24 hours): {SATELLITE}",
"fieldInfos": [
{
"fieldName": "OBJECTID",
"label": "OBJECTID",
"tooltip": "",
"visible": false,
"format": null,
"stringFieldOption": "textbox"
},
{
"fieldName": "Shape",
"label": "Shape",
"tooltip": "",
"visible": false,
"format": null,
"stringFieldOption": "textbox"
},
{
"fieldName": "BRIGHTNESS",
"label": "Brightness",
"tooltip": "",
"visible": true,
"format": {
"places": 2,
"digitSeparator": true
},
"stringFieldOption": "textbox"
},
{
"fieldName": "SCAN",
"label": "Scan",
"tooltip": "",
"visible": true,
"format": {
"places": 2,
"digitSeparator": true
},
"stringFieldOption": "textbox"
},
{
"fieldName": "TRACK",
"label": "Track",
"tooltip": "",
"visible": true,
"format": {
"places": 2,
"digitSeparator": true
},
"stringFieldOption": "textbox"
},
{
"fieldName": "SATELLITE",
"label": "Satellite",
"tooltip": "",
"visible": true,
"format": null,
"stringFieldOption": "textbox"
},
{
"fieldName": "CONFIDENCE",
"label": "Confidence",
"tooltip": "",
"visible": true,
"format": {
"places": 0,
"digitSeparator": true
},
"stringFieldOption": "textbox"
},
{
"fieldName": "VERSION",
"label": "Version",
"tooltip": "",
"visible": true,
"format": null,
"stringFieldOption": "textbox"
},
{
"fieldName": "BRIGHT_T31",
"label": "Brightness T31",
"tooltip": "",
"visible": true,
"format": {
"places": 2,
"digitSeparator": true
},
"stringFieldOption": "textbox"
},
{
"fieldName": "FRP",
"label": "FRP",
"tooltip": "",
"visible": true,
"format": {
"places": 2,
"digitSeparator": true
},
"stringFieldOption": "textbox"
},
{
"fieldName": "ACQ_DATE",
"label": "Acquisition date",
"tooltip": "",
"visible": true,
"format": {
"dateFormat": "longMonthDayYear"
},
"stringFieldOption": "textbox"
},
{
"fieldName": "DAYNIGHT",
"label": "DAYNIGHT",
"tooltip": "",
"visible": true,
"format": null,
"stringFieldOption": "textbox"
}
],
"description": null,
"showAttachments": true,
"mediaInfos": []
}
}
]
}
],
"baseMap": {
"baseMapLayers": [
{
"id": "defaultBasemap_0",
"layerType": "ArcGISTiledMapServiceLayer",
"opacity": 1,
"visibility": true,
"url": "http://services.arcgisonline.com/ArcGIS ... /MapServer"
}
],
"title": "Топографический"
},
"spatialReference": {
"wkid": 102100,
"latestWkid": 3857
},
"authoringApp": "WebMapViewer",
"authoringAppVersion": "10.4",
"version": "2.3"
}

Как отобразить точки здесь?
Добро пожаловать на сайт Вопросов и Ответов, где вы можете задавать вопросы по GIS тематике и получать ответы от других членов сообщества.
...