#1417 closed defect (fixed)
Maestro: version on OSGeo Live DVD does not allow theming by column
Reported by: | jbirch | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-3.0 |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | trevorwekel | External ID: |
Description
When attempting to select a column to theme by, get an error message like:
Error: An exception occurred in FDO component. FDO class '-x31-0m_populated_places_simple' not found in schema.
The schema/class is actually "Default:10m_populated_places_simple"
This is odd because all of the other column-related calls such as the lookup in the expression editor don't seem to have a problem with the class name.
Change History (7)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Milestone: | → Maestro-2.1.x |
---|
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Due to some slick Google-fu I was able to track the SHP file in question and verify that r5125 does fix this issue
Note:
See TracTickets
for help on using tickets.
The class definition object has two ways to get the name:
I guess it's using the first option. I'll have to check if this is still the case.