diff options
author | sanine <sanine.not@pm.me> | 2022-05-31 22:54:59 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-05-31 22:54:59 -0500 |
commit | f82f540a0cf07e8fd95e36dea10a49aa839832d0 (patch) | |
tree | a0855b56182f521781a0b33247e5f08a23604f1f /notes.md | |
parent | 5efc7885e1c3959aa165be640858ffb3f8a5860b (diff) |
move test.js and package.json to the root
Diffstat (limited to 'notes.md')
-rw-r--r-- | notes.md | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -67,3 +67,27 @@ would represent things like individual buildings and only be visible when highly Node should be able to indicate things like climate regions or land use patterns as well, and those kinds of nodes should be on their own layers, so that the user can view or ignore relevant data at any time. + + +nodes +----- + +node types: + - point + - path + - polygon + +all nodes can be selected to view properties in the right pane. They can then be edited by clicking a button on the pane. + +All nodes can be moved when editing. Path and polygon nodes can have their constituent points moved and can insert new nodes. + +Nodes have an associated "relevance level" + + - building (smallest) + - neighborhood + - city + - province + - nation + - global (largest) + +depending on a map's scale, some of these may not be relevant (i.e. a map only showing a city would not use higher relevance levels). |