cutting-room-floor / tilemill-reference-layer

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

Incompatible with TileMill 0.10.2 #12

Open pakore opened 9 years ago

pakore commented 9 years ago

I can't use the plugin with the latest TileMill :( Steps to reproduce: Install tilemill via apt-get. clone git repo of TRL start TileMill.

pakore commented 9 years ago

This is why: ~/.tilemill/node_modules/tilemill-reference-layer $ cat package.json { "name": "tilemill-reference-layer", "description": "Add MapBox Streets or a custom map as a base layer.", "version": "0.3.0", "engines": {"tilemill":"0.10.0 || 0.10.1"}, "keywords": ["tilemill"] }

amandasaurus commented 9 years ago

I also have this problem.

pakore commented 9 years ago

just edit this line: From: "engines": {"tilemill":"0.10.0 || 0.10.1"}, To: "engines": {"tilemill":"0.10.0 || 0.10.1 || 0.10.2"},

amandasaurus commented 9 years ago

I made that change, and it seems to work fine now.