this post was submitted on 19 May 2024
40 points (100.0% liked)

Open Source

29862 readers
427 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
40
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

Avenza seems to be the go-to app. It works pretty well and all, but I'm wanting to know if there's any software available that can allow a team of people to simultaneously access and make edits/notes to a geo-referenced map. It also need to have kind of the same base functionality of being able to show your current location and all that. Ideally it should be designed for mobile first, but being able to access it from desktop too would be a plus.

So, just for one example, I could add a placemarker on the map, and any of my team members who are also accessing that map will be able to see (in real time) the placemarker that I just made. Does this type of feature exist?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 3 months ago* (last edited 3 months ago) (1 children)

This might be fun to write actually. Basically you need a central server you connect to via a websocket that would plot points out on a map (maybe with leaflet?) on receipt of notifications pushed via said socket.

The trouble of course is that with a central server, you tend to incur costs, so you'd have to pay, unless some sort of P2P mesh could be established between participating parties. That'd be a fun problem to solve for sure.

[โ€“] [email protected] 2 points 3 months ago

WebRTC can be used, and there is public STUN or TURN server