Dane Springmeyer
Dane Springmeyer
For a finer level of control over SVG I recommend exporting the Mapnik XML for your project and scripting SVG creation with Mapnik directly.
awesome, thanks!
Good workaround @ajashton - although this may be doable in the future: https://github.com/mapnik/mapnik/issues/2902
@gka - tilemill from source should work fine on 10.10. I'd recommend that for now: just git clone master and run `npm install`.
Hi @RossGammon - thanks for getting in touch and thanks for your initiative to package TileMill. To avoid this problem I would recommend that debian packaging of TileMill not package...
> It is the Debian policy not to include bundled dependencies because it needlessly increases the size of the archive when the same code is packaged numerous times. Yes, I...
@RossGammon - so how it is going? What are you thinking here?
/cc @kapouer for advice too (as the packager of mapnik/node-mapnik)
this should be able to be fixed with: ``` diff diff --git a/models/Layer.bones b/models/Layer.bones index 26f5fcc..731d71b 100644 --- a/models/Layer.bones +++ b/models/Layer.bones @@ -99,9 +99,8 @@ model.prototype.validateAsync = function(attributes, options) {...
I've not seen it display/appear in the "advanced" field unless I've added it - if you are seeing that then it is unintended and we can revert this. My only...