Add lat/lng, OSM id

This commit is contained in:
Tom Russell 2018-10-05 22:43:29 +01:00
parent 436408f054
commit 4605cb68c9

View File

@ -23,6 +23,18 @@
"title": "UPRNs", "slug": "ref_uprn", "type": "list",
"tooltip": "Unique Property Reference Numbers (to be filled automatically)",
"disabled": true
},
{
"title": "OSM ID", "slug": "ref_osm_id", "type": "text",
"tooltip": "OpenStreetMap feature ID"
},
{
"title": "Latitude", "slug": "location_latitude", "type": "number",
"step": 0.0001, "placeholder": 51
},
{
"title": "Longitude", "slug": "location_longitude", "type": "number",
"step": 0.0001, "placeholder": 0
}
]
},