I've got a requirement for a project where I need some relatively simple mapping functionality on a web page. I'm familiar with the Google Maps APIs but unfortunately this is a project that will be hosted on a closed network with no internet access.
Is there a relatively straight-forward way to host my own map server with the following functionality (preferably on Windows but I would consider Linux):
- I only need to cover a map area no bigger than the size of Texas
- I don't need streets, terrain, or any other complex layers. At most I would needs outlines of the counties in the region with a few text markers for large cities.
- I need to be able to display custom data driven markers on the map when it is rendered (I don't care if that is on the server side or if I need to do it in javascript on the client)
- 2 or 3 levels of zooming would be great, but no necessary
I've tried SUAS server v3 with XAMPP and ran into numerous issues, including low-level PHP errors.
