Open Issues Need Help
View All on GitHubAI Summary: Enhance the GIFramework Maps application to display additional information about annotations when clicked. This includes showing coordinates for points, length for lines, area/perimeter for polygons, center coordinates and radius for buffers/circles, and potentially center coordinates and text for text annotations. The implementation should consider the different annotation types and dynamically display the relevant information.
A .NET based web map built with OpenLayers and Bootstrap
AI Summary: Adjust the CSS for the GIFramework Maps application to prevent overflowing text in the info click popup. This involves changing the `max-height` property from the `.giframeworkMapContainer .ol-popup` class to the `.giframeworkMapContainer .ol-popup-content` class and updating the height units from `px` to `vh`.
A .NET based web map built with OpenLayers and Bootstrap