Merge pull request #303 from CartoDB/287_wrapper_dimensional_obs_meta

287 wrapper dimensional obs meta
This commit is contained in:
Mario de Frutos
2016-11-10 16:01:45 +01:00
committed by GitHub
20 changed files with 285 additions and 22 deletions

View File

@@ -15,8 +15,8 @@ class TestStreetFunctions(TestCase):
self.env_variables['api_key']
)
def test_if_select_with_here_street_point_is_ok(self):
query = "SELECT cdb_here_geocode_street_point(street) " \
def test_if_select_with_street_point_is_ok(self):
query = "SELECT cdb_geocode_street_point(street) " \
"as geometry FROM {0} LIMIT 1&api_key={1}".format(
self.env_variables['table_name'],
self.env_variables['api_key'])