-
Notifications
You must be signed in to change notification settings - Fork 101
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
Flex: Investigate integration of geojson files #1758
Comments
Timebox: 2days |
1. GeoTools 2. GeoJSON-Jackson Scope and Functionality GeoJSON-Jackson is a more focused library that integrates Jackson (a popular JSON processing library) with GeoJSON. It is designed specifically for serializing and deserializing GeoJSON data to and from Java objects. GeoJSON-Jackson is ideal for applications that primarily work with GeoJSON data and require straightforward serialization/deserialization without the need for complex geospatial operations. Ease of Use GeoJSON-Jackson is simpler to use for tasks related to GeoJSON, thanks to its focus on serialization and deserialization. It's a good choice for projects that need to quickly and easily work with GeoJSON data in Java without the overhead of a larger geospatial library. Performance GeoJSON-Jackson is likely to be more lightweight and faster for GeoJSON-specific tasks, as it does not include the extensive geospatial processing capabilities that GeoTools offers. This makes it a more efficient choice for projects focused solely on GeoJSON data. Use Case Examples Use GeoJSON-Jackson if your application primarily deals with GeoJSON data and you need a straightforward way to serialize and deserialize GeoJSON objects in Java. It's particularly well-suited for applications that do not require the full suite of geospatial operations provided by GeoTools. Conclusion |
https://docs.google.com/document/d/1QABoIeOdR6lAB7A6_X6WIbZwC7EnAIZvm_hRNwNQeoI/edit |
Conclusion: we can use GeoTools as the library for reading in locations.geojson file. It's open source and it supports visualization of geospatial data. I'll add how to set up GeoTools gradle dependencies in #1750. |
In order to support Flex, we need to add locations.geojson to our schemas and validate against it.
We need to investigate what library to use to best support this and how to test it adequately.
The text was updated successfully, but these errors were encountered: