-
Notifications
You must be signed in to change notification settings - Fork 32
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
Throw error for invalid coordinates #140
Comments
This is great. Do you have a Palladio save file with one of these sorts of coordinates that you can attach here? Thanks! |
You can take the SF Civic Art sample data from Breve and load it into Palladio as an example. |
@elizawe Thanks - will do! |
I think we should also add an indicator somewhere for "number of records not displayed". Not sure if that should be in the map view itself, or as a separate dimension. Thoughts? |
Definitely. How would this work as a separate dimension? |
@cncoleman I've been planning to make a generated dimension for "non-mappable coordinate" that would have value "Not mapped" or some equivalent for coordinates that are blank or are invalid. Then this dimension could be used in a facet filter or as the grouping on the timeline in order to give the same sort of "Stacked bar chart of mapped vs non-mapped values" you had in the MRofL project. |
@cncoleman Alternative, we could just display a count indicator in the map legend or something like that. |
Let's go with the generated dimension. It solves the problem in an elegant way that is consistent with the application logic (as you pointed out!). |
But for this issue that Eliza brings up, it seems that we might want to add another consideration: swapping the order of coordinates. I know we have discussed in the past being more flexible about assigning coordinates. We've talked about assigning latitude and longitude separately (2 dimensions). Here are the options:
|
When given correctly formatted but invalid coordinates, Palladio tries to graph the data–placing it on the edge of the map–but will not zoom to fit them or notify the user that they are invalid.
The text was updated successfully, but these errors were encountered: