diff --git a/leaflet-providers.js b/leaflet-providers.js index f13fb7a0..eb213611 100644 --- a/leaflet-providers.js +++ b/leaflet-providers.js @@ -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 © 1987-2014 HERE', + 'Map © 1987-' + new Date().getFullYear() + ' HERE', subdomains: '1234', mapID: 'newest', 'app_id': '',