controversial created an issue (openstreetmap/openstreetmap-website#6234)
### Problem
It’s really exciting to have vector tiles hosted for the first time on
openstreetmap.org!
Currently, vector tiles are displayed using `maplibre-gl-leaflet`, which wraps
`maplibre-gl-js` in the same Leaflet A
controversial left a comment (openstreetmap/openstreetmap-website#6234)
I’m optimistic that all of these things can be built efficiently with
maplibre-gl-js, and many of them can even provide _better_ interoperability
with the map in a “vector-native” environment compared to with raster tiles!
controversial left a comment (openstreetmap/openstreetmap-website#6234)
As an aside, although I haven’t contributed to this codebase in the past, I
have some experience building interactive vector map applications with these
tools, and I’d be enthusiastic about volunteering time + effort to this
controversial left a comment (openstreetmap/openstreetmap-website#6234)
tbf most of that diff was the addition of leaflet itself to `vendor`, but agree
it’s a big effort.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6234#iss
controversial left a comment (openstreetmap/openstreetmap-website#6234)
maplibre-gl-leaflet is a wrapper around maplibre-gl-js, so to my understanding
any features it implements are supported by maplibre-gl-js.
Do you have any examples of missing features?
--
Reply to this email directly or v
controversial left a comment (openstreetmap/openstreetmap-website#6234)
I think you’re right; I’ll update the original issue.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6234#issuecomment-3110243034
You are receiving this be
controversial left a comment (openstreetmap/openstreetmap-website#6234)
My original idea _was_ to “use two separate map display libraries on the same
page” — we could switch out / instantiate the underlying map implementation
when the user switches map layers, and we could adjust front-end code
controversial left a comment (openstreetmap/openstreetmap-website#6234)
Well, in principle it’s possible to feature-detect webgl support, and then skip
initializing the client-rendered maps when the layers pane is opened where
webgl is unsupported.
--
Reply to this email directly or view it on
controversial left a comment (openstreetmap/openstreetmap-website#3387)
> encourage any IE11 users to consider alternatives, and expect our support to
> end some time in 2022
@gravitystorm @tomhughes does openstreetmap-website have a current policy on
what the browser support target is for Java