clarified how to access Mapzen features

This commit is contained in:
csobier
2016-04-11 09:01:49 -04:00
parent 75d58dc836
commit 9e90ee3e1f
2 changed files with 11 additions and 5 deletions

View File

@@ -308,10 +308,10 @@ Using **Mapzen** as the geocoder provider
SELECT cdb_geocode_street_point('651 Lombard Street San Francisco California', NULL, NULL, 'USA')
```
**Tip:** If you are using the Mapzen API for geocoding, see the integration details in the [Quickstart](http://docs.cartodb.com/cartodb-platform/dataservices-api/quickstart/#using-mapzen-for-geocoding-and-routing) section.
##### Update
```bash
UPDATE {tablename} SET the_geom = cdb_geocode_street_point({street_name_column})
```
**Tip:** See [Using Mapzen for Geocoding and Routing](http://docs.cartodb.com/cartodb-platform/dataservices-api/quickstart/#using-mapzen-for-geocoding-and-routing) if you are using the Mapzen API for geocoding.