From 1485065f899c8871a41be5b9ec91b24d425067f5 Mon Sep 17 00:00:00 2001 From: Riordan Date: Mon, 21 Sep 2015 20:40:28 -0400 Subject: [PATCH] added geocodejson sample --- transition.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/transition.md b/transition.md index d2f6b2c..10d4560 100644 --- a/transition.md +++ b/transition.md @@ -27,10 +27,10 @@ X-ApiaxleProxy-Qps-Left:4 ``` # Changes to response document -The response document is still plain vanilla GeoJSON. Dots will still show up without a problem! +The response document is still plain vanilla GeoJSON. Dots will still show up without a problem! Take a look at our [specification document](https://github.com/pelias/geocodejson-spec/blob/master/draft/README.md) or our [sample response](https://github.com/pelias/geocodejson-spec/blob/master/sample.geo.json?short_path=7cdb999) for further details. ## Metadata -The `FeatureCollection` object is now prefixed by a `geocoding` object that has lots of goodies about the request (how Mapzen Search parsed your query, certain explicit errors and all warnings, licensing link). Take a look at our [specification document](https://github.com/pelias/geocodejson-spec/blob/master/draft/README.md) for further details. +The `FeatureCollection` object is now prefixed by a `geocoding` object that has lots of goodies about the request (how Mapzen Search parsed your query, certain explicit errors and all warnings, licensing link). ## Features The bulk of a valid response is still a `FeatureCollection` array, ordered by result ranking (top result first). Changed feature response elements include: @@ -173,4 +173,3 @@ Let us know. Words go to: [search@mapzen.com](mailto:search@mapzen.com) Issues go to [Github](https://github.com/pelias/pelias-doc/issues) -