You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JiangningUrbanManagePc/src/utils/mapJson/point.json

168 lines
3.4 KiB

{
"type": "FeatureCollection",
"name": "点位",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84"
}
},
"features": [
{
"type": "Feature",
"properties": {"name":"执法人员"},
"geometry": {
"coordinates": [
118.75548171596654,
31.89394647316125
],
"type": "Point"
}
},
{
"type": "Feature",
"properties": {"name":"执法人员"},
"geometry": {
"coordinates": [
118.80544753568995,
31.946370280828546
],
"type": "Point"
}
},
{
"type": "Feature",
"properties": {"name":"执法人员"},
"geometry": {
"coordinates": [
118.74576613991007,
31.8391346298732
],
"type": "Point"
}
},
{
"type": "Feature",
"properties": {"name":"执法车辆","status" : "0"},
"geometry": {
"coordinates": [
118.79202271621062,
31.894683156925666
],
"type": "Point"
}
},
{
"type": "Feature",
"properties": {"name":"执法车辆","status" : "1"},
"geometry": {
"coordinates": [
118.80544753568995,
31.946370280828546
],
"type": "Point"
}
},
{
"type": "Feature",
"properties": {"name":"普通事件","status" : "0"},
"geometry": {
"coordinates": [
118.78046462582762,
31.937536901411846
],
"type": "Point"
}
},
{
"type": "Feature",
"properties": {"name":"重点事件","status" : "1"},
"geometry": {
"coordinates": [
118.74646010962817,
31.887465051816918
],
"type": "Point"
}
},
{
"type": "Feature",
"properties": {"name":"普通事件"},
"geometry": {
"coordinates": [
118.8234907483668,
31.92870267299449
],
"type": "Point"
}
},
{
"type": "Feature",
"properties": {"name":"重点事件","status":0},
"geometry": {
"coordinates": [
118.73778548814812,
31.83294414851042
],
"type": "Point"
}
},
{
"type": "Feature",
"properties": {"name":"重点事件","status":1},
"geometry": {
"coordinates": [
118.80857039942185,
31.840608492795567
],
"type": "Point"
}
},
{
"type": "Feature",
"properties": {"name":"监控视频","status":1},
"geometry": {
"coordinates": [
118.79202271621062,
31.894683156925666
],
"type": "Point"
}
},
{
"type": "Feature",
"properties": {"name":"监控视频","status":1},
"geometry": {
"coordinates": [
118.78822314147698,
31.87962764374977
],
"type": "Point"
}
},
{
"type": "Feature",
"properties": {"name":"监控视频","status":0},
"geometry": {
"coordinates": [
118.82115278916302,
31.914036628233447
],
"type": "Point"
}
},
{
"type": "Feature",
"properties": {"name":"沿街商铺分布"},
"geometry": {
"coordinates": [
118.82115278916302,
31.914036628233447
],
"type": "Point"
}
}
]
}