tilemill-project/millstone

regex fails with mapbox styled markers

springmeyer opened this issue · 2 comments

Damn, after messing with the regex for downloading remote carto uris I forgot to actually test against mapbox markers. marker-file:url('http://api.tiles.mapbox.com/v3/marker/pin-l-star.png'); works but not marker-file:url('http://api.tiles.mapbox.com/v3/marker/pin-l-star+8cc.png');. This will require a TileMill 0.10.1 I figure:

strk commented

Sounds like the same as #72, fixed by upcoming pull request