You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenLayers vector data on map do not manage geometrycollection correctly. This causes problems when you use search services that expose those kind of geometry, or when you try to display on map vector version of this kind of geometry). note: this issue is hard to replicate because this kind of geometry is not present on current demo GeoServer. We could evaluate to add it.
In case of Bug (otherwise remove this paragraph)
Browser Affected
any
Steps to reproduce
It is reproductable on c028 test env. Otherwise you have to configure a search service to a layer that exposes geometrycollection
In c028
open a map
Search Edificabili
Select Dodiciville
search for 212
select .212
if you configured a search service that uses geometrycollection
Open the map with Openlayers
Search for a geometry
select the geometry
Expected Result
You can see the geometry
Current Result
You can not see anything. If you try to search for another element and select it, you will see an error in console.
Other useful information (optional):
openlayers/Feature.jsx skip geometry creation because it checks for coordinates but not for geometries before to create and style the vector objects to add to the map.
The text was updated successfully, but these errors were encountered:
Description
OpenLayers vector data on map do not manage geometrycollection correctly. This causes problems when you use search services that expose those kind of geometry, or when you try to display on map vector version of this kind of geometry).
note: this issue is hard to replicate because this kind of geometry is not present on current demo GeoServer. We could evaluate to add it.
In case of Bug (otherwise remove this paragraph)
Browser Affected
any
Steps to reproduce
Edificabili
Dodiciville
212
.212
Expected Result
You can see the geometry
Current Result
You can not see anything. If you try to search for another element and select it, you will see an error in console.
Other useful information (optional):
openlayers/Feature.jsx
skip geometry creation because it checks forcoordinates
but not forgeometries
before to create and style the vector objects to add to the map.The text was updated successfully, but these errors were encountered: