From e8e24f267f9130566445c5d4ca709704f9f90047 Mon Sep 17 00:00:00 2001 From: rmglennon Date: Mon, 13 Jun 2016 15:55:32 -0700 Subject: [PATCH] update links in place.md --- place.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/place.md b/place.md index 42ab98a..95c5389 100644 --- a/place.md +++ b/place.md @@ -9,13 +9,13 @@ These `gid` strings should not be built manually, but rather used directly as-is For example, this `/place` query looks up the Eiffel Tower in OpenStreetMap (OSM): -https://search.mapzen.com/v1/place?api_key=search-XXXXXXX&ids=openstreetmap:venue:way:5013364 +https://search.mapzen.com/v1/place?api_key=search-hnopfLZ&ids=openstreetmap:venue:way:5013364 ## Search for multiple places in a query To search for more than one `/place` in a request, join multiple values together and separate them with a comma. For example, this `/place` query looks up the Eiffel Tower in OpenStreetMap and the borough of Manhattan in Who's on First: -https://search.mapzen.com/v1/place?api_key=search-XXXXXXX&ids=openstreetmap:venue:way:5013364,whosonfirst:borough:421205771 +https://search.mapzen.com/v1/place?api_key=search-hnopfLZ&ids=openstreetmap:venue:way:5013364,whosonfirst:borough:421205771 The results are returned in the order requested.