Greetings,
I am using the esri-leaflet geocoding control in a map application but need to add it to a bootstrap modal popup for my workflow. I've tried
var searchControl = L.esri.Geocoding.geosearch({container: "findbox"});
which would work in the esri javascript api.
How could this be done using esri-leaflet?
Thanks, Tyler
Solved! Go to Solution.
you're in luck. i wrote a proof of concept last year
you're in luck. i wrote a proof of concept last year
It looks awesome. Thanks John!
The Esri Calcite Maps project demo's have some demos of doing this as well. It places the search control in the navivgation above the desktop breakpoint, and then in the hamburger menu below the breakpoint. It also makes the switch on the resize event. Did you contribute to that solution JGravois-esristaff
nope. that's all alaframboise-esristaff. and he just mucked with the original CSS.