Search team released nearby logic to production. Updated URL to use production servers. 14/85314/1
authorgknisely <greg@mapzen.com>
Wed, 24 Aug 2016 13:33:56 +0000 (09:33 -0400)
committergknisely <greg@mapzen.com>
Wed, 24 Aug 2016 13:33:56 +0000 (09:33 -0400)
Change-Id: I497590c74165fbb4708ec8d0f505b25951aa68a6

src/mapzen/mapzen_place.c

index 8f3a0a0..4c6da64 100644 (file)
@@ -27,7 +27,7 @@
 #include "mapzen_restcurl.h"
 #include "mapzen_util.h"
 
-#define CATEGORIES_URL "http://pelias.dev.mapzen.com/v1/nearby?api_key=%s"
+#define CATEGORIES_URL "https://search.mapzen.com/v1/nearby?api_key=%s"
 #define KEYWORD_CATEGORIES_URL "https://search.mapzen.com/v1/search?api_key=%s"
 #define PLACE_DETAILS_URL      "https://search.mapzen.com/v1/place?api_key=%s"