master #172
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Update Docker
* adds functionality for address search widget * drops default proxy.php (replaced by own python call) * reduces maxZoom in config.json* adds geometry validity checks for SimpleGeomForm is_valid() * shows validity problems on the form if a feature is invalid * optimizes merging of different features into one MultiPolygon * further enhances tests * adds as_feature_collection() method on Geometry model for converting geom MultiPolygon attribute into FeatureCollection json holding each polygon as an own feature -> makes each polygon selectable in new netgis map client* fixes minor bug where invalid geometry (self intersecting) could not be used properly as input for WFS parcel intersection calculation * future enhancements regarding map client will make sure invalid geometries can not be added in the first place