summaryrefslogtreecommitdiff
path: root/notes.md
diff options
context:
space:
mode:
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).