From 8d1095e1087cff17c4ede9658d3149e3d6077b30 Mon Sep 17 00:00:00 2001 From: georgejhunt Date: Thu, 13 Jun 2019 16:34:41 -0700 Subject: [PATCH 1/2] Create Planning 7.1 --- docs/Planning 7.1 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/Planning 7.1 diff --git a/docs/Planning 7.1 b/docs/Planning 7.1 new file mode 100644 index 00000000..c4427d7e --- /dev/null +++ b/docs/Planning 7.1 @@ -0,0 +1,8 @@ +### Objectives + +1. Separate program from data -- But the program is Javascript, and somewhat determined by the data. Guess that just makes the program more complex. +2. I'm worried about JS garbage collection and running out of memory on Android. Apparently I'll need to be aware of unsetting any globals that I no longer need. Admin console, and maps, use the same memory pool -- but probably not at the same time. +3. Include regions.json in each data package. +4. Maybe I need a "display" flag in regions.json so the catalog can include data that does not appear on admin console. +5. There is satellite imagry which can be common across a number of packages. Symbolic link to /library/www/html/common/assets? +6. Wanted: Local catalog of maps that are installed -- how will that be different from the data that is put in idx? From bf15f10b1473c3a6081ad7be60846abbebc49e00 Mon Sep 17 00:00:00 2001 From: georgejhunt Date: Thu, 13 Jun 2019 19:42:17 -0700 Subject: [PATCH 2/2] Update Planning 7.1 --- docs/Planning 7.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Planning 7.1 b/docs/Planning 7.1 index c4427d7e..800c07fe 100644 --- a/docs/Planning 7.1 +++ b/docs/Planning 7.1 @@ -6,3 +6,5 @@ 4. Maybe I need a "display" flag in regions.json so the catalog can include data that does not appear on admin console. 5. There is satellite imagry which can be common across a number of packages. Symbolic link to /library/www/html/common/assets? 6. Wanted: Local catalog of maps that are installed -- how will that be different from the data that is put in idx? +7. Color blue for work in process, green for installed maps. Hover for satellite size. +8. Move maplist/assets to /common/assets.