#1582 closed defect (invalid)
Sheybogan Parcels Layer doesn't render
Reported by: | zspitzer | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 2.2 |
Component: | Mapping Service | Version: | 2.2.0 |
Severity: | blocker | Keywords: | |
Cc: | External ID: |
Description
testing the sheboygan sample with 2.2 RC2 on win32, the parcels layer fails with the following error
<2011-01-11T17:59:34> 3868 Ajax Viewer 127.0.0.1 Administrator
Error: Failed to stylize layer: Parcels
An exception occurred in FDO component. An exception occurred in FDO component. Fetching a property value did not match the property type.
- MgMappingUtil.StylizeLayers() line 831 file
c:\builds\mg22win32\mgdev\server\src\services\mapping\MappingUtil.cpp
Change History (2)
comment:1 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Yes. I noticed the same thing with the data set I was using. The layer filter was originally authored as a string type but the FDO data type was coming back as an int. I wonder if the FDO data type got flipped from a string to an int?
In any case, the fix was simple. Just change the filter text.
opps, turns out testing with a filter which was a string not a numeric caused this error (ID's in sheboygan are strings not numerics)