2021-09-08 23:21:27 +00:00
- name : Make 5 directories (0755 by default)
2020-01-26 10:34:24 +00:00
file :
2020-09-26 14:39:06 +00:00
path : "{{ item }}"
2020-01-26 10:34:24 +00:00
state : directory
2021-09-08 22:11:56 +00:00
# mode: 0755
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
with_items :
2020-09-26 14:39:06 +00:00
- "{{ vector_map_path }}/test-page/assets" # /library/www/osm-vector-maps
- "{{ vector_map_path }}/maplist/assets"
- "{{ vector_map_path }}/viewer/assets"
- "{{ vector_map_path }}/viewer/tiles"
- "{{ vector_map_path }}/installer"
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
2022-04-26 03:52:44 +00:00
- name : "Install packages for map installation: python3-geojson, python3-pil, python3-wget, php{{ php_version }}-sqlite3 (can also be installed by www_base/tasks/php-stem.yml)"
package :
state : present
name :
- python3-geojson
- python3-pil
- python3-wget
#- php{{ php_version }}-common # Auto-installed as an apt dependency. REGARDLESS: php{{ php_version }}-common superset php{{ php_version }}-cli is auto-installed by php{{ php_version }}-fpm in nginx/tasks/install.yml
- php{{ php_version }}-sqlite3
2021-09-08 23:21:27 +00:00
# - name: Does 26M cities database {{ vector_map_path }}/viewer/cities1000.sqlite exist?
# stat:
# path: "{{ vector_map_path }}/viewer/cities1000.sqlite"
# register: cities_installed
2020-01-26 10:34:24 +00:00
2021-09-08 23:21:27 +00:00
# - name: If not, download {{ iiab_map_url }}/regional-resources/cities1000.sqlite to {{ vector_map_path }}/viewer/
2022-04-26 05:03:15 +00:00
# At this point, fetches from github.com/'REPO'/maps from maps_branch
2022-04-28 11:24:42 +00:00
- name : Download 26M {{ osm_repo_url }}/{{ maps_branch }}/2020/cities1000.sqlite to {{ vector_map_path }}/viewer/
2020-01-26 10:34:24 +00:00
get_url :
2022-04-28 11:24:42 +00:00
url : "{{ osm_repo_url }}/{{ maps_branch }}/2020/cities1000.sqlite"
2021-09-08 22:11:56 +00:00
dest : "{{ vector_map_path }}/viewer/"
2021-12-26 15:24:31 +00:00
timeout : "{{ download_timeout }}"
2021-09-08 23:21:27 +00:00
# when: not cities_installed.stat.exists
2020-01-26 10:34:24 +00:00
2022-04-28 11:24:42 +00:00
- name : Download {{ osm_repo_url }}/{{ maps_branch }}/2020/map-catalog.json to {{ iiab_etc_path }}
2022-04-25 17:46:14 +00:00
get_url :
2022-04-28 11:24:42 +00:00
url : "{{ osm_repo_url }}/{{ maps_branch }}/2020/map-catalog.json"
2022-04-25 18:51:40 +00:00
dest : "{{ iiab_etc_path }}" # /etc/iiab
2022-04-25 17:46:14 +00:00
timeout : "{{ download_timeout }}"
2021-03-16 18:42:25 +00:00
- name : Symlink {{ doc_root }}/common/assets/map-catalog.json -> /etc/iiab/map-catalog.json
2020-04-10 17:53:40 +00:00
file :
2020-09-26 14:39:06 +00:00
src : /etc/iiab/map-catalog.json
2021-03-16 18:42:25 +00:00
path : "{{ doc_root }}/common/assets/map-catalog.json" # /library/www/html
2020-01-26 10:34:24 +00:00
state : link
2021-03-16 18:42:25 +00:00
- name : Symlink {{ vector_map_path }}/test-page/assets/map-catalog.json -> /etc/iiab/map-catalog.json
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
file :
2020-09-26 14:39:06 +00:00
src : /etc/iiab/map-catalog.json
2021-03-16 18:42:25 +00:00
path : "{{ vector_map_path }}/test-page/assets/map-catalog.json"
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
state : link
2020-01-26 10:34:24 +00:00
2022-04-26 18:56:16 +00:00
#- name: Download {{ osm_repo_url }}/{{ maps_branch }}/resources/regions.json to {{ iiab_etc_path }}
# get_url:
# url: "{{ osm_repo_url }}/{{ maps_branch }}/resources/regions.json"
# dest: "{{ iiab_etc_path }}"
# timeout: "{{ download_timeout }}"
2022-04-25 18:51:40 +00:00
2022-04-26 18:56:16 +00:00
#- name: Symlink {{ vector_map_path }}/maplist/assets/regions.json -> /etc/iiab/regions.json
# file:
# src: /etc/iiab/regions.json
# path: "{{ vector_map_path }}/maplist/assets/regions.json"
# state: link
2020-08-10 23:06:30 +00:00
2021-12-03 00:50:18 +00:00
- name : Download OpenLayers test page stuff (JavaScript bundle etc) from {{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/test-page/build/* to {{ vector_map_path }}/test-page/ -- for test page http://box/osm-vector-maps/installer/
2020-01-26 10:34:24 +00:00
get_url :
2021-09-08 22:44:05 +00:00
url : "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/test-page/build/{{ item }}" # https://raw.githubusercontent.com/iiab/maps / master
2020-09-26 14:39:06 +00:00
dest : "{{ vector_map_path }}/test-page/"
2021-12-26 15:24:31 +00:00
timeout : "{{ download_timeout }}"
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
with_items :
2021-09-08 22:44:05 +00:00
- test-page-bundle.js
- index.html
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
2021-09-08 22:11:56 +00:00
- name : Download OpenLayers viewer page stuff (JavaScript bundle etc) from {{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/build/* to {{ vector_map_path }}/viewer/
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
# At this point, fetches from github.com/iiab/maps from {{ maps_branch }} branch
get_url :
2020-09-26 13:56:59 +00:00
url : "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/build/{{ item }}"
2020-09-26 14:39:06 +00:00
dest : "{{ vector_map_path }}/viewer/"
2021-12-26 15:24:31 +00:00
timeout : "{{ download_timeout }}"
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
with_items :
2020-09-26 13:56:59 +00:00
- index.html
- viewer-bundle.js
- viewer-bundle.js.map
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
2021-09-08 23:21:27 +00:00
- name : Download 4 .css and .php helper files from {{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/* to {{ vector_map_path }}/viewer/ -- for viewer
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
get_url :
2020-09-26 13:56:59 +00:00
url : "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/{{ item }}"
2020-09-26 14:39:06 +00:00
dest : "{{ vector_map_path }}/viewer/"
2021-12-26 15:24:31 +00:00
timeout : "{{ download_timeout }}"
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
with_items :
2020-09-26 13:56:59 +00:00
- mbtileinfo.php
- popup.css
- searchapi.php
- tileserver.php
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
2022-02-04 05:37:38 +00:00
- name : Download 34MB {{ map_catalog_url }}/{{ installer_planet }} to {{ vector_map_path }}/installer/ -- for map installer
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
get_url :
2022-02-04 05:37:38 +00:00
url : "{{ map_catalog_url }}/{{ installer_planet }}"
2020-09-26 14:39:06 +00:00
dest : "{{ vector_map_path }}/installer/"
2021-12-26 15:24:31 +00:00
timeout : "{{ download_timeout }}"
2020-01-27 05:56:47 +00:00
2022-02-04 05:37:38 +00:00
- name : Symlink {{ vector_map_path }}/installer/detail.mbtiles -> {{ vector_map_path }}/installer/{{ installer_planet }}
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
file :
2022-02-04 05:37:38 +00:00
src : "{{ vector_map_path }}/installer/{{ installer_planet }}"
2021-03-16 18:42:25 +00:00
path : "{{ vector_map_path }}/installer/detail.mbtiles"
2020-09-26 13:56:59 +00:00
state : link
2020-01-27 05:56:47 +00:00
2022-02-04 05:37:38 +00:00
- name : Symlink {{ vector_map_path }}/viewer/tiles/{{ installer_planet }} -> {{ vector_map_path }}/installer/{{ installer_planet }}
2020-08-24 23:04:41 +00:00
file :
2022-02-04 05:37:38 +00:00
src : "{{ vector_map_path }}/installer/{{ installer_planet }}"
path : "{{ vector_map_path }}/viewer/tiles/{{ installer_planet }}"
2020-09-26 13:56:59 +00:00
state : link
2020-08-24 23:04:41 +00:00
2022-02-04 05:37:38 +00:00
- name : Download abbreviated satellite images from {{ map_catalog_url }}/{{ installer_satellite }} to {{ vector_map_path }}/viewer/tiles/
2020-08-24 23:04:41 +00:00
get_url :
2022-02-04 05:37:38 +00:00
url : "{{ map_catalog_url }}/{{ installer_satellite }}"
2021-09-08 22:11:56 +00:00
dest : "{{ vector_map_path }}/viewer/tiles/"
2021-12-26 15:24:31 +00:00
timeout : "{{ download_timeout }}"
2020-08-24 23:04:41 +00:00
2021-09-08 22:11:56 +00:00
- name : Download {index.html, installer-bundle.js} from {{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/installer/build/* to {{ vector_map_path }}/installer/ -- for map installer
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
get_url :
url : "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/installer/build/{{ item }}"
2020-09-26 14:39:06 +00:00
dest : "{{ vector_map_path }}/installer/"
2021-12-26 15:24:31 +00:00
timeout : "{{ download_timeout }}"
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
with_items :
2020-09-26 13:56:59 +00:00
- index.html
- installer-bundle.js
2020-01-27 05:56:47 +00:00
2021-09-08 23:21:27 +00:00
- name : Download 4 action routines from {{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/installer/* to {{ vector_map_path }}/installer/ -- for installer
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
get_url :
url : "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/installer/{{ item }}"
2020-09-26 14:39:06 +00:00
dest : "{{ vector_map_path }}/installer/"
2021-12-26 15:24:31 +00:00
timeout : "{{ download_timeout }}"
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
with_items :
2020-09-26 13:56:59 +00:00
- map.css
- style-osm.json
- installer-functions.js
- tileserver.php
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
# the following was changed to grab from the iiab/maps repo
2021-09-08 23:21:27 +00:00
- name : Download 15 common assets from {{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/assets/* to {{ vector_map_path }}/viewer/assets/ -- for the general purpose map viewer
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
get_url :
2020-09-26 13:56:59 +00:00
url : "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/assets/{{ item }}"
2021-09-08 23:03:39 +00:00
dest : "{{ vector_map_path }}/viewer/assets/"
2021-12-26 15:24:31 +00:00
timeout : "{{ download_timeout }}"
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
with_items :
2020-09-26 13:56:59 +00:00
- bboxes.geojson
- center.png
- countries.json
2022-04-30 00:45:38 +00:00
# - fonts.css
2020-09-26 13:56:59 +00:00
- ol-layerswitcher.css
- ol-contextmenu.css
- pin_drop.png
- sprite@2x.json
- sprite@2x.png
- sprite.json
- sprite.png
- style-cdn.json
- style-osm.json
- style-sat.json
- view_list.png
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
2021-09-08 23:03:39 +00:00
- name : Force Symlink {{ vector_map_path }}/maplist/assets/bboxes.geojson -> {{ vector_map_path }}/viewer/assets/bboxes.geojson for Admin Console
2020-09-26 14:39:06 +00:00
file :
2020-09-26 13:56:59 +00:00
src : "{{ vector_map_path }}/viewer/assets/bboxes.geojson"
2021-03-16 18:42:25 +00:00
path : "{{ vector_map_path }}/maplist/assets/bboxes.geojson"
2020-09-26 13:56:59 +00:00
state : link
2021-09-08 23:03:39 +00:00
force : yes
2020-09-26 13:56:59 +00:00
2021-09-08 23:03:39 +00:00
- name : Force Symlink {{ vector_map_path }}/maplist/assets/countries.json -> {{ vector_map_path }}/viewer/assets/countries.json for Admin Console
2020-09-26 14:39:06 +00:00
file :
2020-09-26 13:56:59 +00:00
src : "{{ vector_map_path }}/viewer/assets/countries.json"
2021-03-16 18:42:25 +00:00
path : "{{ vector_map_path }}/maplist/assets/countries.json"
2020-09-26 13:56:59 +00:00
state : link
2021-09-08 23:03:39 +00:00
force : yes
2020-09-26 13:56:59 +00:00
2022-04-30 00:45:38 +00:00
- name : Copy noto-sans fonts (15 files) to {{ doc_root }}/common/fonts/ for the general purpose map viewer (root:root, 0644 by default)
2020-01-27 05:56:47 +00:00
copy :
2020-09-26 13:56:59 +00:00
src : "{{ item }}"
2022-04-28 17:01:25 +00:00
dest : "{{ doc_root }}/common/fonts/"
2021-09-08 22:11:56 +00:00
# mode: 0644
# owner: root
# group: root
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
with_fileglob :
2022-04-30 00:45:38 +00:00
- fonts/noto-sans*
- name : copy fonts.css to {{ vector_map_path }}/viewer/assets
copy :
src : fonts/fonts.css
dest : "{{ vector_map_path }}/viewer/assets/fonts.css"
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
2021-09-08 23:03:39 +00:00
- name : Force Download redirect {{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/installer-index.redirect to test page {{ vector_map_path }}/maplist/index.html
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
get_url :
2020-09-26 13:56:59 +00:00
url : "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/installer-index.redirect"
dest : "{{ vector_map_path }}/maplist/index.html"
force : yes
2021-12-26 15:24:31 +00:00
timeout : "{{ download_timeout }}"
2020-01-27 05:56:47 +00:00
2021-09-08 22:11:56 +00:00
- name : Copy 6 scripts to /usr/bin, for downloading tiles (0755)
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
get_url :
2020-09-26 13:56:59 +00:00
url : "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/viewer/scripts/{{ item }}"
dest : /usr/bin/
mode : 0755
2021-12-26 15:24:31 +00:00
timeout : "{{ download_timeout }}"
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
with_items :
2020-09-26 13:56:59 +00:00
- iiab-install-map-region
- iiab-extend-sat.py
- iiab-summarize.sh
- iiab-maps-finish.py
- iiab-make-init.py
- iiab-update-map
Stage1.5 [OSM] (#2473)
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* add an init.json
* add in extend_sat
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* choose the version which uses lib_adm
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* Create README.md
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* do the move from working to viewer
* these moves work
* first cut
* first errors
* put fonts in iiab font dir
* get the php tilesserve in place
* add tileserver.php
* add in search files
* start debugging
* fonts are available already
* Revert "fonts are available already"
This reverts commit c93a38a4ed99080ae5590abaffa8cf69196ed9dd.
* put fonts back in
* getting ready to transfer to rpi
* move regions.json to test
* create the symlinks for viewer
* use wget
* deal with detail from regions.json
* reformat to IIAB for map tiles
* deleting z0-z9 takes 30min
* remove sleep
* transfer current state to hadron
* bump transition between white labels to black on sat style from 7 to 9
* added init.json to aggregate
* put regions.json in iiab map role
* get files from archive.org
* detail_url was wrong from update_regions.py
* get regions.json from iiab repo
* put regios.json where admin console needs it
* update details_url
* create yamls for osm
* fix typos in new yamls
* missing with_items clause
* put detail.mbtiles in ./tiles folder
* install dir.php
* change docroot in tileserver.php
* Update README.md
* regions.json updated with 2019 data
* add mbtileinfo.php and put it in place
* changes to osm-fixup
* osm-fixup receive url
* typo in fixup and wronge mbtileinfo base
* sloppy mistakes arount found_region
* can use adm-lib.py
* change regions.json to map-catalog.json
* change regios.json to map-catalog.json, bump 2map-reorg to 3map-reorg as branch name
* another region->map
* call the console script to add menu items
* fetch test-page from test branch
* typo in osm-fixup.py comment
* remove the map_functions from test page
* new bboxes, title to san_jose
* remove the regions.json and map_functions.js
* let the map repo have all files related to test-page
* add css
* get nginx /maps working
* helps admin console work with osm-maps
* point to the stage1 branch in maps
* add bypass
* pull from map repo from a branch that is controlled by a variable
* somehow this install was missing php-sqlite
* add init.json
* change osm_branch to maps_branch. That is what it is
* wiki says stage1 does not include changes to maps/main.js
* get the map catalog from ukids
* skip bypass download if files are present
* let osm_enalbled control world to zoom 10
* expand bypass to install-map-region
* lots of errors in download script
* both are modified
* need python to write init.json - but bash workds
* add in make_init.py
* init.json updated via python
* get the installer mbtiles
* change to map branch staage1
* add tileserve.php to installer
* put style-osm.json in installer
* create a link for planet in installer
* turn off enable in local_vars for osm-vector-maps
* copy scripts to /usr/bin
* softcode satellite fname
* typos
* sat_dir needed work
* standatdize output satellite mbtile name
* sat_bboxes not defined
* period to comma in sat_bboxes
* too many errors--did this ever work
* period to comma
* move new file into place, save old to /tmp
* cannot move to /tmp from root -- different filesystem. So use copy
* add iiab-summarize.sh to /usr/bin
* write init.json correctly
* only the web-pack from stage1 branch
* let installer use php
* point to maps rc-master
* partially working but with many missing pieces
* got on the wrong machine
* got through it once with pages in rc-master
* add installer_functions to install.yml
* spell installer_functions with a .js
* need tileserver.php for installer
* colorize the map list for installed tiles
* add s to iiab-maps-finish.py
* get the name correct for iiab-maps-finish.py
* map->maps, add python3-pil
* iiab-extend-sat much better, maybe good enouth
* start work on README
* Update README.md
* move README.md up oe level
* change default map page to installer
* working on test-page redirect
* create assets in test-page
* get the installer redirect working
* can now record satellite download info in database -- needs improvement in bounds
* hyphen/underebar problem installer-functions.js
* change rc-master to master
* eliminate aggregate.py, dir.php, create_empty_mbtiles.sh
* move assets from iiab to maps
* removed dead wood and did get_url for map stuff
* extra space in with_items clause after hyphen caused errors
* keep stuff in main.yml I do not understand
* last vestiges of maps in iiab repo
* after runroles, nginx needs restarting
* remove dead wood, pull redirect for maplist from maps repo
* observe iiab standards
* remove redundant code
* get nginx box/maps to work
* fonts moved, so the pointers must change
* enabled => true in all
2020-08-10 19:02:58 +00:00
2020-09-26 13:56:59 +00:00
2020-01-30 09:00:00 +00:00
# RECORD OSM Vector Maps AS INSTALLED
- name : "Set 'osm_vector_maps_installed: True'"
set_fact :
osm_vector_maps_installed : True
2020-01-26 10:34:24 +00:00
- name : "Add 'osm_vector_maps_installed: True' to {{ iiab_state_file }}"
lineinfile :
2020-02-04 00:54:04 +00:00
path : "{{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
2020-01-26 10:34:24 +00:00
regexp : '^osm_vector_maps_installed'
line: 'osm_vector_maps_installed : True '