Results 32 comments of Henry Thasler

I have recently started to [play around with vector tiles](https://www.thasler.com/blog/blog/VectorMaps-Intro). You should have a look at [tegola.io](https://tegola.io/) For details see: https://www.thasler.com/blog/blog/VectorMaps-serving-tiles In general I'm not sure what the benefit of...

Has anyone actually created MVTs with mapnik? I can't seem to find any usable examples. Just some vague hints and a lot of unanswered stackoverflow-threads...

I just wanted to give you an update of my results with vector-tiles so far. As @tomass mentioned, the most important part is the db-structure, import and generalization. You can...

I tried another approach to create and serve vectortiles. This time cloud-based with a Lambda-function on top of postgis: https://github.com/henrythasler/cloud-tileserver

I'm using [node-red-contrib-bsb-lan](https://flows.nodered.org/node/node-red-contrib-bsb-lan) to regularly (30s) query a set of 12 values via the http-endpoint. This takes around 28s. So this is about the bandwidth you can get (25 Values/min)....

I have experienced a similar issue (disappearing islands in global_water_polygons). I think the issue is (mostly?) based on the following circumstances: - MVTs contain rounding errors due to their specification...

Same here (Ubuntu 16.04, libboost 1.58). Anyone know a solution/workaround? edit: I used the egg-file from https://pypi.python.org/pypi/mapnik#downloads and it works w/o any problems.

A geodesiccircle is just a polyline and I'm not sure if a tooltip here makes sense as it will not be centered to the circle automatically: ![image](https://user-images.githubusercontent.com/6277203/178543786-3d27d84f-d1c8-4913-b795-5cc3bc7f9bde.png) I just tried...

I was using my [multiline-nosplit](https://blog.cyclemap.link/Leaflet.Geodesic/multiline-nosplit.html) example and just changed line 101 into: ``` var marker = L.marker(place, { draggable: true }).addTo(map).bindTooltip("Works!", {permanent: true, direction: "top", interactive: true, offset: [0, 0]});...

[nextzen.org](https://www.nextzen.org/) is hosting old mapzen data.