Add missing function to interface definition (WIP)
This commit is contained in:
parent
81356ca92c
commit
a7877c6eba
@ -26,6 +26,14 @@
|
||||
- { name: city_name, type: text}
|
||||
- { name: country_name, type: text}
|
||||
|
||||
- name: geocode_namedplace_point
|
||||
return_type: Geometry
|
||||
params:
|
||||
- { name: city_name, type: text}
|
||||
- { name: admin1_name, type: text}
|
||||
- { name: country_name, type: text}
|
||||
|
||||
|
||||
- name: geocode_postalcode_polygon
|
||||
return_type: Geometry
|
||||
params:
|
||||
|
Loading…
Reference in New Issue
Block a user