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 behaviour when a marker style is applied to a not point is to place a marker anyway.
Leaflet instead use the default style for that kind of Geometry.
We should uniform this behaviour.
The text was updated successfully, but these errors were encountered:
- Changed internal representation from nominatim to GeoJson
- Fixedgeosolutions-it#1507 Now Openlayers uses default style too
- Fixesgeosolutions-it#1505 Now the markers are correctly displaced
- The selector for layers with marker generate marker layers only inside the selector (still to remove loading from flat layer to get better performances)
- Initial support for WFS as external services
- Moved businness logic from UI into a new epic
- Changed internal representation from nominatim to GeoJson
- Fixed#1507 Now Openlayers uses default style too
- Fixes#1505 Now the markers are correctly displaced
- The selector for layers with marker generate marker layers only inside the selector (still to remove loading from flat layer to get better performances)
- Initial support for WFS as external services
- Moved businness logic from UI into a new epic
Openlayers behaviour when a marker style is applied to a not point is to place a marker anyway.
Leaflet instead use the default style for that kind of Geometry.
We should uniform this behaviour.
The text was updated successfully, but these errors were encountered: