Add lat/lng, OSM id
This commit is contained in:
parent
436408f054
commit
4605cb68c9
@ -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
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user