[Feat] Geocoder search options
See original GitHub issueIs your feature request related to a problem? Please describe. Geocoder search options can have additional options for user to customize
Describe the solution you’d like I provider the design and will do the code implementation of following features:
- Pin color
- Map focus option(place coordinates aka point OR bbox aka area)
Describe alternatives you’ve considered None
UPDATE
- Make geocoder layer be removed when geocoder option is turned off
- Move geocoder layer to separate mapbox layer as in https://github.com/keplergl/kepler.gl/blob/master/src/components/map-container.js#L354-L366
- store geocoder data in
interactionConfig
Additional context Figma access can be provided. Design mockup attached
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Welcome to GeoPy's documentation! — GeoPy 2.3.0 ...
Each geolocation service you might use, such as Google Maps, Bing Maps, or Nominatim, has its own class in geopy.geocoders abstracting the service's...
Read more >Guide - HERE Geocoding & Search API
Search for and lookup location details by ID. Conduct searches using filters that include parameters such as category (food, airport, park), with results ......
Read more >Best practices: Async Reverse Geocoding with Ruby and ...
Today I will share with you how I approach reverse geocoding using the Geocoder ... Geocoder.configure( # Geocoding options lookup: :google, ...
Read more >Mapbox using localGeocoderOnly: true doesn't work without it ...
DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Supplement forward geocoding search results from another data source</title> ...
Read more >Geocoder: Complete Ruby Geocoding Solution - Morioh
Please see the source code for each lookup to learn about directly supported parameters. Parameters which are not directly supported can be specified...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
what’s the difference between focus map on selected result
point
andarea
?