Slashdot Mirror


Ask Slashdot: Easiest To Use Multi-User Map Editing?

Lordfly writes "I'm part of an online group of local hobbyist, semi-pro, and professional photographers. I want to start an editable map that showcases interesting places to shoot photos — parks, old buildings, interesting infrastructure, etc. Ideally I'd like to be able to tag/organize the markers (public/private property), as well as add example photos for each location to give people an idea of what the place looks like.

I've used the Google Maps 'Create a Map' feature, but have found that sharing for other users to see/edit is a bit ... off. Also, given Google's propensity for dropping features without much pretext, it makes me wary to sink time and effort into a possibly ephemeral map. It does most of what I'm looking for it to do, but are there more robust alternatives out there I'm not finding?"

28 of 52 comments (clear)

  1. Dude! by Anonymous Coward · · Score: 1

    Rand McNally! Plus pencil!

  2. Ask the OSM community. by Anonymous Coward · · Score: 5, Informative

    This is a problem that OSM (open street map) has solved. Either use their service, our even create your own clone - their software is likely to be all open source, and their mapping data certainly is.

    1. Re:Ask the OSM community. by WarJolt · · Score: 1

      Works on android too as a pretty good replacement for the Google maps api.. I've found it fo be a little slow at times and google maps api is a bit more mature. Gotta get your hands dirty and write some code.

    2. Re:Ask the OSM community. by multimediavt · · Score: 1

      This is a problem that OSM (open street map) has solved. Either use their service, our even create your own clone - their software is likely to be all open source, and their mapping data certainly is.

      Nice. I was going to say if everyone is collocated to use a big paper map on a wall. He did say they were "local". Sounds like he's trying to use tech he doesn't really need to solve a problem. But, that's most Ask /. questions these days, that and not knowing how to use a search engine to do your own research.

    3. Re:Ask the OSM community. by AndrewBuck · · Score: 1

      OpenStreetMap is not really suited to what he is doing since we are making a 'base map' which is just the underlying features, roads, buildings, etc. The personal notes the OP is looking for can however be added to uMap which is a tool one of the OSM people developed to make maps overlay on top of the map. I am not sure what the public terms of service are though or how long it will be available. It was developed for coordinating information about humanitarian disasters but it would work for that as well. Link is below.

      http://umap.openstreetmap.fr/e...

      -AndrewBuck

    4. Re:Ask the OSM community. by Jane+Q.+Public · · Score: 1

      There are a number of services and applications that use OpenStreetMap as a back end. As mentioned, some of them are available on Android. Others are available for the desktop.

  3. Try this one by Anonymous Coward · · Score: 2, Funny

    http://www.ea.com/simcity-4-deluxe

  4. wikimapia is for this by Anonymous Coward · · Score: 2, Informative

    not sure how hard you're looking if you're aware of neither wikimapia.org nor openstreetmap.org but this is *exactly* what they're for

  5. Google.. by sotweed · · Score: 4, Insightful

    "why perpetuate the myth that Google "drops products without warning/reason"?

    Well, you're right... that's a bit unfair. There's usually some warning, and occasionally even a reason.
    But relying on their stuff is indeed somewhat risky.

    1. Re:Google.. by FatdogHaiku · · Score: 4, Informative

      There's usually some warning, and occasionally even a reason. But relying on their stuff is indeed somewhat risky.

      Why, how on earth can you say that?
      https://en.wikipedia.org/wiki/List_of_Google_products#Discontinued_products_and_services

      Oh, Right. Now I remember...

      --
      You have the right to remain sentient. If you give up the right to remain sentient, you will be elected to public office
  6. Well to start.... by ssufficool · · Score: 5, Funny

    You will need a spatial database (I prefer PostgreSQL + PostGIS), but you might want to try SQL Azure with their supreme Geography types. Then I would create a WFS (web feature server) on top of that from scratch using a compiled c++ CGI backend running on NGINX. Then I would create some JSON web services to handle the back and forth in PHP5 on a separate server running Apache2, because you need that multi-tiered scaleability eventually, so start now. Then I would hobble together a javascript mapping API to interact with the WFS and JSON web services. After I reach a performance impact from the CGI doing on-demand rendering, I would create a server process in Python to generate and cache tiles to a web tile server, then rework the JSON and WFS server to serve those up in addition to the overlay of the more dynamic layers. Then I would flush that all down the toilet and do what the other guy said.

    1. Re:Well to start.... by Bazman · · Score: 1

      I think you just described the OpenGeo suite from Boundless except with less Java because enterprisey.

      Another idea would be something based on Django with the GeoDjango functionality, a simple model for location with picture and whatever other attributes you want in your model, and job almost done. Buy some hosting and run it, or plug an Rpi into your home network and punch a line through your router.

  7. ownCloud ODF support by manu0601 · · Score: 1

    Recently owncloud started offering collaborative editing of ODF documents. I am not sure it can do .odg, but if it does, it may be used for maps. SVG suport would be even better, though.

  8. Clippy by Anonymous Coward · · Score: 2, Funny

    I see you are planning to blow some buildings up.

  9. Ushahidi by Anonymous Coward · · Score: 2, Informative

    Try Ushahidi, originally developed more for crisis management and political activitism it may be useful for you. There is also an online version at crowdmap.com you can play with. I have used it for various reasons from the downright comical to the extremely serious and I have not had any issues using it, once you get past the learning curve.

  10. save the data, don't depend on anyone by raymorris · · Score: 2

    ANY company or service can go away or change.
    That's why you keep a copy of the data, coordinates, etc. Then you can display that data with Google maps, openstreetmap, or a dozen other ways and you're not dependent on anyone.

    If you keep a copy of your data, you don't need to decide based on one option having a 0.01% chance of going away versus another with a 0.02% chance.

  11. Comment removed by account_deleted · · Score: 2

    Comment removed based on user account deletion

  12. Integrating with mapping tools by Anonymous Coward · · Score: 1

    I think that Nokia's Here (formerly Navteq) has tools to let you do this. Not sure since I haven't tried, but they are still ahead of Google Maps for such stuff.

  13. geonames.org by codepigeon · · Score: 1

    I dont know if this will help you or not, but http://www.geonames.org/ data is under the Creative Commons and provides webservices that you could write your own apps to take advantage of. From what I understand, you can add points to the database (if they dont already exist).

  14. Re:Flickr makes it really easy by elmer+at+web-axis · · Score: 1

    Don't use flickr, getting the data out of them (as with photos) is a lesson in pain..

  15. Try Mapbox by Anonymous Coward · · Score: 2, Interesting

    It's based on OSM but less rough around the corners. It's a hosted solution used by some pretty big players like Foursquare and Yelp.

    I have a similar project in mind and they are my top alternative for Google Maps.

  16. Google Earth Layer by RugRat · · Score: 2

    Ideal for me would be to have a Google Earth layer that when I edit, my edits appear on others who share the layer and vice-versa. Any solutions?

  17. Related: Calender by Jonah+Hex · · Score: 1

    If we have many different groups posting events all across the state, what is best for not only showing them on a calender but also locations on a map?

    Think Magic/Game Events!
    Each event may have a different owner, or group of owners posting them.
    It should be easy to view on the map for people to easily see what Events are close to them for any particular day.

    Currently we're thinking multiple Google Calenders but it loses all coloring and requires everyone who wants to do a calender to have google. Plus, no mapping.

  18. uMap by metatechbe · · Score: 2
  19. ScribbleMaps.com by tuxisthefuture · · Score: 1

    I have been using the free service available at http://www.scribblemaps.com/ for a few years. Basically provides an editable Google Maps systems.

  20. LocalWiki by Deideldorfer · · Score: 1

    This would be very easy if your community has a LocalWiki.

    --

    Power off before disconnecting connecting connector. Seen on a cash register
  21. GeoServer and the OpenGeoSuite by spandex_panda · · Score: 1

    The easiest way is to set up GeoServer as part of the OpenGeoSuite. The OpenGeoSuite sets up PostGIS and GeoServer and another application called GeoExplorer, which is a web-app that sorts out authentication and editing of spatial data, as well as simple styling.

    That said, you can't just 'make a map.' You need to set up multiple tables, all with an appropriate schema, to hold all your different layers. That stuff takes experience, or will require you to iterate over time in order to get it right.

    You could set it up in a Desktop environment first, use QGIS for that. Edit data in PostGIS for best practice, or use SHP files for ease of use.

    --
    like phosphorescent desert buttons singing one familiar song
  22. Try using the GitHub geoJSON ability by theoa · · Score: 1

    GitHub has built-in geoJSON mapa capabilities:
    https://help.github.com/articl...
    Example:
    https://github.com/benbalter/d...
    A GitHub organization may have multiple contributors.
    There's forum and wiki support.