Skip to content

Commit

Permalink
HERE maps update (#307)
Browse files Browse the repository at this point in the history
* Updated getting started link.
* Removed 'Customer Integration Testing' environment as Freemium pricing has a generous allowance.
* Update maps copyright notice to include current year.
  • Loading branch information
mguinness authored and jieter committed Nov 6, 2018
1 parent fe258ab commit 8087ff8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions leaflet-providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,19 +415,15 @@
/*
* HERE maps, formerly Nokia maps.
* These basemaps are free, but you need an API key. Please sign up at
* http://developer.here.com/getting-started
*
* Note that the base urls contain '.cit' whichs is HERE's
* 'Customer Integration Testing' environment. Please remove for production
* envirionments.
* https://developer.here.com/plans
*/
url:
'https://{s}.{base}.maps.cit.api.here.com/maptile/2.1/' +
'https://{s}.{base}.maps.api.here.com/maptile/2.1/' +
'{type}/{mapID}/{variant}/{z}/{x}/{y}/{size}/{format}?' +
'app_id={app_id}&app_code={app_code}&lg={language}',
options: {
attribution:
'Map &copy; 1987-2014 <a href="http://developer.here.com">HERE</a>',
'Map &copy; 1987-' + new Date().getFullYear() + ' <a href="http://developer.here.com">HERE</a>',
subdomains: '1234',
mapID: 'newest',
'app_id': '<insert your app_id here>',
Expand Down

0 comments on commit 8087ff8

Please sign in to comment.