-
Notifications
You must be signed in to change notification settings - Fork 2
Adding and editing claims
Gjum edited this page May 24, 2017
·
3 revisions

- get some proof that you own the claim
- open the menu at the top right
- click
Add a claim
- start clicking on the map to add corners
- set the claim name and a nice color, it should be different from other nearby claims
- when you are done, copy the
Claim JSON

and post it on /r/DevotedMap, example:
{"name":"Aquila","color":"#0099ff","positions":[ ... ]}

- if you're claiming new land, get some proof that you own it
- click on the claim to open its popup
- on the popup, click
edit
to open the editor - edit the claim
- drag the corners
- click corners to delete them
- use the marker in the middle of a line to add a new corner on that line
-
click `Add another polygon` if you want to claim an area not connected to your previous claim
- when you are done, post the
Claim JSON
in a new post as outlined above; do not edit a previous post!
- when you reload the page, all changes will be lost, so make sure to copy the JSON
- load a claim by pasting its JSON into the
Claim JSON
field, you can use this for "backing up" and restoring your claim while you edit, or to set coordinates to a "nice" value - the coordinates in the JSON are ordered
[z, x]
, becauselat, long
is an international standard for map coordinates