Skip to content

Instantly share code, notes, and snippets.

@here-devblog-gists
Created February 17, 2016 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save here-devblog-gists/a2e443f5ad1cee24264c to your computer and use it in GitHub Desktop.
Save here-devblog-gists/a2e443f5ad1cee24264c to your computer and use it in GitHub Desktop.
L.tileLayer('http://{s}.{base}.maps.cit.api.here.com/maptile/2.1/{type}/{mapID}/{scheme}/{z}/{x}/{y}/{size}/{format}?app_id={app_id}&app_code={app_code}&lg={language}', {
attribution: 'Map &copy; 2016 <a href="http://developer.here.com">HERE</a>',
subdomains: '1234',
base: 'base',
type: 'maptile',
scheme: 'pedestrian.day',
app_id: '{app_id}',
app_code: '{app_code}',
mapID: 'newest',
maxZoom: 20,
language: 'eng',
format: 'png8',
size: '256'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment