pygeoapi icon indicating copy to clipboard operation
pygeoapi copied to clipboard

remove embedded geojson in items-html

Open pvgenuchten opened this issue 2 years ago • 3 comments

Currently the geojson representation of items is injected into html by python

image

This leads to troubles in case:

  • the geojson is big (detailed geometries); the html loading becomes slow
  • if the geojson for some reason is corrupt the whole map display is gone due to js-error

Alternatively I suggest to let leaflet fetch the geometries from the server with a ajax request.

pvgenuchten avatar Aug 26 '21 07:08 pvgenuchten

As per RFC4, this Issue has been inactive for 90 days. In order to manage maintenance burden, it will be automatically closed in 7 days.

github-actions[bot] avatar Mar 10 '24 21:03 github-actions[bot]

As per RFC4, this Issue has been closed due to there being no activity for more than 90 days.

github-actions[bot] avatar Mar 24 '24 03:03 github-actions[bot]

Similar discussion at https://github.com/geopython/pycsw/pull/949, would be good to make a decision

pvgenuchten avatar Mar 24 '24 17:03 pvgenuchten