Skip to content

A very simple node.js server for raster and vector mbtiles and ESRI bundled cache.

Notifications You must be signed in to change notification settings

TheGartrellGroup/mbtiles-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbtiles-server

This is a fork of Tobin Bradley's fork of Christopher Helm's awesome mbtiles-server. All credit should be flung at them.

The changes in this fork are:

  • Support for ESRI bundle tile cache format
  • Port passed in as an argument

put your bundled cache directory in the same directory as your raster and vector mbtiles.

(this script assumes that your cache was published in a dataframe named "Layers")

Requests look like this:

http://localhost:3000/<mbtiles-name>/3/1/2.png.

or this

http://localhost:3000/<mbtiles-name>/3/1/2.pbf.

About

A very simple node.js server for raster and vector mbtiles and ESRI bundled cache.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.9%
  • C# 29.0%
  • Shell 2.5%
  • Classic ASP 0.6%