Skip to content

Instantly share code, notes, and snippets.

@miloskroulik
Last active May 11, 2018 06:27
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 miloskroulik/ccd395464a7b1ff6994ffd492798e44f to your computer and use it in GitHub Desktop.
Save miloskroulik/ccd395464a7b1ff6994ffd492798e44f to your computer and use it in GitHub Desktop.
Creating simple map with terrain and place labels

I needed to create a simple map (as an image), like this:

The steps are:

  1. Load data in geojson format to geojson.io
  2. Add terrain layer, with URL like this: https://maps-for-free.com/layer/relief/z{z}/row{y}/{z}_{x}-{y}.jpg
  3. Add labels layer, with URL like this: http://c.sm.mapstack.stamen.com/terrain-labels/{z}/{x}/{y}.png

Similar approach could be perhaps used when embedding the map.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment