Skip to content

Adding and editing claims

Gjum edited this page Dec 23, 2016 · 3 revisions

Add a new claim

  1. open the menu at the top right
  2. click Add a claim
  3. start clicking on the map to add corners
  4. set the claim name and a nice color, it should be different from other nearby claims
  5. when you are done, copy the Claim JSON
and [post it on /r/DevotedMap](https://www.reddit.com/r/devotedmap/submit?selftext=true), example:
{"name":"Aquila","color":"#0099ff","positions":[ ... ]}

Edit a claim

  1. click on the claim to open its popup
  2. on the popup, click edit to open the editor
  3. 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
  4. when you are done, post the Claim JSON in a new post as outlined above; do not edit a previous post!

Notes

  • 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], because lat, long is an international standard for map coordinates

Clone this wiki locally