Add missing function to interface definition (WIP)

This commit is contained in:
Rafa de la Torre 2015-11-18 18:06:45 +00:00
parent 81356ca92c
commit a7877c6eba

View File

@ -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: