Opened 14 years ago
Closed 14 years ago
#1669 closed defect (fixed)
Validation error with WGS84 LL
Reported by: | PedroNGV | Owned by: | jng |
---|---|---|---|
Priority: | medium | Milestone: | Maestro-3.0 |
Component: | Maestro | Version: | 2.2.0 |
Severity: | major | Keywords: | validation, maestro |
Cc: | External ID: |
Description
I loaded shapefiles in WGS84 LL and made the configuration of LayerDefinition. In the creation of MapDefinition with this shapes, when saving with the validator option active, it shows the following error:
Validating resource: Session:fc5f72fa-6d00-11e0-8000-0018de490cc4_en_7F0000010AFC0AFB0AFA//39fdfc6a-d9cd-401c-a4fa-15fdb315d477.MapDefinition Error - OSGeo.MapGuide.ObjectModels.MapDefinition_1_0_0.MapDefinition: Failed in validator:
miny > maxy
Parameter name: miny
However, the extent of the map is configured correctly, as you can see:
<Extents>
<MinX> -180 </ MinX> <MaxX> 180 </ MaxX> <MinY> -90 </ MinY> <MaxY> 90 </ MaxY>
</ Extents>
The same happens with all of my Maps, with the same reference system (WGS84 LL), created in 2.x versions of Maestro.
If I save the MapDefinition without doing the validation, it runs smoothly, so it should be a problem in validation.
With other reference systems, it works without this validation error (eg with Google Mercator EPSG 3857).
The shapes I am using are from http://www.naturalearthdata.com/
Fixed r5721