Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Cloud Software

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

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?"
This discussion has been archived. No new comments can be posted.

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

Comments Filter:
  • by Anonymous Coward on Friday March 14, 2014 @10:15PM (#46489345)

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

  • by ssufficool ( 1836898 ) on Friday March 14, 2014 @10:33PM (#46489449)
    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.
  • Clippy (Score:2, Funny)

    by Anonymous Coward on Friday March 14, 2014 @10:45PM (#46489507)

    I see you are planning to blow some buildings up.

One man's constant is another man's variable. -- A.J. Perlis

Working...