-
-
Notifications
You must be signed in to change notification settings - Fork 949
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
GeoJSON module #3413
Comments
Thank you for your feature proposal. We marked it as "waiting for user interest" for now to gather some feedback from our community:
We would also like to hear about other community members' use cases for the feature to give us a better understanding of their potential implicit or explicit requirements. We will start the implementation based on:
We do this because:
|
FFR:
|
I was sceptical since the only thing i saw first was Without having discussed that with the team: I'm fine with such a module in general. Would be great if other team members could reflect their opinion with a simple thumbs up ( 👍 ) or thumbs down ( 👎 ) reaction to this comment. If my comment gets at least one upvote, could you be so kind @charlieforward9 and suggest a potential API for the implementation? This does not mean that there is a guarantee that the feature will be implemented in the near future, but it will help us evaluate the scope, technical dept and maintainance burdens of such a feature. |
I think it should have its own module as it is too much for the location module. There are 2 things that I'm unsure about:
|
I think one of the things to bear in mind you probably don't want the data to be utterly random. For example, a common use case for geoJSON might be showing a route like a GPS trace or hiking trail, or locations of restaurants in a city. In that case you would want points fairly close together not scattered all over the globe |
Clear and concise description of the problem
I work with a buunch of maps, it would be suuuper helpful to have a faker module for GeoJSON related data in order to alleviate a lot of the manual mock data I have filled in the codebase.
Suggested solution
I propose that each GeoJSON type have its own mock, and common parameters be used to control things like where it shows up, how big the features can be, etc. Posting this a bit rushed to curious to see a response before diving deeper into proposal.
Alternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: