mapus icon indicating copy to clipboard operation
mapus copied to clipboard

A map tool with real-time collaboration 🗺️

Results 8 mapus issues
Sort by recently updated
recently updated
newest added

Hi, for few days recently I have been testing your app and found out that exported geojson files do not have attributes like color, name and description, only geometry. P.S....

Heya, really cool project you made! I was reading the bit about the data persistence and how it's hard to sync between clients without incurring costs right now, and https://github.com/automerge/automerge...

What is the structure of the realtime data table?

Great project!How can I use my own server database instead of Firebase?Look forward to supporting Supabase.

[supa-mapus demo](https://pass.itdos.net/mapus?file=1) [document](https://zsj.itdos.net/docs/supa-mapus) ![Snap24](https://user-images.githubusercontent.com/10678867/203341398-052b9fad-c212-4d7a-a0f9-ac64b15268e3.jpg)

``` function focusMapName() { $("#map-name").select(); $("#map-name").addClass("map-editing"); $("#map-name").prop("disabled", false); } ```

```` #color-list { position: absolute; /*margin-top: -85px;*/ margin-top: -300px; height: 40px; background-color: #FFF; border-radius: 5px; border: 1px solid #EAEAEA; /*padding-left: 10px;*/ padding-left: 5px; transform: translateX(-50%); /*margin-left: 15.5px;*/ margin-left: 10px; width:...

![Snipaste_2024-02-11_10-35-25](https://github.com/alyssaxuu/mapus/assets/10678867/863ad4b7-6c4e-4c37-97cf-e7e0ed77fef1) ``` { "type": "Feature", "properties": { "textMarker": true, "text": "测试文字1", "icon": { "options": { "className": "pm-text-marker", "html": { "_leaflet_id": 230 } }, "_initHooksCalled": true }, "type": "marker" }, "geometry":...