Is there any library written in JavaScript for offline routing, to generate routes based on OSM data? And is there any with leaflet support?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
While not generally advised (see scai's comment above), you actually can do offline routing in JavaScript, for example by using graphhopper cross-compiled to js or any of these libs.