Replies: 3 comments 6 replies
-
Where on mappite.org is this used? There are major downsides to how
The above are mostly constraints of how HTML Canvas rendering works. if you use plain While it is technically possible to implement everything, it is redundant work with MapLibre and not a good use of limited time. |
Beta Was this translation helpful? Give feedback.
-
It is explained here: https://www.advrider.com/f/threads/mappite-org-create-routes-easily-feedback-wanted.1055040/page-12#post-49712507 in my use case, issue 1&2 are not relevant since I don't need to highlight a specific feature and since the app is mainly used from mobile screens the mouse cursor change is not required. Point 3 is not relevant as well since alla features appears from a certain zoom (just the color/size differs). I understand these can be limitations for other projects. |
Beta Was this translation helpful? Give feedback.
-
Well, none actually: I don't think something else exists that allows to do what I'm trying to do without the need of a server-side infrastructure. Being able to easily generate pmtiles for large areas (or all world) and serve the content so efficiently is something only the brialliant protomps project offers! (am I right?) Surely, I'm considering maplibre for the future but that would be a major rewrite, with some cons to consider. |
Beta Was this translation helpful? Give feedback.
-
I've been surprised to discover
queryFeatures
has been deprecated. I've released an updated version of my "hobby" project (mappite.org) that relies on that feature to do something exceptional that was unthinkable for a small side project to achieve before "the single most exciting development in digital mapping in the past 10 years" (which I really think protomaps is!): I could build pmtiles with specific road features (in my case, unpaved roads) and add a layer to let users to know road details (via queryFeature) and link to openstreetmap for corrections. Giving visibility to road details is the basis to improve the map. For my purpose, it worked like a charm.Although I undertstand queryFeatures may have some limitations, I wander if it can be considered to pull it back, perhaps with a clear disclaimer of how it can be used, since it really offered a plus over standard leaflet layers or raster maps.
Moving to maplibre is a long path for apps built on leaflet, and perhaps not a real advantage for the purpose. I can stick with v1.24 but it is clearly a risk going forward.
Pls. let me know your thoughts!
... and in anycase thanks for the great work and the innovation protomaps brings to all of us.
Beta Was this translation helpful? Give feedback.
All reactions