ttomasz

Results 35 comments of ttomasz

I tried earlier with pip install but it did not recognize pip and tried to run ensure_pip but it was not able to install anything. If the plugin only downloads...

``` import subprocess, sys subprocess.check_call([sys.executable, "-m", "pip", "install", 'shapely']) Traceback (most recent call last): File "/usr/lib/python3.9/code.py", line 90, in runcode exec(code, self.locals) File "", line 1, in File "/usr/lib/python3.9/subprocess.py", line...

Have you tried creating temporary files using https://docs.python.org/3/library/tempfile.html#tempfile.NamedTemporaryFile ? it should be multiplatform. You can get file path after initializing object by `.name` attribute.

Did you try to measure how much these steps would impact the load time? With traditional websites minifying is great but here we have very little static resources while we...

As for optimizing GeoJSON once it becomes too heavy we can switch to vector tiles

for openstreetmap popup should also display url to osm

Thank you for the PR! I'm hesitant to merge this since the issue was reported by third party and I'm not fully sure what the problem really was. In the...

https://maputnik.github.io/osm-liberty/ (bottom of the page about generating sprites) example of adding to style: https://github.com/maputnik/osm-liberty/blob/gh-pages/style.json#L23

maki by mapbox , temaki for ideditor

or https://github.com/gravitystorm/openstreetmap-carto/tree/master/symbols