CrunchyData / pg_featureserv

Lightweight RESTful Geospatial Feature Server for PostGIS in Go
Apache License 2.0
459 stars 91 forks source link

Upgrade OpenLayers from `v6.1.1` to `v8.2.0` #145

Closed JakobMiksch closed 1 week ago

JakobMiksch commented 1 year ago
dr-jts commented 1 year ago

Perhaps OpenLayers should just be vendored in, to avoid external dependencies?

JakobMiksch commented 1 year ago

Perhaps OpenLayers should just be vendored in, to avoid external dependencies?

@dr-jts True, how would you prefer to do that? I see these options:

JakobMiksch commented 8 months ago

@dr-jts I upgraded this PR to OpenLayers 8.2.0. I like the idea of keeping the library of OpenLayers directly in pg_feature. However, I think this should be a separate issue. What do you think, can we merge this PR first?

JakobMiksch commented 1 week ago

closed for same reasons as #147