Opened 13 years ago
Closed 13 years ago
#1929 closed defect (fixed)
Maestro - No Geometry in Layer Prevents Map Save
Reported by: | crispinatime | Owned by: | jng |
---|---|---|---|
Priority: | medium | Milestone: | Maestro-5.0 |
Component: | Maestro | Version: | |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description
It is not possible to save a map where there is a layer based on a FeatureSource schema/class that has no data populated.
The BaseMapDefinitionValidator calls GetSpatialExtent, but the aggregate query throws at line 1594 of PlatformConnectionBase.cs.
Whether this is expected or not for a SpatialExtents aggregate is moot as it is a valid operation to save a layer that has no data yet (in my example a redline SQLite schema).
This should be handled as a warning, not an error, allowing the layer to be saved.
Workaround is to use an older version of Maestro.
Note:
See TracTickets
for help on using tickets.
Fixed r6451