Opened 11 years ago
Closed 11 years ago
#2466 closed defect (fixed)
Fix VotingDistricts layer
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 2.6 |
Component: | Samples | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The VotingDistricts data source after the Sheboygan dataset revamp, has feature ids starting from 0.
This makes it unintuitive for some sample code where to select parcels by owner under district 1 requires passing in FeatId = 0
We should fix the ids on this data store.
Change History (2)
comment:1 by , 11 years ago
Summary: | Fix bad ids in VotingDistricts data source → Fix VotingDistricts layer |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Actually: The VotingDistricts layer is labelling against the wrong ids. We should fix that instead