summaryrefslogtreecommitdiff
path: root/notes.md
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-05-31 22:54:59 -0500
committersanine <sanine.not@pm.me>2022-05-31 22:54:59 -0500
commitf82f540a0cf07e8fd95e36dea10a49aa839832d0 (patch)
treea0855b56182f521781a0b33247e5f08a23604f1f /notes.md
parent5efc7885e1c3959aa165be640858ffb3f8a5860b (diff)
move test.js and package.json to the root
Diffstat (limited to 'notes.md')
-rw-r--r--notes.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/notes.md b/notes.md
index 5284adb..2a869db 100644
--- a/notes.md
+++ b/notes.md
@@ -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).