Skip to content

Commit 9650490

Browse files
author
Jason Fox
committed
Remove non-breaking spaces
1 parent 968321b commit 9650490

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

capture-map-area/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</head>
1414
<body>
1515
<h1>Take a Snapshot of the Map</h1>
16-
<p><span>This example demonstrates how to take a snapshot of&nbsp;the map.&nbsp;It specifies area to be captured with&nbsp;top/left and bottom/right view port&nbsp;coordinates<br></span></p>
16+
<p><span>This example demonstrates how to take a snapshot of the map. It specifies area to be captured with top/left and bottom/right view port coordinates<br></span></p>
1717
<div id="map" style="width: 600px; height: 400px; background: grey"></div>
1818
<div id="panel" style="width: 600px;"></div>
1919
<script type="text/javascript" src='js/app.js'></script>

custom-cluster-theme/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</head>
1515
<body>
1616
<h1>Marker Clustering with Custom Theme</h1>
17-
<p>This example displays a map&nbsp;showing geo-tagged clusters of photographs taken from locations&nbsp;around the world. The <a target="_blank" rel="nofollow" href="http://commons.wikimedia.org/wiki/Main_Page">Wikimedia Commons</a> website was used to provide&nbsp;a source of data of geo-tagged images.</p>
17+
<p>This example displays a map showing geo-tagged clusters of photographs taken from locations around the world. The <a target="_blank" rel="nofollow" href="http://commons.wikimedia.org/wiki/Main_Page">Wikimedia Commons</a> website was used to provide a source of data of geo-tagged images.</p>
1818
<div id="map" style="width: 600px; height: 400px; background: grey"></div>
1919
<script type="text/javascript" src='js/app.js'></script>
2020
</body>

custom-tile-overlay/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</head>
1414
<body>
1515
<h1>Adding an Overlay to the Map</h1>
16-
<p>This example displays a movable map initially centered on the historical centre of <b>Berlin</b> (<i>52.515, °N, 13.405°E</i>) with an overlay of a historical map from 1789 on top of the base map. A public domain&nbsp;<a target="_blank" rel="nofollow" href="http://commons.wikimedia.org/wiki/File:Map_de_berlin_1789_%28georeferenced%29.jpg">image</a> was used as a source, and split it into individual map tiles. Additional tiles are only downloaded when the zoom level or location changes.</p>
16+
<p>This example displays a movable map initially centered on the historical centre of <b>Berlin</b> (<i>52.515, °N, 13.405°E</i>) with an overlay of a historical map from 1789 on top of the base map. A public domain <a target="_blank" rel="nofollow" href="http://commons.wikimedia.org/wiki/File:Map_de_berlin_1789_%28georeferenced%29.jpg">image</a> was used as a source, and split it into individual map tiles. Additional tiles are only downloaded when the zoom level or location changes.</p>
1717
<div id="map" style="width: 600px; height: 400px; background: grey"></div>
1818
<script type="text/javascript" src='js/app.js'></script>
1919
</body>

draggable-marker/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</head>
1414
<body>
1515
<h1>Draggable Marker</h1>
16-
<p>This example displays a moveable map of&nbsp;<b>Boston</b>, including a marker. The marker can also be moved around the map.</p>
16+
<p>This example displays a moveable map of <b>Boston</b>, including a marker. The marker can also be moved around the map.</p>
1717
<div id="map" style="width: 600px; height: 400px; background: grey"></div>
1818
<script type="text/javascript" src='js/app.js'></script>
1919
</body>

explore-places/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</head>
1515
<body>
1616
<h1>Explore Popular Places by Category</h1>
17-
<p>This example uses the <code>explore</code> entrypoint to find places by using categories without typing search queries. It looks for sights and museums (i.e. within the <code>sights-museums</code> category) , around the <b>Brandenburg Gate</b> (52.5159°N, 13.3777°E) in <b>Berlin</b>. For more information about available parameters and options&nbsp;visit&nbsp;<a target="_blank" rel="nofollow" href="http://developer.here.com/rest-apis/documentation/places/topics_api/resource-explore.html">Explore Entrypoint Places API documentation</a>.</p>
17+
<p>This example uses the <code>explore</code> entrypoint to find places by using categories without typing search queries. It looks for sights and museums (i.e. within the <code>sights-museums</code> category) , around the <b>Brandenburg Gate</b> (52.5159°N, 13.3777°E) in <b>Berlin</b>. For more information about available parameters and options visit <a target="_blank" rel="nofollow" href="http://developer.here.com/rest-apis/documentation/places/topics_api/resource-explore.html">Explore Entrypoint Places API documentation</a>.</p>
1818
<div id="map" style="width: 600px; height: 400px; background: grey"></div>
1919
<div id="panel" style="width: 600px;"></div>
2020
<script type="text/javascript" src='js/app.js'></script>

