Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 316 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 316 Bytes

tilelive-carto

I am a Carto style source for tilelive.

Usage

var tilelive = require("tilelive");

require("tilelive-carto")(tilelive);

tilelive.load("carto+file://./project.mml", function(err, src) {
  // ...
});