hello, is there anyone who could suggest a cms for a web app for sharing (public and private) map locations? like: login system having 2 locations (home and work) saved ability to share my home address (or map location) privately and having my work address (or map location) public any ideas?
I couldn't find a CMS that does exactly the things you want but I was able to find pieces of script which you could use to build your own simple CMS. The login/register system and map storing/retrieving can be easily done in PHP/SQL/HTML. To find accurate map locations you can use Google Maps (Get an API and incorporate it into your code): https://developers.google.com/maps/documentation/javascript/examples/map-geolocation