Adapt to yaml (WIP)

This commit is contained in:
Rafa de la Torre
2015-11-18 18:38:06 +01:00
parent c82359f7d7
commit 0d85afc99a
6 changed files with 56 additions and 25 deletions

16
interface.yaml Normal file
View File

@@ -0,0 +1,16 @@
---
- name: geocode_admin0_polygon
return_type: Geometry
params:
- { name: country_name, type: text }
- name: geocode_admin1_polygon
return_type: Geometry
params:
- { name: admin1_name, type: text }
- name: geocode_admin1_polygon
return_type: Geometry
params:
- { name: admin1_name, type: text }
- { name: country_name, type: text }