Skip to content
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

Can't add property when trying to write GeoJson #231

Open
nassimesi opened this issue Jan 31, 2024 · 1 comment
Open

Can't add property when trying to write GeoJson #231

nassimesi opened this issue Jan 31, 2024 · 1 comment

Comments

@nassimesi
Copy link

Hello,
I looked up for a class or methods which give me hand to add customized properties for geoJson entry but I couldn't find it

I want to have an entry in my output geoJsonFile as follow :
{ "type": "Feature", "properties": { "prop0": 224, "prop1": 9, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.256195027454467, 19.477078487854236 ], [ -0.083718492903519, 19.477078487854236 ], [ -0.083718492903519, 19.641083840411458 ], [ -0.256195027454467, 19.641083840411458 ], [ -0.256195027454467, 19.477078487854236 ] ] ] } },

How can I do this

@dsmiley
Copy link
Contributor

dsmiley commented Jan 31, 2024

I think you may find Spatial4J not well suited to that kind of customization. Good luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants