Skip to content

Natural Earth vector tiles (MVT) and raster tiles free and ready to use. Based off the excellent work from https://github.com/lukasmartinelli/naturalearthtiles

Notifications You must be signed in to change notification settings

roblabs/naturalearthtiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Based off the excellent work from https://github.com/lukasmartinelli/naturalearthtiles


This fork from Lukas's work is for

"sources": {
    "sr_hr": {
        "destination": "Resources/sr_hr",
        "tiles": [
            "http://localhost:5000/tiles/natural_earth_shaded_relief.raster/{z}/{x}/{y}.png",
            "https://naturalearthtiles.roblabs.com/tiles/natural_earth_shaded_relief.raster/{z}/{x}/{y}.png"
        ],
        "type": "raster",
        "tileSize": 256,
        "maxzoom": 6
    },
    "ne_2_hr_lc_sr": {
        "destination": "Resources/ne_2_hr_lc_sr",
        "tiles": [
            "http://localhost:5000/tiles/natural_earth_2_shaded_relief.raster/{z}/{x}/{y}.png",
            "https://naturalearthtiles.roblabs.com/tiles/natural_earth_2_shaded_relief.raster/{z}/{x}/{y}.png"
        ],
        "type": "raster",
        "tileSize": 256,
        "maxzoom": 6
    },
    "ne_2_hr_lc": {
        "destination": "Resources/ne_2_hr_lc",
        "tiles": [
            "http://localhost:5000/tiles/natural_earth_2.raster/{z}/{x}/{y}.png",
            "https://naturalearthtiles.roblabs.com/tiles/natural_earth_2.raster/{z}/{x}/{y}.png"
        ],
        "type": "raster",
        "tileSize": 256,
        "maxzoom": 6
    },
    "hyp_hr": {
        "destination": "Resources/hyp_hr",
        "tiles": [
            "http://localhost:5000/tiles/natural_earth_cross_blended_hypso.raster/{z}/{x}/{y}.png",
            "https://naturalearthtiles.roblabs.com/tiles/natural_earth_cross_blended_hypso.raster/{z}/{x}/{y}.png"
        ],
        "type": "raster",
        "tileSize": 256,
        "maxzoom": 6
    },
    "hyp_hr_sr": {
        "destination": "Resources/hyp_hr_sr",
        "tiles": [
            "http://localhost:5000/tiles/natural_earth_cross_blended_hypso_shaded_relief.raster/{z}/{x}/{y}.png",
            "https://naturalearthtiles.roblabs.com/tiles/natural_earth_cross_blended_hypso_shaded_relief.raster/{z}/{x}/{y}.png"
        ],
        "type": "raster",
        "tileSize": 256,
        "maxzoom": 6
    },
    "gray_hr_sr": {
        "destination": "Resources/gray_hr_sr",
        "tiles": [
            "http://localhost:5000/tiles/natural_earth_gray_hypso_shaded_relief.raster/{z}/{x}/{y}.png",
            "https://naturalearthtiles.roblabs.com/tiles/natural_earth_gray_hypso_shaded_relief.raster/{z}/{x}/{y}.png"
        ],
        "type": "raster",
        "tileSize": 256,
        "maxzoom": 6
    }
}

About

Natural Earth vector tiles (MVT) and raster tiles free and ready to use. Based off the excellent work from https://github.com/lukasmartinelli/naturalearthtiles

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 61.4%
  • HTML 25.6%
  • JavaScript 12.5%
  • Shell 0.5%