Skip to content

When the featureInfo is very big (long), all the details couldn't be seen in linked_open_data #116

Description

@dpakprajul

Reproduction:
https://www.geoportal.hessen.de/linked_open_data/

Go to: Feuerwehren Kreis Groß-Gerau
ft1:Feuerwehrstandorte

Click on the point feature. We can see a very long attribute table, where all the details are not visible in a leaflet mapviewer. So making the list in the popup scrollable would be the best idea.

TODO:
Add max-height: 250px; overflow-y: auto; in .leaflet-popup-content in leaflet.css.

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
  /* Optional: Ensures content doesn't force the width out */
  max-height: 250px; 
  overflow-y: auto;
}

Before:

Image

After:

20260803-0734-35.5575474.mp4

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions