From 4305ff5c1bf774fe2f5d7bd5eb25c33ec4f19869 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 29 Sep 2015 15:54:55 -0400 Subject: [PATCH] Remove extra asterisks These mess up the syntax highlighting for Markdown --- reverse.md | 4 ++-- search.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reverse.md b/reverse.md index fa47b7f..8096143 100644 --- a/reverse.md +++ b/reverse.md @@ -46,7 +46,7 @@ By default, reverse geocoding returns results from any source available to Mapze >[/v1/reverse?api\_key={YOUR-KEY}&point.lat=48.858268&point.lon=2.294471&___sources=osm___](https://search.mapzen.com/v1/reverse?api_key={YOUR_API_KEY}&point.lat=48.858268&point.lon=2.294471&sources=osm) -***TO DO: Add correct link**** For more information on the data each source provides, see [this link](http://source link). +***TO DO: Add correct link*** For more information on the data each source provides, see [this link](http://source link). ### Filter by layers @@ -54,7 +54,7 @@ Without specifying further, reverse geocoding doesn't restrict results to a part >[/v1/reverse?api\_key={YOUR-KEY}&point.lat=48.858268&point.lon=2.294471&___layers=locality___](https://search.mapzen.com/v1/reverse?api_key={YOUR_API_KEY}&point.lat=48.858268&point.lon=2.294471&layers=locality) -***TO DO: Add correct link**** For more information on what the different layers mean, see [this link](http://layers link). +***TO DO: Add correct link*** For more information on what the different layers mean, see [this link](http://layers link). ### Filter by country diff --git a/search.md b/search.md index c9c4d49..a57a8a8 100644 --- a/search.md +++ b/search.md @@ -113,7 +113,7 @@ To specify the boundary using a rectangle, you need latitude, longitude coordina For example, to find a YMCA within the state of Texas, you can set the `boundary.rect.*` parameter to values representing the bounding box around Texas: min_lon=-106.65 min_lat=25.84 max_lon=-93.51 max_lat=36.5 - Tip: You can look up a bounding box for a known region with this [web tool](http://boundingbox.klokantech.com/)* + Tip: You can look up a bounding box for a known region with this [web tool](http://boundingbox.klokantech.com/) [/v1/search?api_key=search-XXXXXXX&text=YMCA&___boundary.rect.min_lat=25.84&boundary.rect.min_lon=-106.65&boundary.rect.max_lat=36.5&boundary.rect.max_lon=-93.51___](https://search.mapzen.com/v1/search?api_key=search-XXXXXXX&text=YMCA&boundary.rect.min_lat=25.84&boundary.rect.min_lon=-106.65&boundary.rect.max_lat=36.5&boundary.rect.max_lon=-93.51)