chg: [geolocation] disable correlation on specific attributes

pull/112/head
Alexandre Dulaunoy 2018-08-15 18:34:35 +02:00
parent 487ff53afe
commit ab58f01666
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 5 additions and 3 deletions

View File

@ -41,7 +41,8 @@
"altitude": {
"description": "The altitude is the decimal value of the altitude in the World Geodetic System 84 (WGS84) reference.",
"ui-priority": 0,
"misp-attribute": "float"
"misp-attribute": "float",
"disable_correlation": true
},
"address": {
"description": "Address.",
@ -77,7 +78,8 @@
"epsg": {
"description": "EPSG Geodetic Parameter value. This is an integer value of the EPSG.",
"misp-attribute": "text",
"ui-priority": 70
"ui-priority": 70,
"disable_correlation": true
},
"spacial-reference": {
"description": "Default spacial or projection refence for this object.",
@ -90,7 +92,7 @@
]
}
},
"version": 4,
"version": 5,
"description": "An object to describe a geographic location.",
"meta-category": "misc",
"uuid": "fdd30d5f-6752-45ed-bef2-25e8ce4d8a3",