cutting-room-floor / tilemill-reference-layer

TileMill Plugin that allows adding a tiled layer from tiles.mapbox.com
14 stars 7 forks source link

Reference Layer for TileMill

This TileMill plugin adds a custom map as a reference layer to your TileMill projects.

This reference layer will be visible while designing & previewing a map, but will not be included in any exports.

Installation

The plugin should be available from the Plugins panel in TileMill.

You can also install it manually by cloning this repository into your TileMill plugins directory.The plugins directory for TileMill is located at ~/.tilemill/node_modules. It will not exist if you have not already installed a plugin. So you may need to create it yourself. You can create the plugins directory and install this plugin manually like:

mkdir -p ~/.tilemill/node_modules
cd ~/.tilemill/node_modules
git clone https://github.com/mapbox/tilemill-reference-layer.git

Note: This plugin is not tested to work with other plugins.

Use