-
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
![](https://cloud.githubusercontent.com/assets/2612164/19094529/c98d05dc-8a90-11e6-8a54-83b705d68033.png)
- 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
![](https://cloud.githubusercontent.com/assets/2612164/19094558/e7762e7a-8a90-11e6-9657-187ef58e43fe.png)
and post it on /r/DevotedMap, example:
{"name":"Aquila","color":"#0099ff","positions":[ ... ]}
![](https://cloud.githubusercontent.com/assets/2612164/19094535/d19cfe80-8a90-11e6-9d69-37a0be8a165a.png)
- 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