get-place-details/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</head>
1515
<body>
1616
<h1>Detailed Place Information</h1>
17-
<p><div>This example searches for places to eat (i.e. within the <code>eat-drink</code> category) close to the&nbsp;<b>Chinatown</b> district of <b>San Francisco</b> <i>(37.7942</i><i>°N,</i><i>-122.4070</i><i>°W</i><i>)</i>. The response contains places links and those links are rendered on the map as markers. All Places API's Search &amp; Discovery entrypoints return place links with a function for easy access to place details. On place link&nbsp;click, user&nbsp;triggers this function and returns place details inside a panel.&nbsp;For more information about place details&nbsp;responses visit&nbsp;<a target="_blank" rel="nofollow" href="http://developer.here.com/rest-apis/documentation/places/topics_api/media-type-search-results.html">Places API Documentation</a>.</div><div><br></div></p>
17+
<p><div>This example searches for places to eat (i.e. within the <code>eat-drink</code> category) close to the <b>Chinatown</b> district of <b>San Francisco</b> <i>(37.7942</i><i>°N,</i><i>-122.4070</i><i>°W</i><i>)</i>. The response contains places links and those links are rendered on the map as markers. All Places API's Search &amp; Discovery entrypoints return place links with a function for easy access to place details. On place link click, user triggers this function and returns place details inside a panel. For more information about place details responses visit <a target="_blank" rel="nofollow" href="http://developer.here.com/rest-apis/documentation/places/topics_api/media-type-search-results.html">Places API Documentation</a>.</div><div><br></div></p>
1818
<div id="map" style="width: 600px; height: 400px; background: grey"></div>
1919
<div id="panel" style="width: 600px;"></div>
2020
<script type="text/javascript" src='js/app.js'></script>

identify-places-at-location/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</head>
1515
<body>
1616
<h1>Explore Nearby Places</h1>
17-
<p><div>This example identifies places close to a location in the <b>Chinatown</b> district of <b>San Francisco</b> <i>(37.7942</i><i>°N,</i><i>-122.4070</i><i>°W</i><i>).</i>&nbsp;For this purpose we are using the <code>here</code> Entrypoint, one of Places API entrypoints, that helps users identify places at a specified&nbsp;location or at a point selected on a map. The results returned included places&nbsp;close to a given point, sorted by distance. For more&nbsp;information on possible&nbsp;parameters&nbsp;and options regarding this entrypoint visit <a target="_blank" rel="nofollow" href="http://developer.here.com/rest-apis/documentation/places/topics_api/resource-here.html">Here Entrypoint Places API documentation</a>.<br></div></p>
17+
<p><div>This example identifies places close to a location in the <b>Chinatown</b> district of <b>San Francisco</b> <i>(37.7942</i><i>°N,</i><i>-122.4070</i><i>°W</i><i>).</i> For this purpose we are using the <code>here</code> Entrypoint, one of Places API entrypoints, that helps users identify places at a specified location or at a point selected on a map. The results returned included places close to a given point, sorted by distance. For more information on possible parameters and options regarding this entrypoint visit <a target="_blank" rel="nofollow" href="http://developer.here.com/rest-apis/documentation/places/topics_api/resource-here.html">Here Entrypoint Places API documentation</a>.<br></div></p>
1818
<div id="map" style="width: 600px; height: 400px; background: grey"></div>
1919
<div id="panel" style="width: 600px;"></div>
2020
<script type="text/javascript" src='js/app.js'></script>

map-multi-language-support/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</head>
1414
<body>
1515
<h1>Multi-language support</h1>
16-
<p>This example displays a movable&nbsp;map initially centered over&nbsp;<b>Hong Kong</b> (<i>22.2917°N, 114.1872°E</i>) with map labels in simplified Chinese.</p>
16+
<p>This example displays a movable map initially centered over <b>Hong Kong</b> (<i>22.2917°N, 114.1872°E</i>) with map labels in simplified Chinese.</p>
1717
<div id="map" style="width: 600px; height: 400px; background: grey"></div>
1818
<script type="text/javascript" src='js/app.js'></script>
1919
</body>

map-objects-event-delegation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</head>
1414
<body>
1515
<h1>Map Objects Event Delegation</h1>
16-
<p>This example shows how to use a single function to listen to the <code>tap</code> event across multiple map objects held within&nbsp;the same object container.</p>
16+
<p>This example shows how to use a single function to listen to the <code>tap</code> event across multiple map objects held within the same object container.</p>
1717
<div id="map" style="width: 600px; height: 400px; background: grey"></div>
1818
<script type="text/javascript" src='js/app.js'></script>
1919
</body>

map-scale-bar-changing-from-the-metric-system/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</head>
1414
<body>
1515
<h1>Changing from the Metric System</h1>
16-
<p>This example displays a movable map centered over the business district of <b>Boston</b> (<i>42.3572°N, 71.0596°W</i>). The&nbsp;scale bar of the map&nbsp;is displayed in miles, yards or&nbsp;feet dependent upon the zoom level.</p>
16+
<p>This example displays a movable map centered over the business district of <b>Boston</b> (<i>42.3572°N, 71.0596°W</i>). The scale bar of the map is displayed in miles, yards or feet dependent upon the zoom level.</p>
1717
<div id="map" style="width: 600px; height: 400px; background: grey"></div>
1818
<script type="text/javascript" src='js/app.js'></script>
1919
</body>

0 commit comments

Comments
 (0)