2015-11-19 01:38:06 +08:00
|
|
|
---
|
2015-11-24 20:30:18 +08:00
|
|
|
- name: cdb_geocode_admin0_polygon
|
2015-11-19 01:38:06 +08:00
|
|
|
return_type: Geometry
|
|
|
|
params:
|
|
|
|
- { name: country_name, type: text }
|
|
|
|
|
2015-11-24 20:30:18 +08:00
|
|
|
- name: cdb_geocode_admin1_polygon
|
2015-11-19 01:38:06 +08:00
|
|
|
return_type: Geometry
|
|
|
|
params:
|
|
|
|
- { name: admin1_name, type: text }
|
|
|
|
|
2015-11-24 20:30:18 +08:00
|
|
|
- name: cdb_geocode_admin1_polygon
|
2015-11-19 01:38:06 +08:00
|
|
|
return_type: Geometry
|
|
|
|
params:
|
|
|
|
- { name: admin1_name, type: text }
|
2015-11-19 02:04:54 +08:00
|
|
|
- { name: country_name, type: text }
|
|
|
|
|
2015-11-24 20:30:18 +08:00
|
|
|
- name: cdb_geocode_namedplace_point
|
2015-11-19 02:04:54 +08:00
|
|
|
return_type: Geometry
|
|
|
|
params:
|
|
|
|
- { name: city_name, type: text}
|
|
|
|
|
2015-11-24 20:30:18 +08:00
|
|
|
- name: cdb_geocode_namedplace_point
|
2015-11-19 02:04:54 +08:00
|
|
|
return_type: Geometry
|
|
|
|
params:
|
|
|
|
- { name: city_name, type: text}
|
|
|
|
- { name: country_name, type: text}
|
|
|
|
|
2015-11-24 20:30:18 +08:00
|
|
|
- name: cdb_geocode_namedplace_point
|
2015-11-19 02:06:45 +08:00
|
|
|
return_type: Geometry
|
|
|
|
params:
|
|
|
|
- { name: city_name, type: text}
|
|
|
|
- { name: admin1_name, type: text}
|
|
|
|
- { name: country_name, type: text}
|
|
|
|
|
|
|
|
|
2015-11-24 20:30:18 +08:00
|
|
|
- name: cdb_geocode_postalcode_polygon
|
2015-11-19 02:04:54 +08:00
|
|
|
return_type: Geometry
|
|
|
|
params:
|
|
|
|
- { name: postal_code, type: text}
|
|
|
|
- { name: country_name, type: text}
|
|
|
|
|
2015-11-24 20:30:18 +08:00
|
|
|
- name: cdb_geocode_postalcode_point
|
2015-11-19 02:04:54 +08:00
|
|
|
return_type: Geometry
|
|
|
|
params:
|
|
|
|
- { name: postal_code, type: text}
|
|
|
|
- { name: country_name, type: text}
|
|
|
|
|
2015-11-24 20:30:18 +08:00
|
|
|
- name: cdb_geocode_ipaddress_point
|
2015-11-19 02:04:54 +08:00
|
|
|
return_type: Geometry
|
|
|
|
params:
|
2016-01-22 19:55:36 +08:00
|
|
|
- { name: ip_address, type: text}
|