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

geocoder extend requierd fields #861

Open
Tracked by #795
flomickl opened this issue Dec 10, 2022 · 0 comments
Open
Tracked by #795

geocoder extend requierd fields #861

flomickl opened this issue Dec 10, 2022 · 0 comments
Milestone

Comments

@flomickl
Copy link
Contributor

flomickl commented Dec 10, 2022

the google maps geocoder has only one required input field.
Most of the time the address information are stored in multiple attributes like
address field
house number field
postcode field city field etc.

All this field could be like an option required field, which does not need to be filed out (type any)

All this fields are then combined in the request into one single string.

fields are

  • address -> string
  • house number -> string ( house numbers could have letters so are not numbers)
  • city name -> string
  • postcode -> string or numbers ( in other countries postcode are with letters)
  • city -> string
  • county -> string

another option would be to work with semantics but then the adapter has to be adjusted by the user.

@flomickl flomickl changed the title subtask 3 geocoder extend requierd fields Dec 10, 2022
@bossenti bossenti added this to the 1.0.0 milestone Dec 28, 2022
@bossenti bossenti modified the milestones: 0.95.0, post-1.0 Apr 8, 2024
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