Enhancement : Make OpenStreepMaps self contained with the application
Opened this issue · 0 comments
soundarmoorthy commented
Currently, when you want to use OpenStreetMaps with the application, you have to download, build and set it up separately, then run the application to make it works without issues. This needs to be fixed. We need to find a way to run the OSM java application as part of checkout and run. Options
- Create a nuget package that wraps OSM java application and find a way to run it.
- use IKVM.NET and see if it can be wrapped inside it and can be packaged and redistributed.
- Host it in a public web server (Heroku / others) and call it from code.
- Anything else you can think of.