Skip to content

Commit c4fb78a

Browse files
committed
change github pages links to https
Signed-off-by: Langford, Chloe <[email protected]>
1 parent 58c723f commit c4fb78a

File tree

49 files changed

+86
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+86
-86
lines changed

README.md

+35-35
Original file line numberDiff line numberDiff line change
@@ -12,38 +12,38 @@ See the [LICENSE](LICENSE) file in the root of this project for license details.
1212

1313
All of the following examples use **version 3** of the API
1414

15-
* [Adding an Overlay to the Map](http://heremaps.github.io/maps-api-for-javascript-examples/custom-tile-overlay/demo.html) - Display custom map tiles as an overlay
16-
* [Calculating a Location from a Mouse Click](http://heremaps.github.io/maps-api-for-javascript-examples/position-on-mouse-click/demo.html) - Obtain the latitude and longitude of a location within the map
17-
* [Changing from the Metric System](http://heremaps.github.io/maps-api-for-javascript-examples/map-scale-bar-changing-from-the-metric-system/demo.html) - Display a map including a scale bar in miles or yards
18-
* [Circle on the Map](http://heremaps.github.io/maps-api-for-javascript-examples/circle-on-the-map/demo.html) - Display a map highlighting a circular region
19-
* [DOM Marker](http://heremaps.github.io/maps-api-for-javascript-examples/map-with-dom-marker/demo.html) - Display a marker that is capable of receiving DOM events
20-
* [Display KML Data](http://heremaps.github.io/maps-api-for-javascript-examples/display-kml-on-map/demo.html) - Parse a KML file and display the data on a map
21-
* [Draggable Marker](http://heremaps.github.io/maps-api-for-javascript-examples/draggable-marker/demo.html) - Display a moveable marker on a map
22-
* [Finding the Nearest Marker](http://heremaps.github.io/maps-api-for-javascript-examples/finding-the-nearest-marker/demo.html) - Find a marker nearest to the click location
23-
* [Map Objects Event Delegation](http://heremaps.github.io/maps-api-for-javascript-examples/map-objects-event-delegation/demo.html) - Use event delegation on map objects
24-
* [Map Objects Events](http://heremaps.github.io/maps-api-for-javascript-examples/map-object-events-displayed/demo.html) - Handle events on various map objects
25-
* [Map at a specified location](http://heremaps.github.io/maps-api-for-javascript-examples/map-at-specified-location/demo.html) - Display a map at a specified location and zoom level
26-
* [Map using View Bounds](http://heremaps.github.io/maps-api-for-javascript-examples/map-using-view-bounds/demo.html) - Display a map of a given area
27-
* [Map with Driving Route from A to B](http://heremaps.github.io/maps-api-for-javascript-examples/map-with-route-from-a-to-b/demo.html) - Request a driving route from A to B and display it on the map.
28-
* [Map with Pedestrian Route from A to B](http://heremaps.github.io/maps-api-for-javascript-examples/map-with-pedestrian-route-from-a-to-b/demo.html) - Request a walking route from A to B and display it on the map.
29-
* [Map with Route from A to B using Public Transport](http://heremaps.github.io/maps-api-for-javascript-examples/map-with-route-from-a-to-b-using-public-transport/demo.html) - Request a route from A to B using public transport and display it on the map.
30-
* [Marker Clustering](http://heremaps.github.io/maps-api-for-javascript-examples/marker-clustering/demo.html) - Cluster multiple markers together to better visualize the data
31-
* [Marker Clustering with Custom Theme](http://heremaps.github.io/maps-api-for-javascript-examples/custom-cluster-theme/demo.html) - Cluster multiple markers and customize the theme
32-
* [Marker on the Map](http://heremaps.github.io/maps-api-for-javascript-examples/markers-on-the-map/demo.html) - Display a map highlighting points of interest
33-
* [Multi-language support](http://heremaps.github.io/maps-api-for-javascript-examples/map-multi-language-support/demo.html) - Display a map with labels in a foreign language
34-
* [Opening an Infobubble on a Mouse Click](http://heremaps.github.io/maps-api-for-javascript-examples/open-infobubble/demo.html) - Open an infobubble when a marker is clicked
35-
* [Ordering Overlapping Markers](http://heremaps.github.io/maps-api-for-javascript-examples/ordering-overlapping-markers/demo.html) - Arrange the order in which a series of map objects are displayed
36-
* [Panning the Map](http://heremaps.github.io/maps-api-for-javascript-examples/panning-the-map/demo.html) - Programmatically pan the map so that it is continually in motion
37-
* [Polygon on the Map](http://heremaps.github.io/maps-api-for-javascript-examples/polygon-on-the-map/demo.html) - Display a map highlighting a region or area
38-
* [Polyline on the Map](http://heremaps.github.io/maps-api-for-javascript-examples/polyline-on-the-map/demo.html) - Display a map with a line showing a known route
39-
* [Rectangle on the map](http://heremaps.github.io/maps-api-for-javascript-examples/rectangle-on-the-map/demo.html) - Display a map highlighting a retangular region or area
40-
* [Restrict Map Movement](http://heremaps.github.io/maps-api-for-javascript-examples/restrict-map/demo.html) - Restrict a moveable map to a given rectangular area
41-
* [SVG Graphic Markers](http://heremaps.github.io/maps-api-for-javascript-examples/map-with-svg-graphic-markers/demo.html) - Display a map with custom SVG markers
42-
* [Search for a Landmark](http://heremaps.github.io/maps-api-for-javascript-examples/search-for-landmark/demo.html) - Request the location of a landmark and display it on the map.
43-
* [Search for a Location based on an Address](http://heremaps.github.io/maps-api-for-javascript-examples/geocode-a-location-from-address/demo.html) - Request a location using a free-form text input and display it on the map.
44-
* [Search for a Location given a Structured Address](http://heremaps.github.io/maps-api-for-javascript-examples/geocode-a-location-from-structured-address/demo.html) - Request a location from a structured address and display it on the map.
45-
* [Search for the Address of a Known Location](http://heremaps.github.io/maps-api-for-javascript-examples/reverse-geocode-an-address-from-location/demo.html) - Request address details for a given location and display it on the map.
46-
* [Synchronising Two Maps](http://heremaps.github.io/maps-api-for-javascript-examples/synchronising-two-maps/demo.html) - Synchronise a static map with an interactive map
47-
* [Take a Snapshot of the Map](http://heremaps.github.io/maps-api-for-javascript-examples/capture-map-area/demo.html) - Capture an area on the map
48-
* [Zoom into Bounds](http://heremaps.github.io/maps-api-for-javascript-examples/custom-zooming-into-bounds/demo.html) - Zoom into bounds limiting maximum level
49-
* [Zooming to a Set of Markers](http://heremaps.github.io/maps-api-for-javascript-examples/zoom-to-set-of-markers/demo.html) - Alter the viewport to ensure a group of objects are visible
15+
* [Adding an Overlay to the Map](https://heremaps.github.io/maps-api-for-javascript-examples/custom-tile-overlay/demo.html) - Display custom map tiles as an overlay
16+
* [Calculating a Location from a Mouse Click](https://heremaps.github.io/maps-api-for-javascript-examples/position-on-mouse-click/demo.html) - Obtain the latitude and longitude of a location within the map
17+
* [Changing from the Metric System](https://heremaps.github.io/maps-api-for-javascript-examples/map-scale-bar-changing-from-the-metric-system/demo.html) - Display a map including a scale bar in miles or yards
18+
* [Circle on the Map](https://heremaps.github.io/maps-api-for-javascript-examples/circle-on-the-map/demo.html) - Display a map highlighting a circular region
19+
* [DOM Marker](https://heremaps.github.io/maps-api-for-javascript-examples/map-with-dom-marker/demo.html) - Display a marker that is capable of receiving DOM events
20+
* [Display KML Data](https://heremaps.github.io/maps-api-for-javascript-examples/display-kml-on-map/demo.html) - Parse a KML file and display the data on a map
21+
* [Draggable Marker](https://heremaps.github.io/maps-api-for-javascript-examples/draggable-marker/demo.html) - Display a moveable marker on a map
22+
* [Finding the Nearest Marker](https://heremaps.github.io/maps-api-for-javascript-examples/finding-the-nearest-marker/demo.html) - Find a marker nearest to the click location
23+
* [Map Objects Event Delegation](https://heremaps.github.io/maps-api-for-javascript-examples/map-objects-event-delegation/demo.html) - Use event delegation on map objects
24+
* [Map Objects Events](https://heremaps.github.io/maps-api-for-javascript-examples/map-object-events-displayed/demo.html) - Handle events on various map objects
25+
* [Map at a specified location](https://heremaps.github.io/maps-api-for-javascript-examples/map-at-specified-location/demo.html) - Display a map at a specified location and zoom level
26+
* [Map using View Bounds](https://heremaps.github.io/maps-api-for-javascript-examples/map-using-view-bounds/demo.html) - Display a map of a given area
27+
* [Map with Driving Route from A to B](https://heremaps.github.io/maps-api-for-javascript-examples/map-with-route-from-a-to-b/demo.html) - Request a driving route from A to B and display it on the map.
28+
* [Map with Pedestrian Route from A to B](https://heremaps.github.io/maps-api-for-javascript-examples/map-with-pedestrian-route-from-a-to-b/demo.html) - Request a walking route from A to B and display it on the map.
29+
* [Map with Route from A to B using Public Transport](https://heremaps.github.io/maps-api-for-javascript-examples/map-with-route-from-a-to-b-using-public-transport/demo.html) - Request a route from A to B using public transport and display it on the map.
30+
* [Marker Clustering](https://heremaps.github.io/maps-api-for-javascript-examples/marker-clustering/demo.html) - Cluster multiple markers together to better visualize the data
31+
* [Marker Clustering with Custom Theme](https://heremaps.github.io/maps-api-for-javascript-examples/custom-cluster-theme/demo.html) - Cluster multiple markers and customize the theme
32+
* [Marker on the Map](https://heremaps.github.io/maps-api-for-javascript-examples/markers-on-the-map/demo.html) - Display a map highlighting points of interest
33+
* [Multi-language support](https://heremaps.github.io/maps-api-for-javascript-examples/map-multi-language-support/demo.html) - Display a map with labels in a foreign language
34+
* [Opening an Infobubble on a Mouse Click](https://heremaps.github.io/maps-api-for-javascript-examples/open-infobubble/demo.html) - Open an infobubble when a marker is clicked
35+
* [Ordering Overlapping Markers](https://heremaps.github.io/maps-api-for-javascript-examples/ordering-overlapping-markers/demo.html) - Arrange the order in which a series of map objects are displayed
36+
* [Panning the Map](https://heremaps.github.io/maps-api-for-javascript-examples/panning-the-map/demo.html) - Programmatically pan the map so that it is continually in motion
37+
* [Polygon on the Map](https://heremaps.github.io/maps-api-for-javascript-examples/polygon-on-the-map/demo.html) - Display a map highlighting a region or area
38+
* [Polyline on the Map](https://heremaps.github.io/maps-api-for-javascript-examples/polyline-on-the-map/demo.html) - Display a map with a line showing a known route
39+
* [Rectangle on the map](https://heremaps.github.io/maps-api-for-javascript-examples/rectangle-on-the-map/demo.html) - Display a map highlighting a retangular region or area
40+
* [Restrict Map Movement](https://heremaps.github.io/maps-api-for-javascript-examples/restrict-map/demo.html) - Restrict a moveable map to a given rectangular area
41+
* [SVG Graphic Markers](https://heremaps.github.io/maps-api-for-javascript-examples/map-with-svg-graphic-markers/demo.html) - Display a map with custom SVG markers
42+
* [Search for a Landmark](https://heremaps.github.io/maps-api-for-javascript-examples/search-for-landmark/demo.html) - Request the location of a landmark and display it on the map.
43+
* [Search for a Location based on an Address](https://heremaps.github.io/maps-api-for-javascript-examples/geocode-a-location-from-address/demo.html) - Request a location using a free-form text input and display it on the map.
44+
* [Search for a Location given a Structured Address](https://heremaps.github.io/maps-api-for-javascript-examples/geocode-a-location-from-structured-address/demo.html) - Request a location from a structured address and display it on the map.
45+
* [Search for the Address of a Known Location](https://heremaps.github.io/maps-api-for-javascript-examples/reverse-geocode-an-address-from-location/demo.html) - Request address details for a given location and display it on the map.
46+
* [Synchronising Two Maps](https://heremaps.github.io/maps-api-for-javascript-examples/synchronising-two-maps/demo.html) - Synchronise a static map with an interactive map
47+
* [Take a Snapshot of the Map](https://heremaps.github.io/maps-api-for-javascript-examples/capture-map-area/demo.html) - Capture an area on the map
48+
* [Zoom into Bounds](https://heremaps.github.io/maps-api-for-javascript-examples/custom-zooming-into-bounds/demo.html) - Zoom into bounds limiting maximum level
49+
* [Zooming to a Set of Markers](https://heremaps.github.io/maps-api-for-javascript-examples/zoom-to-set-of-markers/demo.html) - Alter the viewport to ensure a group of objects are visible

capture-map-area/demo.details

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Take a Snapshot of the Map
33
description: Capture an area on the map
44
resources:
5-
- http://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
5+
- https://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
66
normalize_css: no
77
dtd: html 5
88
wrap: d

change-style-at-runtime/demo.details

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Change map style at runtime
33
description: Change a style of the map feature when map is instantiated
44
resources:
5-
- http://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
5+
- https://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
66
normalize_css: no
77
dtd: html 5
88
wrap: d

circle-on-the-map/demo.details

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Circle on the Map
33
description: Display a map highlighting a circular region
44
resources:
5-
- http://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
5+
- https://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
66
normalize_css: no
77
dtd: html 5
88
wrap: d

context_menu/demo.details

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Context Menu
33
description: Adding a context menu to map objects
44
resources:
5-
- http://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
5+
- https://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
66
normalize_css: no
77
dtd: html 5
88
wrap: d

custom-cluster-theme/demo.details

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: Marker Clustering with Custom Theme
33
description: Cluster multiple markers and customize the theme
44
resources:
5-
- http://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
6-
- http://heremaps.github.io/maps-api-for-javascript-examples/custom-cluster-theme/data/photos.js
5+
- https://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
6+
- https://heremaps.github.io/maps-api-for-javascript-examples/custom-cluster-theme/data/photos.js
77
normalize_css: no
88
dtd: html 5
99
wrap: d

custom-tile-overlay/demo.details

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Adding an Overlay to the Map
33
description: 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 image was used as a source, and split it into individual map tiles. Additional tiles are only downloaded when the zoom level or location changes.
44
resources:
5-
- http://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
5+
- https://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
66
normalize_css: no
77
dtd: html 5
88
wrap: d

custom-tile-overlay/demo.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ function overlayHistoricalBerlin(map) {
1818
((zoom == 13) && (row < 2686 || column < 4400 || row > 2687 || column > 4401)) ||
1919
((zoom == 14) && (row < 5372 || column < 8800 || row > 5375 || column > 8803)) ||
2020
((zoom == 15) && (row < 10744 || column < 17601 || row > 10750 || column > 17607))) {
21-
return 'http://heremaps.github.io/maps-api-for-javascript-examples/custom-tile-overlay/tiles/blank.png';
21+
return 'https://heremaps.github.io/maps-api-for-javascript-examples/custom-tile-overlay/tiles/blank.png';
2222
} else {
2323
// The Old Berlin Map Tiler follows the TMS URL specification.
2424
// By specification, tiles should be accessible in the following format:
2525
// http://server_address/zoom_level/x/y.png
26-
return 'http://heremaps.github.io/maps-api-for-javascript-examples/custom-tile-overlay/tiles/'+ zoom+ '/'+ row + '/'+ column+ '.png';
26+
return 'https://heremaps.github.io/maps-api-for-javascript-examples/custom-tile-overlay/tiles/'+ zoom+ '/'+ row + '/'+ column+ '.png';
2727
}
2828
}
2929
});

custom-zooming-into-bounds/demo.details

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Zoom into Bounds
33
description: Zoom into bounds limiting maximum level
44
resources:
5-
- http://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
5+
- https://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
66
normalize_css: no
77
dtd: html 5
88
wrap: d

display-kml-on-map/demo.details

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Display KML Data
33
description: Parse a KML file and display the data on a map.
44
resources:
5-
- http://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
5+
- https://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
66
normalize_css: no
77
dtd: html 5
88
wrap: d

display-kml-on-map/demo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
function renderKML(map) {
1010
// Create a reader object passing in the URL of our KML file
11-
reader = new H.data.kml.Reader('http://heremaps.github.io/maps-api-for-javascript-examples/display-kml-on-map/data/us-states.kml');
11+
reader = new H.data.kml.Reader('https://heremaps.github.io/maps-api-for-javascript-examples/display-kml-on-map/data/us-states.kml');
1212
reader.addEventListener("statechange", function(evt){
1313
if (evt.state === H.data.AbstractReader.State.READY) {
1414
// Get KML layer from the reader object and add it to the map

draggable-marker/demo.details

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Draggable Marker
33
description: Display a moveable marker on a map
44
resources:
5-
- http://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
5+
- https://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
66
normalize_css: no
77
dtd: html 5
88
wrap: d

example-template/demo.details

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Example Template
33
description: Capture an area on the map
44
resources:
5-
- http://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
5+
- https://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
66
normalize_css: no
77
dtd: html 5
88
wrap: d

finding-the-nearest-marker/demo.details

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Finding the Nearest Marker
33
description: Find a marker nearest to the click location
44
resources:
5-
- http://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
5+
- https://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
66
normalize_css: no
77
dtd: html 5
88
wrap: d

geocode-a-location-from-address/demo.details

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Search for a Location based on an Address
33
description: Request a location using a free-form text input and display it on the map
44
resources:
5-
- http://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
5+
- https://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
66
normalize_css: no
77
dtd: html 5
88
wrap: d

geocode-a-location-from-structured-address/demo.details

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Search for a Location given a Structured Address
33
description: Request a location from a structured address and display it on the map
44
resources:
5-
- http://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
5+
- https://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
66
normalize_css: no
77
dtd: html 5
88
wrap: d

interactive-basemap/demo.details

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Interactive base map
33
description: Retrieve information associated with the map features
44
resources:
5-
- http://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
5+
- https://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
66
normalize_css: no
77
dtd: html 5
88
wrap: d

map-at-specified-location/demo.details

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Marker on the Map
33
description: Display a map at a specified location and zoom level
44
resources:
5-
- http://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
5+
- https://heremaps.github.io/maps-api-for-javascript-examples/test-credentials.js
66
normalize_css: no
77
dtd: html 5
88
wrap: d

0 commit comments

Comments
 (0)