Orange Mug
Orange Mug
How about creating a separate view which displays the entire JSON of the map style in a codemirror editor. Implementing search and replace in that view should be a lot...
Well I really like the interface. So thinking about it some more maybe search and replace is the wrong way around to think about this problem. Maybe instead variables would...
This sounds like a good candidate for another app that shares the same underlying datastore. Lets try and define what that might look like. I guess we'd need - options...
So as far as I can see SVG support isn't possible at this time as there is no interface to do that in mapbox-gl-js. We could do a raster exporter...
Thanks @pjsier that's where I got to as well. I'll leave the issue open for a bit incase anybody is following along and wants a raster exporter. Else I'll close...
Thanks @nschlax-lumeris, I've reopened the issue. If it's possible to outline an example use case, so what you'd be exporting and for what use. So are you wanting to print...
Thanks @pathmapper, especially for the links. Perhaps we could just submit a PR to one of those projects, add something like a 'Hash-Bang' url containing the style (less secure for...
Thanks @Messa1. If you have time please share what you're up to over in #164
Right so I had a quick look at this. It look like the DPI settings in https://github.com/mpetroff/print-maps doesn't actually work, if I look at the info on OSX it displays...
@pathmapper so to clarify what you are saying is, ideally the DPI should be set in the metadata of the image file. However that doesn't really matter because the image...