Adapt interface to yaml (WIP)

This commit is contained in:
Rafa de la Torre
2015-11-18 19:04:54 +01:00
parent 716b8dc43e
commit 81356ca92c
2 changed files with 30 additions and 11 deletions
+30 -1
View File
@@ -13,4 +13,33 @@
return_type: Geometry
params:
- { name: admin1_name, type: text }
- { name: country_name, type: text }
- { name: country_name, type: text }
- name: geocode_namedplace_point
return_type: Geometry
params:
- { name: city_name, type: text}
- name: geocode_namedplace_point
return_type: Geometry
params:
- { name: city_name, type: text}
- { name: country_name, type: text}
- name: geocode_postalcode_polygon
return_type: Geometry
params:
- { name: postal_code, type: text}
- { name: country_name, type: text}
- name: geocode_postalcode_point
return_type: Geometry
params:
- { name: postal_code, type: text}
- { name: country_name, type: text}
- name: geocode_ipaddress_point
return_type: Geometry
params:
- { name: ip_address, type: text}