-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Orlando Voting #293
Comments
@flyinactor91 is there a way to access this feed when it has features in it? Right now the collection is null. I haven't visited the feed at a time when it's supplying data. |
I just altered the data source so that pub.endpoint returns data. Our source is designed to only supply data on the day a message needs to be sent. Elections don't come around too often. Hopefully this should suffice for testing for the time being. |
@flyinactor91 Citygram errors attempting to process the feed. You can test your feed against the linter I captured these errors from feed at current moment as exemplary:
There are 4 instances of the LinearRing error and dozens on the right hand rule. This will be on my check list daily, happy to try to get people to polls as best I can. |
Ok. We'll verify each of the GeoJSON files through there and add any checks into the generator. We had to parse GIS files ourselves to build those, so I'm not terribly surprised that some things don't work. |
@bigfleet I've updated the source factory to fix the geometry issues. The base .geojson file now passes linting on the site you linked to. Try running the service again. |
The voting service still needs to be enabled and the opd reports disabled. Posting the DB code again
The text was updated successfully, but these errors were encountered: