Skip to content

Adding and editing claims

Gjum edited this page May 24, 2017 · 3 revisions

Add a new claim

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

and post it on /r/DevotedMap, example:

{"name":"Aquila","color":"#0099ff","positions":[ ... ]}

Edit a claim

  1. if you're claiming new land, get some proof that you own it
  2. click on the claim to open its popup
  3. on the popup, click edit to open the editor
  4. 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
  5. 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