From 310fa6ceaab59a7ee42ba4d4245161850a1c23bd Mon Sep 17 00:00:00 2001 From: cvvergara Date: Fri, 5 Aug 2022 10:20:38 -0500 Subject: [PATCH 1/2] [data] fix download location --- docs/scripts/get_data/get_osgeolive_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripts/get_data/get_osgeolive_data.sh b/docs/scripts/get_data/get_osgeolive_data.sh index 6cf17747..b190b7b7 100755 --- a/docs/scripts/get_data/get_osgeolive_data.sh +++ b/docs/scripts/get_data/get_osgeolive_data.sh @@ -5,7 +5,7 @@ set -e # TODO Use the /15/osm instead of data/osm/FIRENZE_IT CITY="@PGR_WORKSHOP_CITY_FILE@" wget -N --progress=dot:mega \ -"http://download.osgeo.org/livedvd/data/osm/FIRENZE_IT/$CITY.osm.bz2" +"http://download.osgeo.org/livedvd/15/osm/$CITY.osm.bz2" bunzip2 -f "$CITY.osm.bz2" # 4.2.2 to-here From 0c091ef0e837705e27fc785831d5ea95ef57ced4 Mon Sep 17 00:00:00 2001 From: cvvergara Date: Fri, 5 Aug 2022 10:30:56 -0500 Subject: [PATCH 2/2] [link] ignoring link --- docs/conf.py | 4 ++-- docs/interactions/chapter-11.rst | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d43baf8a..3694ab3f 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -232,8 +232,8 @@ def setup(app): r'http://localhost:\d+/', r'http://localhost:\d+', r'http://localhost/', r'http://127.0.0.1:\d+/', r'https://localhost:\d+/', r'https://localhost:\d+', r'https://localhost/', r'https://127.0.0.1:\d+/', - # TODO remove when openlayers page is found - 'https://openlayers.org/en/master/examples/preload.html', + # TODO remove when 15 is located + 'https://sourceforge.net/projects/osgeo-live/files/15.0/', ] linkcheck_anchors = False diff --git a/docs/interactions/chapter-11.rst b/docs/interactions/chapter-11.rst index ae597b4b..b21d2bea 100644 --- a/docs/interactions/chapter-11.rst +++ b/docs/interactions/chapter-11.rst @@ -34,8 +34,7 @@ be added to that map object. The center and resolution (zoom level) of the map are controlled through the *view* object. Unless other mapping libraries, the view is separated from the -map; one advantage is to allow multiple maps to share the same view. See `this -example `__. +map; one advantage is to allow multiple maps to share the same view. OpenLayers features three renderers: the *Canvas* renderer, the *WebGL* renderer, and the *DOM* renderer. Currently, the most capable renderer is