I have created a windows form application with GMap.Net that has the following functionalities:
Locating placemarks by keywords & geocoordinates
Geofensing
Routing/Getting Directions
Adding Margins to a placemark
Now, my organization is asking me to convert it to a web application that's gonna be hosted on the intranet. So far, the only solution I have found for this is the MvcMapFusion demo. So I tried running the demo to figure it out and create mine, the html part is loading, but the map controller, doesn't load.
Any ideas how can I fix this? or any other approach for web implementation of GMap?
I have created a windows form application with GMap.Net that has the following functionalities:
Now, my organization is asking me to convert it to a web application that's gonna be hosted on the intranet. So far, the only solution I have found for this is the MvcMapFusion demo. So I tried running the demo to figure it out and create mine, the html part is loading, but the map controller, doesn't load.
Any ideas how can I fix this? or any other approach for web implementation of GMap?
Here is a screenshot of what I get:
Thanks in advance.