CrunchyData / pg_featureserv

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

Map view: ensure data extent is set on start #147

Closed JakobMiksch closed 1 week ago

JakobMiksch commented 1 year ago

before:

ol-before

after:

ol_after

dr-jts commented 1 year ago

What if the data takes a long time to load, or errors out?

JakobMiksch commented 1 year ago

Peek 2023-10-21 16-02

timeout

What would be your preferred behavior in this case?

JakobMiksch commented 8 months ago

@dr-jts I pulled the latest commits from master and it still works as expected.

dr-jts commented 1 week ago

I prefer not to complicate the client code too much. It's really just for demo purposes. Most users will build their own client interface.

JakobMiksch commented 1 week ago

Alright, I understand. Then I am closing this PR.