diff --git a/master/_sources/integrator/create_application.rst.txt b/master/_sources/integrator/create_application.rst.txt index 1ade5ec24c..ed510c0223 100644 --- a/master/_sources/integrator/create_application.rst.txt +++ b/master/_sources/integrator/create_application.rst.txt @@ -56,7 +56,7 @@ You should at least see the c2cgeoportal scaffolds: Create the new application -------------------------- -To create the application, first apply the ``c2cgeoportal_create`` scaffold: +To create the application (simple or advance), first apply the ``c2cgeoportal_create`` scaffold: .. prompt:: bash @@ -104,7 +104,7 @@ For an advance application, apply the ``c2cgeoportal_advance_create`` scaffold: ${GEOMAPFISH_PROJECT} --overwrite -Now apply the ``c2cgeoportal_update`` scaffold: +Now apply the ``c2cgeoportal_update`` scaffold (for simple and advance applications): .. prompt:: bash @@ -131,7 +131,7 @@ For an advance application apply the ``c2cgeoportal_advance_update`` scaffold: docker run --rm -ti --volume=$(pwd):/src \ camptocamp/geomapfish-tools:${GEOMAPFISH_VERSION} \ run $(id -u) $(id -g) /src \ - pcreate -s advance_update ${GEOMAPFISH_PROJECT} + pcreate -s advance_update ${GEOMAPFISH_PROJECT} --overwrite Go to your new project: diff --git a/master/integrator/create_application.html b/master/integrator/create_application.html index 2a07f9caae..b93dd02b9d 100644 --- a/master/integrator/create_application.html +++ b/master/integrator/create_application.html @@ -77,7 +77,7 @@

List existing scaffolds

Create the new applicationΒΆ

-

To create the application, first apply the c2cgeoportal_create scaffold:

+

To create the application (simple or advance), first apply the c2cgeoportal_create scaffold:

docker run --rm -ti --volume=$(pwd):/src \
     camptocamp/geomapfish-tools:${GEOMAPFISH_VERSION} \
     run $(id -u) $(id -g) /src \
@@ -112,7 +112,7 @@ 

Create the new application run $(id -u) $(id -g) /src \ pcreate --scaffold=advance_create \ ${GEOMAPFISH_PROJECT} --overwrite -

Now apply the c2cgeoportal_update scaffold:

+

Now apply the c2cgeoportal_update scaffold (for simple and advance applications):

Go to your new project:

cd ${GEOMAPFISH_PROJECT}
 

For advance application you also should:

diff --git a/master/searchindex.js b/master/searchindex.js index a4c6e05f9f..a50c3acbc9 100644 --- a/master/searchindex.js +++ b/master/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["administrator/administrate", "administrator/editing", "administrator/index", "administrator/mapfile", "administrator/tinyows", "administrator/wmstime", "developer/build_release", "developer/cache", "developer/custom_alembic", "developer/debugging", "developer/index", "developer/server_side", "developer/transifex", "developer/webservices", "index", "integrator/admin_interface", "integrator/api", "integrator/authentication", "integrator/authentication_oauth2", "integrator/backend", "integrator/backend_arcgis", "integrator/backend_geoserver", "integrator/backend_qgis", "integrator/build", "integrator/c2cwsgiutils", "integrator/caching", "integrator/checker", "integrator/cluster", "integrator/configuration", "integrator/create_application", "integrator/customize", "integrator/database", "integrator/docker", "integrator/extend_application", "integrator/extend_data_model", "integrator/features", "integrator/filter", "integrator/fulltext_search", "integrator/functionality", "integrator/headers", "integrator/https", "integrator/index", "integrator/install_application", "integrator/internationalization", "integrator/multi_organization", "integrator/multiple_databases", "integrator/ngeo", "integrator/ngeo_api_configuration", "integrator/ngeo_config_ref", "integrator/ngeo_configuration", "integrator/ngeo_new_interface", "integrator/ngeo_other_configuration", "integrator/object_editing", "integrator/objectstorage", "integrator/operations", "integrator/pdfreport", "integrator/print", "integrator/raster", "integrator/requirements", "integrator/reset_password", "integrator/routing", "integrator/runtime", "integrator/security", "integrator/shortener", "integrator/structure", "integrator/tilegeneration", "integrator/upgrade_application", "integrator/urllogin", "integrator/vector_tiles", "integrator/windows_tools"], "filenames": ["administrator/administrate.rst", "administrator/editing.rst", "administrator/index.rst", "administrator/mapfile.rst", "administrator/tinyows.rst", "administrator/wmstime.rst", "developer/build_release.rst", "developer/cache.rst", "developer/custom_alembic.rst", "developer/debugging.rst", "developer/index.rst", "developer/server_side.rst", "developer/transifex.rst", "developer/webservices.rst", "index.rst", "integrator/admin_interface.rst", "integrator/api.rst", "integrator/authentication.rst", "integrator/authentication_oauth2.rst", "integrator/backend.rst", "integrator/backend_arcgis.rst", "integrator/backend_geoserver.rst", "integrator/backend_qgis.rst", "integrator/build.rst", "integrator/c2cwsgiutils.rst", "integrator/caching.rst", "integrator/checker.rst", "integrator/cluster.rst", "integrator/configuration.rst", "integrator/create_application.rst", "integrator/customize.rst", "integrator/database.rst", "integrator/docker.rst", "integrator/extend_application.rst", "integrator/extend_data_model.rst", "integrator/features.rst", "integrator/filter.rst", "integrator/fulltext_search.rst", "integrator/functionality.rst", "integrator/headers.rst", "integrator/https.rst", "integrator/index.rst", "integrator/install_application.rst", "integrator/internationalization.rst", "integrator/multi_organization.rst", "integrator/multiple_databases.rst", "integrator/ngeo.rst", "integrator/ngeo_api_configuration.rst", "integrator/ngeo_config_ref.rst", "integrator/ngeo_configuration.rst", "integrator/ngeo_new_interface.rst", "integrator/ngeo_other_configuration.rst", "integrator/object_editing.rst", "integrator/objectstorage.rst", "integrator/operations.rst", "integrator/pdfreport.rst", "integrator/print.rst", "integrator/raster.rst", "integrator/requirements.rst", "integrator/reset_password.rst", "integrator/routing.rst", "integrator/runtime.rst", "integrator/security.rst", "integrator/shortener.rst", "integrator/structure.rst", "integrator/tilegeneration.rst", "integrator/upgrade_application.rst", "integrator/urllogin.rst", "integrator/vector_tiles.rst", "integrator/windows_tools.rst"], "titles": ["Administrate a c2cgeoportal application", "Editing", "Administrator Guide", "Mapfile configuration", "Transactional WFS with TinyOWS", "WMSTime Layer", "Create a new release", "Cache management", "Alembic on custom tables", "Application debugging", "Developer Guide", "Server-side development", "Transifex", "Webservices documentation", "c2cgeoportal documentation", "Configure the admin interface", "JavaScript API", "Authentication", "OAuth2 with QGIS", "Specific Backend Configuration", "Specific configuration for Arcgis", "Specific configuration for GeoServer", "Specific configuration for QGIS server", "Build configuration", "C2C WSGI Utils", "Caching", "Automated check", "Create a cluster", "Configuration Guide for advanced settings", "Create a new application", "Customize the application", "Database", "Use Docker to deploy your application", "Extend the application", "Extend the data model", "Additional features", "Filter (Querier)", "Full-text search", "Functionalities", "Headers", "HTTPS", "Integrator Guide", "Install an existing application", "Internationalization", "Multi organization", "Using multiple databases", "ngeo", "APIConfig", "Define additional types used in the config", "Configuration", "Adding a new user interface", "Ngeo internal object configuration options", "ObjectEditing", "Working with Object storage (like S3)", "Application Operation", "PDF Reporting", "Print", "Digital Elevation Tools", "Requirements", "Reset password", "Routing interface", "Runtime configuration", "Security", "Configure short URL", "Project structure", "TileGeneration", "Upgrading a GeoMapFish application", "URL login", "Vector tiles", "Configuring Windows tools required to connect to servers"], "terms": {"2": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69], "9": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69], "master": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69], "The": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 13, 14, 15, 16, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 36, 38, 39, 40, 42, 43, 44, 45, 46, 50, 52, 53, 55, 56, 57, 59, 63, 64, 65, 66, 67, 68, 69], "interfac": [0, 1, 3, 7, 9, 12, 13, 14, 16, 17, 18, 21, 22, 23, 26, 28, 30, 31, 34, 35, 38, 41, 44, 46, 52, 61, 63, 68], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 19, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 50, 52, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69], "locat": [0, 3, 4, 40, 42, 53, 56, 62, 65], "http": [0, 3, 4, 6, 9, 11, 12, 13, 16, 17, 18, 20, 22, 25, 26, 30, 32, 33, 39, 41, 42, 53, 55, 56, 57, 58, 60, 63, 68, 69], "server": [0, 2, 3, 4, 5, 10, 12, 17, 19, 20, 21, 25, 26, 27, 28, 30, 32, 33, 36, 37, 39, 41, 50, 55, 59, 60, 63, 64, 65], "project": [0, 3, 6, 8, 9, 14, 17, 23, 24, 26, 30, 32, 35, 40, 41, 46, 47, 50, 53, 55, 56, 61, 62, 65, 68], "admin": [0, 1, 3, 12, 18, 21, 24, 28, 30, 34, 38, 39, 41, 46, 50, 52, 65, 68], "authent": [0, 4, 18, 22, 26, 30, 32, 33, 37, 38, 39, 41, 46, 51, 65, 69], "done": [0, 1, 3, 5, 7, 9, 27, 29, 36, 39, 46, 50, 58, 65, 68], "through": [0, 1, 2, 3, 8, 9, 22, 29, 30, 38, 39, 42, 46, 63, 65, 68], "main": [0, 6, 8, 11, 15, 17, 22, 24, 26, 27, 30, 31, 32, 34, 36, 39, 40, 42, 44, 46, 50, 55, 56, 62, 65, 66], "role": [0, 1, 3, 7, 13, 15, 30, 34, 36, 37, 38, 42], "role_admin": 0, "requir": [0, 2, 3, 9, 11, 13, 17, 19, 22, 23, 26, 28, 35, 40, 41, 42, 53, 55, 62, 63, 65, 68], "thi": [1, 2, 3, 4, 5, 6, 8, 9, 11, 13, 16, 17, 19, 22, 23, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 50, 52, 53, 54, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 67, 69], "section": [1, 3, 5, 8, 16, 19, 22, 23, 29, 30, 35, 37, 39, 46, 50, 52, 53, 56, 58, 60, 62, 64, 69], "explain": [1, 4, 42, 53, 69], "how": [1, 2, 3, 4, 11, 17, 31, 35, 37, 41, 50, 52, 53, 57, 60, 62, 69], "function": [1, 3, 4, 8, 9, 13, 14, 15, 26, 31, 34, 36, 37, 41, 42, 44, 46, 69], "c2cgeoport": [1, 2, 4, 5, 6, 10, 11, 12, 16, 17, 19, 23, 24, 26, 27, 29, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 52, 55, 57, 60, 62], "just": [1, 8, 22, 31, 33, 46, 53], "like": [1, 3, 7, 8, 17, 22, 26, 28, 31, 33, 36, 37, 39, 41, 42, 46, 58, 62, 63, 67, 69], "most": [1, 5, 9, 13, 35, 46, 62], "administr": [1, 3, 5, 14, 15, 17, 22, 24, 29, 30, 31, 34, 38, 43, 45, 50, 58, 62, 69], "task": 1, "set": [1, 3, 4, 5, 6, 7, 8, 9, 13, 17, 18, 22, 23, 24, 26, 30, 31, 32, 33, 37, 38, 39, 41, 44, 45, 46, 50, 52, 53, 55, 56, 57, 61, 62, 65, 66, 69], "up": [1, 8, 9, 17, 29, 30, 32, 34, 41, 50, 52, 56, 62, 66, 69], "applic": [1, 2, 3, 4, 7, 10, 11, 13, 14, 15, 16, 17, 20, 22, 23, 24, 25, 26, 27, 31, 34, 35, 37, 38, 41, 43, 44, 45, 46, 50, 52, 56, 57, 58, 60, 65], "involv": [1, 3, 10], "interven": 1, "databas": [1, 2, 3, 4, 8, 9, 17, 26, 27, 28, 29, 30, 33, 36, 37, 38, 41, 43, 52, 62], "To": [1, 3, 4, 6, 8, 9, 11, 12, 14, 17, 22, 23, 24, 25, 26, 27, 30, 31, 33, 37, 38, 39, 42, 43, 45, 46, 52, 56, 57, 58, 59, 60, 62, 65, 66, 67, 68, 69], "should": [1, 3, 4, 5, 6, 8, 9, 11, 17, 18, 22, 23, 24, 26, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 42, 43, 44, 46, 53, 55, 56, 57, 58, 59, 62, 65, 66, 67, 69], "satisfi": 1, "follow": [1, 3, 4, 5, 6, 8, 9, 11, 16, 17, 22, 23, 25, 26, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 50, 52, 53, 55, 56, 58, 59, 61, 62, 63, 65, 66, 68, 69], "It": [1, 3, 5, 7, 15, 20, 22, 24, 26, 27, 30, 36, 39, 46, 50, 52, 55, 56, 64, 65, 68], "access": [1, 3, 4, 11, 12, 16, 17, 24, 26, 32, 40, 41, 42, 45, 46, 50, 53, 67, 68], "wm": [1, 5, 7, 9, 22, 36, 37, 41, 44, 55, 65, 68], "correctli": [1, 22, 24, 26, 42, 46, 61, 62, 65], "mapfil": [1, 2, 31, 36, 43], "see": [1, 3, 5, 8, 9, 11, 13, 16, 17, 23, 24, 26, 29, 30, 32, 33, 36, 37, 40, 44, 45, 46, 48, 50, 52, 53, 55, 61, 62, 66], "Its": 1, "data": [1, 3, 4, 5, 8, 13, 17, 27, 31, 33, 36, 37, 41, 42, 43, 45, 53, 57, 60, 62, 65, 67, 69], "postgi": [1, 3, 42, 58, 68], "tabl": [1, 3, 4, 10, 11, 15, 17, 30, 31, 34, 36, 38, 42, 46, 50, 62, 68], "which": [1, 4, 5, 8, 11, 13, 16, 20, 22, 23, 29, 30, 33, 37, 40, 42, 46, 52, 56, 60, 62, 64, 66, 69], "can": [1, 3, 4, 5, 6, 8, 9, 11, 13, 14, 15, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 50, 52, 53, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68], "separ": [1, 3, 9, 31, 33, 36, 37, 42, 46, 51, 55], "schema": [1, 3, 4, 8, 11, 22, 27, 29, 30, 31, 34, 36, 37, 40, 41, 55, 62, 64, 66], "though": [1, 4], "fact": 1, "recommend": [1, 3, 17, 22, 26, 29, 31, 46, 57, 62, 69], "includ": [1, 3, 6, 26, 30, 31, 33, 34, 37, 38, 39, 44, 45, 46, 57, 62], "primari": [1, 3, 4, 46], "kei": [1, 3, 4, 7, 9, 15, 30, 37, 38, 46, 51, 52, 53, 57, 61, 67, 68], "sequenc": [1, 4], "associ": [1, 30, 38], "name": [1, 3, 4, 6, 7, 8, 9, 11, 13, 17, 18, 22, 26, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 50, 51, 52, 53, 55, 56, 57, 59, 61, 62, 63, 65, 66, 68], "must": [1, 3, 4, 5, 8, 9, 12, 17, 23, 26, 27, 29, 37, 42, 46, 50, 52, 55, 61, 62, 67, 68], "id": [1, 3, 4, 6, 13, 18, 22, 29, 30, 34, 37, 52, 55, 62, 64], "exampl": [1, 3, 4, 5, 6, 7, 8, 9, 11, 13, 15, 17, 22, 23, 26, 27, 29, 30, 31, 32, 34, 36, 37, 38, 39, 40, 43, 44, 45, 46, 50, 53, 55, 57, 59, 60, 61, 62, 63, 65, 68], "db": [1, 22, 27, 29, 45], "d": [1, 9, 30, 32, 34, 37, 42], "public": [1, 37, 68], "column": [1, 3, 4, 22, 30, 34, 36, 37, 63, 69], "type": [1, 3, 5, 6, 7, 9, 11, 13, 21, 22, 28, 30, 33, 34, 36, 37, 38, 41, 43, 51, 53, 55, 57, 68, 69], "modifi": [1, 11, 29, 43, 44, 46, 52, 62, 66], "integ": [1, 3, 13, 30, 34, 68], "null": [1, 13, 37, 68], "default": [1, 3, 4, 6, 9, 13, 19, 22, 23, 24, 25, 26, 29, 30, 32, 33, 36, 37, 38, 39, 42, 43, 45, 46, 50, 55, 56, 57, 58, 60, 61, 63, 65, 68], "nextval": 1, "table_id_seq": 1, "regclass": 1, "one": [1, 2, 3, 5, 7, 11, 13, 17, 18, 23, 27, 30, 31, 33, 37, 38, 39, 43, 44, 46, 52, 56, 59, 60, 62, 65, 68], "geometri": [1, 3, 4, 22, 37, 46, 51, 52, 55, 65, 68], "onli": [1, 3, 4, 5, 9, 11, 13, 17, 18, 20, 22, 24, 26, 29, 30, 36, 37, 38, 42, 45, 50, 52, 57, 61, 62, 66, 68], "you": [1, 3, 5, 6, 8, 9, 11, 12, 14, 15, 16, 17, 18, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33, 34, 36, 37, 39, 40, 42, 43, 44, 45, 46, 50, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 69], "get": [1, 6, 7, 8, 9, 11, 14, 23, 27, 30, 33, 34, 36, 38, 43, 44, 50, 57, 62, 65, 66, 69], "error": [1, 9, 13, 26, 29, 32, 39, 46, 50, 62], "ha": [1, 3, 4, 5, 11, 17, 25, 26, 37, 42, 50, 52, 59, 62, 63, 65], "multipl": [1, 5, 27, 28, 36, 37, 41, 44, 46], "ar": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 15, 20, 22, 23, 26, 27, 29, 30, 33, 36, 37, 38, 39, 40, 42, 43, 44, 46, 50, 53, 54, 55, 56, 57, 60, 61, 62, 64, 65, 66, 69], "fulli": 1, "support": [1, 3, 4, 5, 22, 27, 32, 37, 40, 43, 52, 57, 65, 66, 68], "point": [1, 3, 4, 8, 9, 13, 24, 31, 36, 37, 42, 46, 51, 52, 55, 57, 65], "linestr": 1, "polygon": [1, 3, 52, 68], "partial": [1, 30, 34], "multipoint": [1, 3, 13], "multilinestr": 1, "multipolygon": [1, 3, 52], "If": [1, 3, 5, 8, 9, 17, 18, 22, 24, 26, 27, 29, 30, 31, 33, 36, 37, 38, 39, 40, 42, 43, 46, 50, 52, 53, 55, 58, 59, 60, 62, 63, 65, 66], "mani": [1, 42, 65], "relationship": [1, 30, 34], "anoth": [1, 3, 22, 23, 29, 36, 37, 46, 52, 63, 68], "typic": [1, 40, 62], "dictionari": [1, 13, 26, 46, 60], "addit": [1, 28, 33, 36, 39, 41, 42, 50, 59, 61, 62], "foreign": 1, "end": [1, 3, 5, 13, 33, 42, 59, 62, 63, 67], "_id": 1, "e": [1, 4, 5, 9, 11, 14, 18, 22, 26, 30, 31, 32, 33, 37, 38, 39, 46, 56, 57, 59, 62, 66], "g": [1, 4, 8, 9, 14, 18, 22, 29, 30, 31, 32, 37, 38, 39, 46, 56, 57, 62, 66], "type_id": 1, "strictli": 1, "": [1, 3, 4, 8, 9, 15, 17, 22, 26, 29, 30, 37, 38, 39, 40, 45, 46, 50, 53, 55, 56, 58, 62, 63, 67, 68], "target": [1, 9, 22, 40, 62, 66], "have": [1, 3, 4, 5, 7, 8, 9, 11, 15, 17, 18, 22, 23, 24, 27, 29, 30, 31, 33, 37, 39, 40, 42, 43, 44, 46, 50, 52, 58, 59, 62, 63, 65, 68, 69], "least": [1, 29, 68], "two": [1, 5, 7, 11, 14, 29, 33, 37, 39, 40, 42, 43, 46, 50, 56, 57, 65], "text": [1, 7, 26, 28, 36, 41, 42, 43, 46, 67], "By": [1, 3, 4, 5, 17, 19, 23, 24, 25, 37, 42, 50, 56, 57, 62], "us": [1, 3, 4, 5, 7, 8, 11, 12, 13, 14, 15, 16, 19, 22, 23, 24, 26, 27, 28, 31, 33, 39, 40, 41, 42, 43, 44, 50, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68], "order": [1, 16, 22, 30, 38, 50, 69], "NOT": [1, 68], "empti": [1, 3, 6, 8, 22, 23, 30, 34, 53, 65], "valu": [1, 3, 5, 7, 8, 13, 17, 25, 29, 30, 31, 33, 36, 37, 38, 39, 40, 42, 44, 46, 51, 52, 55, 57, 59, 61, 62, 63], "hint": 1, "constraint": [1, 11], "mai": [1, 3, 8, 9, 17, 20, 23, 26, 27, 29, 30, 32, 33, 36, 37, 38, 39, 40, 46, 50, 57, 59, 61, 62, 65, 69], "also": [1, 3, 5, 6, 7, 8, 9, 15, 17, 22, 24, 25, 26, 29, 30, 32, 33, 36, 38, 42, 43, 46, 50, 53, 55, 56, 62, 68], "appli": [1, 3, 5, 8, 29, 33, 39, 40, 62], "other": [1, 5, 8, 13, 19, 26, 32, 33, 36, 37, 40, 41, 46, 59, 62, 63, 69], "well": [1, 2, 3, 23, 40, 62], "thei": [1, 3, 5, 11, 23, 26, 29, 30, 38, 42, 56, 58], "relat": [1, 7, 11, 29, 36, 37, 46, 56, 64], "specifi": [1, 3, 4, 5, 8, 22, 25, 36, 37, 39, 45, 50, 56, 57, 59, 62, 63], "editingenumer": 1, "metadata": [1, 3, 4, 5, 7, 13, 30, 36, 37, 43, 52, 68], "value_column": 1, "order_bi": 1, "order_column": 1, "defin": [1, 3, 4, 5, 6, 11, 17, 20, 22, 24, 26, 28, 29, 30, 31, 36, 37, 38, 41, 43, 44, 45, 52, 53, 55, 60, 61, 62, 65, 68], "select": [1, 3, 5, 16, 30, 31, 36, 37, 38, 46, 60, 66, 68], "item": [1, 5, 13, 30, 37, 38], "menu": [1, 53, 58, 60, 69], "For": [1, 3, 4, 5, 6, 7, 9, 11, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 42, 44, 45, 46, 50, 53, 57, 60, 61, 62, 65, 68], "its": [1, 5, 8, 24, 26, 29, 39, 42, 56, 58], "geotabl": 1, "field": [1, 3, 5, 13, 17, 22, 31, 36, 37, 56, 60, 62, 63, 69], "contain": [1, 3, 4, 8, 11, 22, 23, 30, 32, 37, 38, 42, 43, 53, 55, 58, 64, 65], "geograph": [1, 3], "string": [1, 3, 13, 17, 22, 26, 29, 30, 36, 37, 39, 46, 47, 51, 53, 55, 56, 60, 62, 67], "form": [1, 7, 13, 24, 46, 56], "schemanam": 1, "tablenam": 1, "omit": [1, 36], "assum": [1, 3, 26, 27, 37, 42, 66], "label": [1, 3, 13, 37, 46, 51, 60], "correspond": [1, 33, 36, 37, 44, 58], "postgr": [1, 27, 31, 32, 37, 42, 65], "embed": [1, 55], "layergroup": [1, 11], "detect": [1, 17, 62], "limit": [1, 3, 4, 5, 13, 37, 46, 51, 68], "30": [1, 6, 37], "per": [1, 7, 13, 18, 36, 55, 62, 65], "user": [1, 3, 4, 9, 11, 14, 15, 18, 22, 24, 26, 28, 30, 33, 34, 37, 38, 41, 42, 44, 52, 56, 59, 60, 63, 67], "featur": [1, 3, 4, 14, 22, 27, 37, 40, 41, 46, 51, 54, 55, 56, 59, 60, 62, 63], "impli": [1, 3, 62], "write": [1, 10, 27], "chang": [1, 5, 7, 8, 11, 17, 22, 25, 29, 30, 32, 33, 34, 37, 40, 42, 43, 46, 50, 52, 56, 62, 63, 67], "sure": [1, 3, 5, 7, 9, 30, 33, 40, 46, 56, 58, 62, 65, 66, 67, 69], "author": [1, 4, 8, 33, 41], "link": [1, 30, 34, 37, 42, 44, 61, 63, 67], "restrict": [1, 4, 11, 13, 32, 37, 42, 60], "area": [1, 4, 32, 60], "itself": [1, 14, 26], "readwrit": [1, 4], "true": [1, 9, 13, 17, 26, 29, 30, 31, 32, 33, 34, 37, 50, 53, 55, 56, 58, 59, 61, 62, 63, 66], "bind": [1, 22], "togeth": [1, 17, 62], "from": [1, 3, 5, 6, 7, 8, 9, 17, 22, 23, 26, 27, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 45, 46, 52, 53, 56, 57, 58, 62, 65, 68], "object": [1, 3, 5, 7, 26, 28, 30, 41, 45, 50, 52], "likewis": 1, "abl": [1, 8, 9, 17, 22, 23, 29, 31, 33, 39, 44, 46, 62, 65], "postgresql": [1, 3, 8, 22, 33, 37, 41, 42, 45, 69], "manual": [1, 3, 8, 9, 17, 32, 42, 43, 62, 69], "add": [1, 3, 4, 6, 7, 8, 9, 11, 13, 15, 16, 18, 21, 22, 23, 25, 26, 27, 30, 32, 34, 35, 36, 39, 40, 42, 43, 44, 45, 46, 50, 52, 53, 58, 59, 60, 61, 62, 65, 66, 67], "geotableprimarykei": 1, "That": [1, 37, 46], "while": [1, 3, 31, 36], "snappingconfig": 1, "json": [1, 6, 7, 30, 32, 33, 37, 44, 55, 67, 68], "option": [1, 5, 6, 9, 13, 26, 27, 30, 32, 34, 40, 43, 47, 53, 55, 58, 62, 65, 68, 69], "properti": [1, 3, 4, 13, 22, 46, 47, 49, 51, 58], "edg": 1, "boolean": [1, 3, 13, 30, 46, 51, 55, 56, 61], "whether": [1, 29, 55, 66], "allow": [1, 5, 26, 31, 33, 45, 52, 57, 62, 69], "vertex": 1, "vertic": [1, 52], "toler": [1, 46, 51], "number": [1, 13, 17, 23, 32, 46, 47, 51, 53, 59, 62, 63, 65], "pixel": 1, "exclud": 1, "some": [1, 3, 5, 7, 9, 17, 19, 20, 26, 29, 30, 32, 33, 34, 36, 37, 38, 39, 40, 42, 43, 44, 46, 50, 53, 59, 61, 62, 65, 66], "list": [1, 3, 5, 6, 13, 15, 23, 30, 36, 37, 38, 39, 40, 41, 43, 44, 50, 53, 55, 57, 60, 61, 62, 66], "them": [1, 30, 33, 34, 35, 42, 43, 60, 61, 62, 65], "comma": [1, 3, 36, 37, 55], "blank": 1, "space": [1, 3, 32, 58], "wmt": [1, 40, 44, 62, 65], "readonli": 1, "readonlyattribut": 1, "same": [1, 3, 4, 5, 6, 8, 9, 11, 14, 17, 22, 24, 26, 29, 31, 37, 39, 42, 44, 46, 53, 56, 65, 68], "chapter": [2, 28, 33, 41, 54, 66], "describ": [2, 3, 5, 7, 13, 19, 28, 29, 32, 35, 40, 41, 42, 45, 50, 52, 54, 60, 62], "configur": [2, 7, 9, 11, 17, 24, 26, 27, 33, 34, 35, 39, 40, 41, 54, 57, 59, 62, 67], "doe": [2, 4, 7, 9, 14, 20, 32, 36, 37, 42, 63], "deal": 2, "file": [2, 4, 6, 7, 9, 12, 13, 16, 17, 20, 22, 24, 25, 26, 29, 30, 31, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 45, 52, 55, 56, 57, 58, 59, 60, 62, 65, 66, 67, 68, 69], "integr": [2, 6, 9, 14, 23, 24, 26, 27, 29, 31, 44, 53, 56, 62], "respons": [2, 3, 20, 22, 29, 39], "except": [2, 5, 40, 62, 64], "map": [2, 3, 22, 33, 36, 37, 46, 51, 52, 53, 55, 56, 60, 68], "ad": [2, 3, 5, 6, 7, 8, 9, 17, 23, 28, 30, 33, 34, 37, 38, 39, 40, 41, 43, 44, 55, 56, 61, 62, 68], "layer": [2, 7, 9, 11, 16, 22, 25, 31, 33, 37, 39, 42, 43, 44, 45, 46, 51, 52, 53, 55, 57, 62, 65, 68], "inde": 2, "insert": [2, 3, 22, 37], "inform": [2, 3, 4, 5, 9, 11, 17, 22, 23, 24, 29, 36, 46, 53, 57, 61, 62, 65, 66], "content": [2, 6, 10, 14, 29, 31, 33, 40, 41, 46, 50, 60, 62, 67], "edit": [2, 3, 8, 14, 16, 22, 25, 29, 30, 34, 38, 43, 45, 58, 69], "transact": [2, 22], "wf": [2, 5, 7, 13, 22, 36, 52, 55], "tinyow": [2, 39], "wmstime": 2, "As": [3, 29], "mention": 3, "index": [3, 11, 29, 30, 33, 34, 39, 42, 53, 57, 62], "page": [3, 6, 7, 26, 30, 33, 34, 42, 50, 61, 69], "guid": [3, 14, 29, 42], "manag": [3, 8, 10, 13, 14, 23, 30, 31, 38, 39, 40, 53, 56, 62], "via": [3, 4, 5, 9, 11, 16, 26, 36, 40, 45, 46, 61, 62, 68], "mapserv": [3, 4, 5, 13, 19, 20, 22, 25, 32, 36, 39, 40, 42, 43, 55, 57, 62, 64], "where": [3, 9, 13, 23, 24, 25, 27, 29, 31, 33, 36, 37, 39, 42, 46, 50, 52, 61, 68], "getmap": [3, 5, 7], "queri": [3, 7, 13, 17, 22, 26, 27, 29, 30, 34, 37, 46, 55, 56, 60, 62, 67, 68], "box": [3, 37], "filter": [3, 5, 9, 13, 28, 39, 41, 44, 46, 51], "permalink": [3, 67], "directori": [3, 4, 11, 22, 29, 37, 58, 64], "commonli": [3, 46], "tmpl": [3, 4, 8, 9, 22, 29, 53, 65], "becaus": [3, 4, 8, 27, 37, 42, 45, 61, 65, 69], "These": [3, 10, 20, 26, 29, 37, 39, 42, 45, 46, 64], "start": [3, 5, 6, 14, 25, 33, 42, 50, 58, 62, 65, 66, 69], "make": [3, 5, 11, 22, 23, 30, 37, 40, 42, 43, 44, 56, 58, 62, 65, 69], "printabl": 3, "queryabl": [3, 13], "privat": [3, 69], "k": [3, 11, 29], "mapfish": [3, 6, 11, 55, 56, 64], "singl": [3, 4, 5, 17, 22, 24, 32, 36, 62], "tile": [3, 15, 22, 24, 35, 40, 41, 62], "request": [3, 5, 9, 13, 17, 18, 20, 23, 26, 27, 29, 32, 33, 37, 39, 40, 44, 46, 55, 62, 65], "reason": [3, 9, 17, 18, 45, 62, 66], "we": [3, 6, 7, 9, 11, 12, 13, 15, 22, 23, 26, 29, 30, 31, 33, 36, 37, 39, 42, 44, 46, 50, 53, 57, 61, 62, 64, 65, 69], "need": [3, 4, 5, 9, 11, 13, 15, 17, 18, 22, 23, 29, 30, 31, 33, 34, 37, 40, 42, 44, 46, 50, 52, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69], "rel": [3, 5], "larg": 3, "maxsiz": 3, "paramet": [3, 5, 7, 8, 9, 22, 23, 26, 29, 30, 36, 37, 38, 40, 46, 50, 52, 55, 60, 62, 65, 68], "5000": 3, "rotat": [3, 46, 51], "specif": [3, 4, 11, 23, 28, 29, 31, 36, 37, 39, 40, 41, 46, 55, 61, 62], "all": [3, 5, 6, 7, 9, 11, 13, 22, 26, 27, 29, 30, 32, 33, 36, 37, 38, 39, 40, 42, 43, 44, 46, 50, 53, 56, 57, 60, 61, 62, 64, 65, 66, 69], "definit": [3, 5, 16, 30, 36, 44, 46, 51], "init": [3, 29, 30, 34], "epsg": [3, 55, 68], "2056": [3, 29, 37, 55, 68], "when": [3, 4, 5, 9, 11, 13, 17, 22, 30, 31, 32, 33, 37, 38, 39, 42, 43, 44, 45, 55, 58, 59, 62, 63, 65, 67, 69], "non": [3, 7, 9, 23, 32, 58], "zero": 3, "angl": [3, 46, 51], "import": [3, 7, 9, 27, 29, 30, 33, 34, 45, 46], "thing": [3, 9, 42, 65], "awar": [3, 5, 17, 33, 62], "read": [3, 17, 22, 23, 29, 39, 46, 57, 62, 66], "org": [3, 4, 11, 69], "html": [3, 9, 11, 13, 16, 29, 33, 43, 50, 69], "resolut": [3, 5, 13, 46, 47, 51, 65, 68], "254": 3, "dpi": 3, "instead": [3, 13, 17, 20, 26, 29, 36, 37, 46, 61, 62], "72": 3, "web": [3, 14, 17, 26, 30, 32, 33, 36, 38, 46, 56, 57, 58, 62], "screen": 3, "symbolscaledenom": 3, "therefor": [3, 32, 56, 65, 67], "minsiz": 3, "necessari": [3, 20, 42], "do": [3, 5, 8, 9, 11, 13, 17, 22, 27, 29, 32, 33, 37, 42, 44, 45, 46, 56, 60, 61, 62, 65, 66], "take": [3, 5, 22, 40, 62], "account": [3, 4, 5, 30, 37, 38, 69], "want": [3, 8, 9, 13, 22, 23, 24, 29, 31, 33, 36, 37, 40, 42, 43, 44, 45, 46, 50, 52, 53, 57, 61, 62, 63, 65, 66, 69], "templat": [3, 8, 23, 29, 30, 34, 37, 38, 39, 40, 43, 46, 51, 55, 62, 68], "fooonlyforwfsgetfeatur": 3, "fake": 3, "querier": [3, 28, 41], "gml_include_item": 3, "gml_type": 3, "auto": [3, 6, 7, 33, 69], "gml_featureid": 3, "wfs_enable_request": 3, "delimit": 3, "attribut": [3, 5, 7, 11, 17, 22, 29, 33, 43, 45, 55, 62, 68], "return": [3, 5, 7, 9, 13, 20, 26, 30, 34, 44, 46], "gml": [3, 13, 20, 55], "mean": [3, 9, 25, 29, 37, 46], "obtain": [3, 9, 17, 24, 29, 62], "input": [3, 4], "driver": [3, 53], "ogc": [3, 17, 20, 21, 32, 55, 62], "interpret": [3, 23, 29, 59, 61, 62, 63], "notabl": [3, 56], "wrong": [3, 13, 23], "oper": [3, 27, 41, 69], "within": [3, 5, 9, 17, 42, 46, 62], "your": [3, 4, 8, 9, 11, 16, 17, 20, 22, 23, 26, 27, 30, 31, 33, 34, 36, 37, 39, 40, 41, 42, 43, 45, 50, 53, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68], "gml_": 3, "_type": 3, "long": [3, 46, 60, 66, 67], "real": [3, 9], "charact": [3, 58, 68], "date": [3, 5, 13, 30, 50, 66], "refer": [3, 4, 5, 11, 30, 38, 45, 57, 61], "mandatori": [3, 36], "featureid": [3, 55], "alwai": [3, 13, 37, 40, 45, 58, 62], "javascript": [3, 9, 10, 29, 35, 40, 41, 42, 43, 44, 46, 62, 65], "api": [3, 7, 13, 22, 29, 35, 39, 41, 50, 61, 62, 65], "enabl": [3, 4, 5, 13, 17, 22, 27, 50, 62], "geom": [3, 13, 37, 46, 51, 68], "In": [3, 4, 5, 6, 8, 9, 11, 16, 17, 18, 20, 22, 23, 26, 27, 29, 30, 31, 33, 36, 37, 38, 40, 42, 43, 44, 45, 46, 50, 53, 58, 60, 61, 62, 64, 69], "contrast": [3, 29], "howev": [3, 5, 17, 29, 61, 62], "visibl": [3, 16, 32, 42, 56], "current": [3, 7, 8, 13, 29, 31, 42, 44, 45, 55, 56, 63, 66, 68], "minscal": [3, 55], "maxscal": 3, "class": [3, 11, 15, 30, 34, 46, 60], "effect": 3, "fooonlyforwmsgetfeatureinfo": 3, "similar": [3, 13, 37, 42], "gml_geometri": 3, "gml_geom_typ": 3, "abov": [3, 5, 44, 45, 55], "element": [3, 4, 11, 25, 26, 30, 33, 37, 40, 46, 62], "bbox": 3, "replac": [3, 9, 29, 30, 31, 34, 37, 43, 46, 53, 59, 62, 63], "geom_geometri": 3, "the_geom": [3, 37], "gml_the_geom_typ": 3, "possibl": [3, 5, 8, 9, 13, 15, 19, 23, 29, 30, 34, 36, 37, 39, 43, 45, 46, 50, 56, 65, 68], "line": [3, 8, 9, 29, 31, 33, 43, 44, 46, 50, 52, 57], "multilin": 3, "right": [3, 7, 8, 33, 42, 43, 44, 52, 58, 61, 69], "multi": [3, 22, 23, 29, 32, 35, 41, 46, 52], "first": [3, 6, 8, 9, 11, 13, 29, 30, 34, 37, 38, 53, 65, 66, 67], "document": [3, 4, 5, 6, 9, 10, 17, 22, 23, 24, 27, 29, 30, 32, 36, 37, 46, 55, 56, 61, 62], "more": [3, 4, 5, 9, 11, 18, 23, 24, 27, 29, 36, 39, 44, 46, 53, 57, 60, 62, 65], "detail": [3, 4, 30, 34], "A": [3, 13, 16, 17, 23, 27, 30, 37, 38, 46, 62, 68], "interrog": 3, "geomapfish": [3, 4, 6, 8, 11, 14, 17, 22, 27, 29, 32, 33, 41, 46, 56, 58, 59, 62, 63, 64], "unnecessarili": 3, "caus": [3, 27], "issu": [3, 14, 22, 26, 50, 65], "especi": [3, 26, 65], "work": [3, 6, 11, 17, 22, 28, 33, 41, 42, 46, 56, 59, 60, 62, 63], "vice": 3, "versa": 3, "displai": [3, 5, 13, 23, 26, 36, 37, 55, 56, 60], "given": [3, 30, 38, 44, 46, 53, 55, 65], "big": [3, 67], "veri": 3, "complex": 3, "slow": [3, 26], "down": [3, 27, 60], "look": [3, 22, 63], "st_contain": 3, "mapserver_data_subselect": 3, "layernam": [3, 55], "st_setsrid": 3, "foo": 3, "uniqu": 3, "gid": 3, "srid": [3, 13, 29, 68], "appropri": [3, 44], "layer_nam": [3, 13, 36, 37, 46, 68], "either": [3, 5, 29, 50, 56, 67], "group": [3, 5, 6, 14, 16, 36, 37, 44, 46], "depend": [3, 7, 29, 30, 38, 40, 42, 61, 62], "what": [3, 40, 50, 62, 65, 66], "rra": 3, "role_id": [3, 13, 37], "main_schema": 3, "AS": [3, 31, 33, 68], "ra": 3, "role_restrictionarea": 3, "layer_restrictionarea": 3, "lra": 3, "treeitem": [3, 11], "la": 3, "restrictionarea_id": 3, "AND": 3, "layer_id": [3, 13], "case": [3, 5, 27, 29, 30, 37, 38, 40, 46, 62], "overlap": 3, "ie": 3, "st_intersect": [3, 68], "could": [3, 5, 46, 57, 59, 61, 62, 63], "valid": [3, 4, 26, 67], "secur": [3, 9, 17, 18, 40, 41, 56], "default_role_id": 3, "Or": [3, 46], "anonym": [3, 30, 36, 37, 38, 44], "0": [3, 4, 6, 9, 17, 18, 22, 23, 25, 32, 55, 57, 58, 62, 65, 68], "call": [3, 11, 25, 29, 31, 43, 50, 55], "ani": [3, 5, 7, 11, 15, 16, 29, 32, 36, 37, 43, 45, 56, 58], "roles_id": 3, "situat": [3, 61], "an": [3, 4, 5, 11, 14, 15, 17, 18, 21, 22, 23, 24, 25, 26, 27, 29, 31, 33, 36, 37, 41, 45, 50, 52, 53, 55, 56, 58, 59, 60, 61, 62, 65, 66, 68, 69], "geo": [3, 31], "arrai": [3, 26, 37, 39], "mapserver_data_noarea_subselect": 3, "Then": [3, 8, 9, 11, 22, 27, 29, 33, 40, 42, 46, 53, 60, 62, 65, 66, 68], "1": [3, 4, 6, 9, 13, 17, 18, 22, 23, 26, 37, 53, 55, 57, 58, 61, 62, 68], "adapt": [3, 4, 33, 36, 42, 44, 50], "accord": [3, 4, 5, 30, 38, 39], "instanc": [3, 8, 9, 11, 17, 23, 25, 26, 27, 29, 33, 37, 39, 42, 45, 46, 55, 57, 60, 61, 62], "hide": [3, 5], "avail": [3, 5, 9, 15, 22, 23, 27, 29, 30, 37, 38, 42, 46, 50, 52, 60, 62, 64, 69], "here": [3, 7, 8, 11, 14, 15, 23, 27, 36, 37, 45, 46, 53, 66, 68], "match": [3, 4, 22, 37, 39, 68], "default_s_": 3, "default_valu": 3, "s_": 3, "validation_pattern": 3, "regular": [3, 13, 37, 44], "express": [3, 13, 37, 44, 46, 51, 61], "argument": [3, 23, 37, 46, 55], "lowercas": 3, "z": [3, 5, 66, 68], "now": [3, 4, 8, 11, 26, 29, 30, 31, 34, 42, 45], "place": [3, 40, 46, 62], "avoid": [3, 37, 40, 55, 58, 62, 65, 69], "escap": 3, "creat": [3, 4, 7, 10, 12, 17, 18, 23, 24, 28, 30, 31, 34, 36, 37, 41, 44, 50, 52, 53, 56, 57, 62, 63, 64, 65, 68], "mapserver_substitut": [3, 30, 38], "pleas": [3, 4, 5, 17, 55, 58, 62], "cannot": [3, 22, 42, 56], "result": [3, 5, 26, 37, 44, 46, 56, 57, 62, 64, 65], "would": [3, 29, 42], "t": [3, 17, 22, 29, 31, 33, 37, 46, 62, 67, 68], "s_column": 3, "geodata": [3, 31, 36, 68], "gml_exclude_item": 3, "default_s_column": 3, "_": [3, 30, 34, 39], "user_id": [3, 44], "bewar": 3, "cach": [3, 10, 13, 28, 32, 37, 41, 46, 50, 64, 65], "getcap": [3, 7, 9, 20, 41], "getlegendgraph": [3, 7], "describefeaturetyp": 3, "extent": [3, 29, 46, 47, 51, 55, 68], "significantli": 3, "save": [3, 30, 34, 52], "comput": 3, "achiev": [3, 8, 9, 17, 40, 62], "good": [3, 13, 17, 29, 62], "overview": 3, "ideal": 3, "tileindex": [3, 53], "step": [3, 6, 9, 27, 35, 66, 69], "mkdir": [3, 8, 33], "optim": 3, "gdal_transl": 3, "co": 3, "ye": [3, 11, 53, 61], "compress": [3, 42], "deflat": 3, "gdaladdo": 3, "r": [3, 13, 30, 34], "averag": [3, 53], "4": [3, 26, 53, 58, 63, 65, 69], "8": [3, 58, 60, 68], "16": [3, 33, 67, 68], "32": [3, 67], "jpeg": [3, 13, 55], "photometr": 3, "ycbcr": 3, "copy_src_overview": 3, "gener": [3, 8, 11, 17, 22, 24, 27, 29, 32, 40, 43, 44, 46, 55, 57, 59, 61, 62, 67, 69], "shapefil": 3, "gdaltindex": [3, 53], "filename_index": 3, "shp": [3, 53], "tif": [3, 53], "often": [3, 11], "broken": 3, "imag": [3, 9, 13, 22, 29, 40, 41, 44, 46, 55, 62, 64], "memori": [3, 7], "leak": 3, "ticket": [3, 17, 62], "still": [3, 22, 31, 39], "sethandl": 3, "fcgid": 3, "script": [3, 6, 9, 11, 23, 27, 29, 37, 44, 66], "cgi": 3, "apach": [3, 9, 22, 29, 41, 42], "conf": [3, 9, 22, 42], "But": [3, 5, 46], "affect": 3, "tool": [3, 9, 11, 24, 28, 29, 30, 31, 33, 34, 35, 41, 46, 52, 60, 65], "he": [3, 17, 62, 67], "pretti": 3, "run": [3, 6, 9, 29, 30, 33, 34, 40, 41, 42, 43, 44, 58, 61, 62, 65], "docker": [3, 6, 8, 23, 29, 30, 31, 34, 41, 42, 44, 53, 56, 58, 62, 64, 65, 66, 67], "compos": [3, 8, 11, 14, 22, 23, 29, 30, 31, 33, 34, 41, 42, 53, 56, 58, 62, 65, 66, 67], "exec": [3, 8, 9, 11, 29, 30, 31, 34, 42, 53, 65, 66, 67], "version": [3, 6, 7, 8, 13, 22, 23, 26, 27, 29, 33, 41, 46, 55, 60, 68, 69], "7": [3, 22, 41], "6": 3, "etc": [3, 9, 22, 30, 32, 33, 34, 40, 42, 46, 53, 57, 58, 62, 64, 69], "base": [4, 11, 13, 14, 17, 22, 29, 30, 32, 34, 37, 44, 46, 53, 55, 62, 63, 64, 65, 69], "qgi": [4, 6, 11, 17, 19, 31, 32, 64], "client": [4, 14, 17, 18, 24, 33, 36, 43, 44, 56, 62], "act": 4, "proxi": [4, 22, 24, 27, 39, 42, 55, 69], "nativ": [4, 46], "made": [4, 22, 29, 30, 38], "xml": [4, 20], "online_resourc": 4, "visible_web_host": [4, 32, 33, 39], "tinyows_proxi": 4, "schema_dir": 4, "usr": [4, 8, 33, 37, 64], "share": [4, 33, 37], "log_level": [4, 32], "check_schema": 4, "contact": 4, "site": [4, 17, 26, 29, 42, 62], "www": [4, 8, 12, 40, 42, 56, 62, 69], "email": [4, 6, 13, 30, 34, 59, 62, 63], "googlegroup": [4, 6], "com": [4, 6, 9, 11, 12, 22, 26, 29, 30, 32, 33, 39, 40, 44, 56, 58, 59, 62, 63, 68, 69], "titl": [4, 30, 34, 46, 51, 56, 60], "pg": 4, "host": [4, 9, 10, 11, 22, 26, 29, 32, 36, 40, 42, 44, 55, 59, 62, 63], "pghost": [4, 8, 22, 33], "pguser": [4, 8, 22, 33], "password": [4, 7, 12, 14, 22, 24, 35, 41, 61, 63, 67, 69], "pgpassword": [4, 8, 22, 33], "port": [4, 6, 9, 22, 33, 42, 59, 62, 63], "pgport": [4, 8, 22, 33], "dbname": [4, 22], "pgdatabas": [4, 8, 22, 33], "retriev": [4, 36, 55], "writabl": [4, 22], "ns_prefix": 4, "tow": 4, "ns_uri": 4, "pkei": 4, "root": [4, 8, 9, 11, 29, 42, 64], "url": [4, 6, 7, 8, 9, 13, 15, 18, 20, 22, 24, 25, 26, 28, 29, 33, 35, 40, 41, 44, 45, 46, 50, 51, 53, 55, 57, 60, 62, 65, 68], "usual": [4, 9, 23, 33], "path": [4, 9, 15, 32, 39, 42, 46, 50, 53, 57, 58, 60, 61], "instal": [4, 11, 29, 33, 37, 41, 56, 58], "log": [4, 7, 13, 17, 32, 46, 52, 56, 62], "level": [4, 8, 9, 11, 13, 26, 32, 36, 50, 65], "against": [4, 37, 62], "new": [4, 10, 11, 14, 17, 22, 23, 24, 27, 28, 30, 34, 37, 41, 43, 46, 52, 56, 59, 62, 63], "vhost": [4, 29, 42], "environ": [4, 8, 9, 22, 23, 31, 33, 40, 41, 44, 53, 56, 57, 61, 62, 67], "check": [4, 9, 16, 22, 29, 30, 36, 37, 41, 50, 52, 54, 55, 58, 60, 65], "disabl": [4, 5, 23, 26, 40, 58, 62, 65], "so": [4, 8, 11, 22, 29, 31, 36, 40, 42, 46, 53, 57, 62, 65], "properli": 4, "side": [4, 9, 10, 36, 50, 68], "connect": [4, 17, 26, 28, 31, 37, 40, 41, 53, 62, 65, 67], "both": [4, 5, 6, 31, 40, 62], "referenc": [4, 50], "provid": [4, 11, 13, 17, 18, 22, 26, 29, 30, 31, 36, 37, 38, 43, 44, 45, 55, 57, 59, 61, 62, 63, 67], "entiti": 4, "assign": 4, "whose": [4, 16, 36, 37, 46], "flag": [4, 46, 51], "insid": [4, 8, 46], "actual": 4, "ignor": [4, 8, 13, 30, 34, 37, 42], "geobbox": 4, "after": [4, 13, 17, 25, 29, 32, 37, 43, 44, 46, 50, 62, 65], "re": [4, 42], "build": [4, 6, 8, 9, 11, 14, 28, 29, 30, 32, 34, 40, 41, 42, 43, 44, 55, 61, 62, 64, 65, 66, 68], "favorit": 4, "gi": [4, 17, 42, 62], "demo": [4, 14, 22, 29, 33, 46, 60], "camptocamp": [4, 6, 8, 9, 10, 11, 16, 22, 24, 26, 29, 32, 33, 40, 44, 56, 59, 62, 63], "time": [5, 9, 13, 17, 27, 29, 30, 35, 37, 52, 60, 62, 65, 69], "layertre": [5, 15], "widg": 5, "slider": 5, "datepick": 5, "tree": [5, 11, 13, 37, 43], "automat": [5, 7, 9, 27, 30, 31, 32, 36, 37, 38, 43, 44, 45, 66], "extract": [5, 13], "help": [5, 7, 16, 23, 42, 61, 65, 66, 69], "wms_timeext": 5, "wms_timeitem": 5, "wms_timedefault": 5, "children": [5, 13, 26, 29], "differ": [5, 7, 9, 14, 26, 31, 36, 41, 42, 44, 53, 62, 65], "format": [5, 6, 13, 20, 46, 51, 53, 55, 57], "min": [5, 56], "max": [5, 7, 37, 56, 63, 65], "interv": [5, 13], "value1": [5, 30, 38], "value2": [5, 30, 38], "value3": 5, "rang": [5, 13], "give": [5, 9, 42, 50, 67], "between": [5, 31, 37, 40, 42, 44, 46, 58, 62], "stop": [5, 37], "discret": 5, "valuen": 5, "yyyi": 5, "mm": 5, "dd": 5, "ddthh": 5, "sstz": 5, "tz": 5, "timezon": [5, 56], "0100": 5, "determin": 5, "monthli": 5, "month": [5, 13, 65], "year": [5, 13], "tip": [5, 9], "pass": [5, 22, 23, 39, 55, 56, 62], "iso": 5, "8601": 5, "standard": [5, 13, 22, 23, 36, 39, 43, 50, 56], "durat": [5, 13], "p1y": 5, "six": 5, "p6m": 5, "prefer": [5, 42, 61], "note": [5, 9, 22, 29, 37, 39, 41, 42, 44, 55, 61], "mode": [5, 9, 11, 13, 15, 22, 23, 29, 30, 32, 33, 34, 43, 44, 45, 50, 58, 64, 68], "thumb": 5, "shown": [5, 9, 55], "No": [5, 23, 52], "sent": [5, 30, 38, 55, 59, 62, 63], "timeattribut": 5, "og": 5, "ensur": [5, 30, 34, 37, 59, 62], "hidden": [5, 56], "previou": [5, 29, 42, 62, 66], "those": [5, 9, 24, 33, 46], "mix": [5, 13, 40, 62], "There": [5, 40, 57, 62], "On": [6, 7, 13, 18, 42, 53, 61, 62, 65], "word": [6, 37], "major": [6, 11, 22, 46], "each": [6, 9, 25, 29, 31, 36, 37, 39, 42, 44, 46, 56], "0rc1": 6, "geoport": [6, 8, 9, 11, 16, 23, 29, 30, 32, 34, 42, 43, 44, 46, 50, 53, 61, 64, 66, 67, 68], "pack": 6, "sinc": 6, "2014": 6, "synchron": [6, 12], "candid": 6, "final": [6, 22, 30, 34, 40, 46, 57, 62], "bug": 6, "fix": [6, 52, 62], "creation": [6, 29], "phase": 6, "verifi": [6, 24, 40, 43, 46, 50, 62], "tag": [6, 9, 22, 32, 33, 62], "commit": [6, 23, 29, 33, 65], "copi": [6, 8, 9, 31, 33, 37, 46, 52, 56, 65], "github": [6, 9, 10, 11, 16, 24, 26, 33, 41, 64], "workflow": [6, 9, 41, 44], "upgrad": [6, 11, 31, 41, 42, 64], "yaml": [6, 16, 22, 23, 25, 26, 27, 30, 32, 33, 34, 36, 37, 38, 40, 42, 43, 46, 52, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68], "next": [6, 27], "repository_dispatch": 6, "geomapfish_": 6, "_updat": 6, "prod": [6, 23, 29], "main_branch": 6, "latest": [6, 9, 11, 23, 32, 69], "tx": 6, "pull": [6, 9, 29, 62, 69], "sourc": [6, 17, 29, 53, 55, 57, 62, 65], "lt": [6, 8, 9, 11, 22, 29, 30, 33, 34, 37, 42, 50, 53, 57, 65, 66], "gt": [6, 8, 9, 11, 22, 29, 30, 33, 34, 37, 42, 50, 53, 57, 65, 66], "forc": [6, 7, 17, 24, 27, 62], "c2cgeoportal_geoport": [6, 7, 33, 44], "c2cgeoportal_admin": [6, 30, 33, 34], "translat": [6, 13, 29, 43, 44, 60], "push": [6, 29, 31, 62, 69], "continu": 6, "pull_request": 6, "schedul": 6, "cron": 6, "3": [6, 22, 26, 55, 57, 58, 64], "job": 6, "fail": [6, 9, 11, 13], "startswith": 6, "event": [6, 46], "head_commit": 6, "messag": [6, 8, 9, 11, 13, 23, 46, 63], "skip": 6, "ci": [6, 22, 64], "strategi": [6, 7], "fast": 6, "fals": [6, 13, 26, 30, 32, 34, 37, 40, 53, 56, 59, 60, 61, 62, 63], "matrix": 6, "x": [6, 13, 17, 22, 26, 40, 41, 42, 55, 62, 68], "y": [6, 13, 66, 68], "env": [6, 9, 17, 24, 29, 31, 32, 53, 56, 62, 65, 66], "action": [6, 13, 46, 51], "checkout": [6, 29], "v2": 6, "ref": [6, 13, 63], "test": [6, 9, 14, 26, 30, 31, 40, 42, 44, 46, 56, 62], "cleanup": 6, "home": [6, 22, 58], "workspac": 6, "changelog": [6, 66], "git": [6, 9, 11, 23, 29, 33, 42, 50], "diff": [6, 33, 64], "md": [6, 13], "c2cciutil": 6, "output": [6, 53], "snyk": 6, "snyk_vers": 6, "has_secret": 6, "notifi": 6, "io": [6, 16, 53, 57], "major_vers": 6, "v1": [6, 60], "fetch": 6, "depth": 6, "head": [6, 8, 9, 11, 22, 42, 46, 60, 66], "repositori": [6, 11, 22, 24, 62], "ngeo_": 6, "token": [6, 12, 18, 62], "secret": [6, 13, 18, 24, 53, 57, 62], "gopass_ci_github_token": 6, "cd": [6, 8, 9, 11, 29, 33, 44], "npm": [6, 33], "increment": 6, "lock": [6, 17, 33, 62], "m": [6, 8, 9, 11, 29, 58, 65], "And": [6, 8, 22, 23, 30, 33, 34, 37, 57, 62, 65, 68], "remov": [6, 9, 29, 31, 32, 33, 37, 40, 43, 46, 52, 56, 61, 62, 63], "concern": [6, 42], "back": [6, 31, 39], "backport_": 6, "new_vers": [6, 66], "send": [6, 13, 33, 39, 59, 62, 63, 69], "dev": [6, 22, 23, 33], "mail": [6, 59, 62], "kubernet": [6, 23, 53, 62], "three": 7, "kind": [7, 13, 26], "without": [7, 9, 11, 22, 24, 26, 37, 43], "no_cach": 7, "public_cach": 7, "private_cach": 7, "header": [7, 17, 26, 28, 33, 37, 40, 41, 46, 56, 62], "vari": [7, 68], "accept": [7, 30, 38], "languag": [7, 13, 23, 26, 37, 43, 44, 46], "control": [7, 32, 37, 41, 42, 43, 50, 51, 60, 62], "ag": 7, "864000": 7, "var": [7, 15, 16, 17, 22, 25, 26, 27, 29, 30, 33, 34, 36, 37, 38, 39, 40, 42, 43, 45, 46, 50, 52, 55, 56, 57, 59, 60, 62, 63, 64, 67, 68], "default_max_ag": [7, 25], "route_url": [7, 46], "method": [7, 13, 37, 50], "noth": [7, 46], "lib": [7, 32, 33], "custom": [7, 10, 11, 16, 17, 27, 29, 32, 38, 39, 41, 42, 44, 46, 56, 62], "param": [7, 13, 22, 26, 46, 50, 51, 60], "cache_vers": [7, 46], "dynam": [7, 39, 41, 44], "j": [7, 9, 14, 30, 33, 38, 50, 62], "login": [7, 18, 35, 39, 41, 44, 52, 62, 63, 69], "loginform403": 7, "logout": [7, 46], "echo": [7, 8], "full": [7, 26, 28, 29, 41, 42, 43, 46, 61], "search": [7, 22, 26, 28, 41, 42, 43, 46, 52, 60], "read_mani": 7, "read_on": 7, "count": 7, "updat": [7, 8, 9, 22, 29, 41, 43, 44, 46, 50, 65, 66], "delet": [7, 22, 27, 30, 34, 65], "getfeatureinfo": [7, 20, 22], "getfeatur": [7, 36, 55], "post": [7, 13, 27, 30, 34], "pdf": [7, 35, 41], "report": [7, 35, 41, 56], "print": [7, 9, 11, 22, 25, 30, 32, 34, 35, 39, 41, 43, 46, 53, 55, 62, 64, 68], "statu": [7, 46, 53, 69], "profil": [7, 13, 30, 38, 39, 46, 51, 57, 62], "raster": [7, 39, 43, 53, 57, 62, 65], "shorten": [7, 39, 63], "enumerate_attribute_valu": 7, "theme": [7, 11, 15, 16, 25, 29, 32, 39, 44, 50, 52, 62], "describelay": 7, "describefeaturestyp": 7, "capabl": [7, 22], "std": 7, "serializ": 7, "obj": 7, "store": [7, 22, 42, 46], "redi": [7, 26], "usag": [7, 9, 17, 23, 46, 48, 57, 62, 65], "get_region": 7, "cache_region": 7, "cache_on_argu": 7, "def": [7, 30, 33, 34, 44], "method_to_be_cach": 7, "cache_region_obj": 7, "anyobject": 7, "gmf": [8, 9, 22, 33, 44, 45, 46, 60, 68], "nor": 8, "static": [8, 9, 11, 16, 25, 29, 30, 31, 33, 34, 42, 46, 50, 64, 66, 68], "setup": [8, 11, 14, 22, 27, 29, 31, 33, 36, 42, 65], "process": [8, 53, 56, 61, 66], "solut": [8, 62, 65], "try": [8, 26], "reus": [8, 11], "exist": [8, 11, 15, 30, 31, 33, 34, 37, 41, 52], "cp": [8, 23, 33, 42, 50, 53], "volum": [8, 9, 29, 33], "owner": 8, "alembic_": 8, "project_nam": 8, "folder": [8, 9, 16, 20, 33, 46, 53, 56, 57, 58, 64], "initi": [8, 9, 14, 17, 29, 33, 45, 62], "alreadi": [8, 9, 37, 52, 53, 59, 62, 63], "tmp": [8, 9, 33], "directli": [8, 9, 11, 22, 29, 33, 36, 46, 56, 57, 61, 64, 66], "new_alemb": 8, "bash": [8, 9, 29, 53, 58], "c": [8, 37, 42, 53, 69], "quot": [8, 9, 11, 22, 29, 37, 42, 53, 55], "warn": [8, 32, 40, 62], "about": [8, 27, 37, 55], "39": [8, 9, 22, 42, 53], "p": [8, 9, 33, 55, 66, 67], "know": [8, 22, 27, 40, 62, 66], "your_project": 8, "geoportal_container_nam": 8, "variabl": [8, 9, 17, 22, 30, 31, 33, 37, 38, 39, 41, 44, 46, 53, 55, 56, 57, 61, 62, 65], "mv": 8, "rm": [8, 23, 29, 53], "gitignor": [8, 33], "sqlalchemi": [8, 11, 30, 32, 34], "version_table_schema": 8, "context": [8, 11, 23, 30, 33, 38], "permiss": [8, 30, 38, 58], "evalu": 8, "dockerfil": [8, 33, 43, 44], "befor": [8, 11, 31, 39, 43, 55, 65, 66], "command": [8, 9, 17, 23, 29, 30, 31, 32, 33, 34, 43, 44, 62, 65, 67], "entrypoint": [8, 22, 26, 55], "bin": [8, 33, 58], "eval": 8, "f": [8, 9, 23, 37, 43, 44], "app": [8, 9, 24, 33, 43, 46, 50, 53, 56, 60, 64], "chmod": 8, "w": 8, "chown": 8, "run_migrations_offlin": 8, "config": [8, 9, 11, 12, 22, 28, 30, 32, 34, 39, 41, 42, 43, 44, 50, 53, 56, 57, 58, 62, 64, 65], "get_main_opt": [8, 11], "run_migrations_onlin": 8, "At": [8, 44, 46], "onc": [8, 11, 26, 39], "complet": [8, 39, 44, 50], "With": [8, 9, 17, 22, 29, 33, 44, 62, 63, 65], "execut": [8, 30, 34], "msg": 8, "the_new_fil": 8, "goal": [9, 27], "troubleshoot": 9, "sampl": [9, 32, 33, 42, 56], "composit": [9, 41, 42], "localhost": [9, 22, 26, 32, 33, 40, 42, 62, 68], "8484": [9, 32, 42, 68], "f12": 9, "purpos": [9, 26, 46], "better": [9, 27, 32, 53], "style": [9, 13, 29, 55, 68], "sheet": [9, 46], "minifi": 9, "activ": [9, 15, 18, 24, 33, 37, 42, 62, 69], "faster": 9, "packag": [9, 16, 22, 29, 30, 32, 33, 34, 41, 42, 43, 44, 46, 56, 65], "_geoport": [9, 16, 29, 30, 32, 33, 34, 43, 44, 46, 50], "ej": [9, 46, 50], "ng": [9, 46, 50, 60], "strict": 9, "di": 9, "Be": [9, 29, 33, 66], "webpack_dev_serv": 9, "present": [9, 23, 26, 29, 30, 33, 38], "uncom": [9, 29, 56], "restart": [9, 22], "open": [9, 22, 29, 33, 40, 46, 52, 53, 58, 62, 68, 69], "toolbar": 9, "appear": [9, 37, 56, 61, 69], "_debug_toolbar": 9, "session": [9, 18, 40, 62, 67, 69], "cooki": [9, 17, 26, 33, 62], "protocol": [9, 53, 69], "transmit": 9, "dev_loginnam": 9, "usernam": [9, 12, 13, 14, 17, 30, 34, 56, 59, 62, 63, 67, 69], "sometim": 9, "shp2img": 9, "o": [9, 44, 53], "png": [9, 13, 22, 30, 33, 55], "500000": 9, "100000": 9, "700000": 9, "300000": 9, "1000": [9, 55, 68], "l": [9, 22, 29, 53, 57], "ms_debuglevel": 9, "5": [9, 26, 60, 68], "verbos": [9, 11, 32], "tail": 9, "20": [9, 22, 63, 68], "service_nam": [9, 25, 62], "gunicorn": [9, 32], "logfil": 9, "py": [9, 11, 17, 29, 30, 33, 34, 43, 50, 62], "termin": [9, 58], "docker_tag": [9, 23, 32, 33], "compose_project_nam": 9, "docker_port": [9, 42], "serv": [9, 17, 27, 44, 62, 68], "entri": [9, 24, 25, 27, 55, 57, 62], "visible_entry_point": [9, 32, 42], "comment": [9, 33, 56], "out": [9, 13, 27, 64, 65], "modif": [9, 25, 33], "grace": 9, "reload": [9, 33], "webserv": 9, "kill": 9, "hup": 9, "aux": 9, "grep": [9, 22, 53], "awk": [9, 22, 53], "clone": [9, 11, 27, 33, 66], "txt": [9, 57], "ptvsd": 9, "breakpoint": 9, "attach": [9, 30], "5678": 9, "pathmap": 9, "localroot": 9, "workspacefold": 9, "remoteroot": 9, "opt": [9, 11, 31], "happen": [9, 66], "target_vers": 9, "download": [9, 33, 42, 58, 69], "branch": [9, 29, 31, 66], "freshli": 9, "hub": [9, 29], "c2cupgrad": 9, "ran": 9, "fresh": [9, 62], "offer": [9, 36, 55, 56, 65], "interfer": 9, "anyth": [9, 32], "ve": 9, "local": [9, 29, 33, 44, 46, 55, 58, 64, 65, 68], "mount": 9, "fly": [9, 65], "wsgi_lineprof": 9, "wsgi": [9, 41, 42, 54], "lineprof": 9, "__init__": [9, 17, 30, 34, 43, 50, 62], "make_wsgi_app": 9, "middlewar": 9, "lineprofilermiddlewar": 9, "filenamefilt": 9, "totaltimesort": 9, "regex": [9, 37, 39], "curl": 9, "8080": [9, 22, 26, 33, 56], "amp": 9, "expos": [9, 16], "8086": 9, "care": [9, 22, 27, 29, 37, 40, 62], "alia": [9, 13, 37], "resolv": 9, "__dirnam": 9, "src": [9, 29, 46], "contrib": 9, "code": [10, 13, 14, 18, 23, 26, 29, 30, 34, 37, 42, 44, 45, 46, 51, 55, 62, 65], "python": [10, 14, 17, 23, 29, 30, 34, 41, 42, 44, 45, 62], "librari": [10, 14, 46], "ngeo": [10, 14, 16, 23, 26, 28, 33, 36, 41, 43, 44, 50, 60, 64, 68], "under": [10, 15, 41, 46, 52, 56, 58, 68], "organ": [10, 23, 24, 29, 35, 41], "debug": [10, 32, 44, 50, 56, 66], "transifex": 10, "webservic": [10, 46, 55], "releas": [10, 29, 66], "alemb": [10, 11, 26, 29, 42, 66], "readi": [11, 29, 36], "runtim": [11, 28, 29, 41, 44], "qgisserv": [11, 13, 22, 32, 53, 64], "plugin": [11, 22, 32], "geomapfishapp": 11, "simpl": [11, 15, 20, 23, 30, 33, 34, 37, 41, 43, 45, 50, 64], "self": [11, 30, 34], "preparetest": 11, "switch": [11, 31, 42], "pytest": 11, "color": [11, 46, 51], "test_catalogu": 11, "treegroup": 11, "abstract": 11, "fulltextsearch": [11, 13, 25, 37, 39], "than": [11, 17, 18, 27, 36, 37, 39, 46, 60, 62, 65], "design": 11, "variou": 11, "part": [11, 12, 33, 46, 52, 60, 64, 65, 69], "basemap": 11, "load": [11, 26, 30, 33, 38, 44, 46], "disclaim": [11, 13, 43], "modul": [11, 16, 32, 37, 41, 42, 46, 50], "who": [11, 14], "python3": [11, 30, 34, 58], "pip": [11, 58], "common": 11, "ini": [11, 32, 33, 42], "revis": [11, 41, 42], "explicit": 11, "c2cgeoportal_common": [11, 15, 30, 33, 34, 45], "xxx_": 11, "explicite_nam": 11, "get_context": 11, "readthedoc": 11, "en": [11, 23, 43, 56], "cookbook": 11, "condit": 11, "suit": 11, "tutori": [11, 33], "op": 11, "doc": [11, 69], "geoalchemy2": 11, "pyramid": [11, 14, 30, 33, 34, 37, 39, 46, 64], "papyru": 11, "restructuredtext": 11, "sphinx": 11, "localis": [12, 64], "essenti": [12, 64], "servic": [12, 13, 17, 22, 23, 24, 25, 26, 29, 30, 32, 36, 38, 40, 41, 46, 53, 55, 56, 57, 65, 67], "transifexrc": 12, "hostnam": [12, 44], "desktop": [13, 17, 23, 33, 44, 46, 50, 62], "background_lay": 13, "background": [13, 33, 68], "parent": [13, 26, 29, 37], "min_level": 13, "minimum": [13, 55], "transport": 13, "ogcserv": [13, 20, 22, 55, 68], "urlwf": 13, "wfssupport": 13, "imagetyp": 13, "issingletil": 13, "geoserv": [13, 19], "arcgi": [13, 19], "credenti": [13, 17, 33, 39, 55, 62], "namespac": 13, "minoccur": 13, "occur": 13, "maxoccur": 13, "maximum": 13, "icon": [13, 30, 58], "icon_url": 13, "wfsurl": 13, "servertyp": 13, "dimens": [13, 68], "wms_layer": 13, "minresolutionhint": 13, "maxresolutionhint": 13, "derec": 13, "identifier_attribute_field": 13, "display_nam": [13, 26], "legend": [13, 46, 51], "legend_rul": 13, "max_resolut": 13, "min_resolut": 13, "metadataurl": 13, "tc211": 13, "fgdc": 13, "dai": [13, 17, 25, 62, 67], "second": [13, 17, 25, 32, 62, 67], "minvalu": 13, "maxvalu": 13, "childlay": 13, "dimensionsfilt": 13, "field_nam": 13, "edit_column": 13, "maxlength": 13, "nillabl": 13, "xsd": 13, "decim": [13, 46, 51], "datetim": [13, 30], "doubl": [13, 55], "base64binari": 13, "curvepropertytyp": 13, "geometrycollectionpropertytyp": 13, "linestringpropertytyp": 13, "multilinestringpropertytyp": 13, "multipointpropertytyp": 13, "multipolygonpropertytyp": 13, "pointpropertytyp": 13, "polygonpropertytyp": 13, "fractiondigit": 13, "totaldigit": 13, "wmts_capabilities_url": 13, "wmts_layer": 13, "matrix_set": 13, "came_from": 13, "redirect": [13, 18, 24, 40, 46, 62], "200": [13, 26, 37], "302": 13, "found": [13, 14, 29, 36, 37, 52], "400": 13, "bad": [13, 27], "someth": [13, 22, 39, 43], "loginus": [13, 33], "functionality_nam": [13, 30, 38], "functionality_valu": 13, "two_factor_en": 13, "is_intranet": 13, "role_nam": 13, "otp": 13, "miss": [13, 30, 34], "401": 13, "unauthor": 13, "is_password_chang": 13, "two_factor_totp_secret": 13, "otp_uri": 13, "otm": 13, "uri": [13, 18, 62], "loginchangepassword": 13, "oldpassword": 13, "newpassword": 13, "confirmnewpassword": 13, "loginresetpassword": 13, "lost": 13, "hi": [13, 17, 30, 38, 59, 62, 69], "her": [13, 59, 62, 69], "partitionlimit": 13, "lang": [13, 43, 46, 50], "ranksystem": 13, "ts_rank_cd": [13, 37], "rank": 13, "system": [13, 26, 32, 42, 43, 53, 58, 65, 69], "geojson": 13, "collect": [13, 26], "add_them": [13, 37], "add_group": [13, 37], "add_lay": [13, 37], "feature_id": 13, "featurecollect": [13, 46, 51], "coordin": [13, 37, 50], "648902": 13, "2912000001": 13, "185911": 13, "1152": 13, "103": 13, "nom": 13, "internal_id": 13, "short_nam": 13, "court": 13, "height": 13, "short_name3": 13, "short_name2": 13, "error_typ": 13, "lon": 13, "longitud": 13, "lat": 13, "latitud": 13, "nbpoint": 13, "dist": [13, 33], "short": [13, 23, 28, 37, 41], "address": [13, 22, 60, 63], "short_url": [13, 63], "origin": [13, 29, 33, 44, 46, 50, 60, 62], "geoma": 13, "geomb": 13, "extrud": 13, "gettext": [13, 43, 58], "theme_regex": [13, 44], "group_regex": [13, 44], "wmslayer_regex": [13, 44], "wmtslayer_regex": [13, 44], "ignore_i18n_error": 13, "expect": [13, 26, 56], "dure": [13, 31, 32, 37, 64, 66], "develop": [14, 23, 24, 29, 33, 41, 68], "person": [14, 29], "built": [14, 23, 44, 57, 62], "produc": 14, "softwar": [14, 69], "compon": [14, 33, 58, 60], "openlay": 14, "angularj": [14, 46], "framework": [14, 24, 62], "show": [14, 22, 31, 52, 55, 60, 69], "webgi": 14, "altern": [14, 37, 46, 60], "ui": [14, 30, 46, 56, 60], "resourc": [14, 22, 42, 46], "commun": 14, "websit": [14, 65], "tracker": 14, "ask": [14, 17, 22, 24, 29, 56, 59, 62], "quickli": 14, "deactiv": [15, 17, 30, 34, 62], "model": [15, 33, 41, 45, 60], "exclude_pag": [15, 30, 34], "include_pag": [15, 30, 34], "rout": [15, 22, 30, 33, 34, 35, 39, 41, 46, 50], "layer_group": 15, "layers_wm": 15, "layers_wmt": 15, "ogc_serv": 15, "restriction_area": 15, "explicitli": [15, 55], "vector": [15, 35, 41, 53], "admin_interfac": [15, 30, 34, 38], "url_path": [15, 30, 34], "layers_vectortil": 15, "layervectortil": 15, "total": 15, "syntax": [15, 29, 30, 38, 39, 55], "third": 16, "parti": 16, "cm": 16, "css": [16, 33, 40, 42, 44, 50, 62], "interfaces_config": [16, 33, 44, 46, 52, 60, 61, 68], "constant": [16, 29, 33, 43, 44, 46, 52, 60, 61, 68], "jsdoc": 16, "api_src_opt": 16, "apihelp": [16, 29, 39], "proce": [16, 31, 36, 42, 43, 45], "totp": [17, 62], "2fa": [17, 62], "googl": [17, 61, 62], "oauth2": [17, 24], "extern": [17, 36, 41, 46, 51], "sign": [17, 60, 62], "sso": [17, 62], "even": [17, 20, 62], "wa": [17, 37, 61, 62], "implement": [17, 44, 62], "authtktauthenticationpolici": [17, 62], "authtkt_timeout": [17, 32, 62, 67], "authtkt_reissue_tim": [17, 32, 62], "2h30": [17, 62], "10": [17, 20, 25, 26, 37, 39, 55, 62, 68], "smaller": [17, 62], "authtkt_maxag": [17, 32, 62], "authtkt_secret": [17, 32, 62], "authtkt_cookienam": [17, 32, 62], "authtkt_http_onli": [17, 32, 62], "authtkt_secur": [17, 32, 62], "authtkt_samesit": [17, 32, 62], "lax": [17, 62], "offici": [17, 62], "identifi": [17, 62], "identif": [17, 62], "mechan": [17, 30, 62], "our": [17, 22, 31, 46, 62], "knowledg": [17, 62], "ldap": [17, 62], "basicauth": [17, 32, 62], "authentication_requir": [17, 62], "One": [17, 57, 62, 65, 67, 69], "algorithm": [17, 62], "rfc": [17, 62], "6238": [17, 62], "two_factor": [17, 46, 62], "two_factor_issuer_nam": [17, 62], "used_issuer_nam": [17, 62], "reset": [17, 35, 41, 61], "uncheck": [17, 22, 62], "certain": [17, 32, 39, 40, 62], "failur": [17, 27, 62], "max_consecutive_failur": [17, 62], "unlock": [17, 62], "network": [17, 22, 30, 38, 62, 69], "fill": [17, 18, 22, 24, 26, 37, 46, 53, 56, 62, 69], "192": [17, 62], "168": [17, 62], "24": [17, 62, 67], "255": [17, 62], "2001": [17, 62], "db00": [17, 62], "ffff": [17, 62], "ff00": [17, 62], "improv": [17, 62], "usabl": [17, 46, 62], "sensit": [17, 37, 61, 62], "reli": [17, 62], "easili": [17, 62], "forward": [17, 26, 42, 62, 69], "spoof": [17, 62], "ip": [17, 22, 27, 30, 38, 62], "127": [18, 62], "7070": [18, 62], "grant": [18, 42, 62], "flow": [18, 62], "geomapfish_base_url": [18, 62], "oauth": [18, 24, 62], "mapserv_url": [20, 55], "wmsserver": 20, "mapserv_wfs_url": 20, "wfsserver": 20, "respond": [20, 26], "respect": [20, 30], "understand": 20, "vnd": 20, "info_format": 20, "auth": [21, 22, 46, 67, 69], "ssh": 22, "5432": 22, "addr": 22, "nf": 22, "inet": 22, "sub": [22, 46, 65], "remot": [22, 29], "qg": [22, 53], "tab": [22, 58, 69], "onlin": [22, 69], "checkbox": 22, "unreli": 22, "cr": 22, "subject": 22, "publish": [22, 29, 30, 38, 62], "application_base_url": 22, "mapserv_proxi": 22, "pg_servic": 22, "_master": 22, "172": 22, "17": [22, 58], "don": [22, 31, 33, 46], "correct": [22, 61, 62], "probabl": [22, 29, 44, 50], "pghost_slav": [22, 33], "pgport_slav": [22, 33], "forget": [22, 29, 31], "gracefulli": 22, "extra_servic": 22, "extra_pghost": 22, "extra_pgdatabas": 22, "extra_pgus": 22, "extra_pgpassword": 22, "extra_pgport": 22, "rebuild": [22, 50, 62], "mapservproxi": 22, "20server": 22, "pattern": [22, 39], "geomapfish_accesscontrol_base_url": 22, "qgisserver_url": 22, "project_fil": 22, "qgis_project_fil": 22, "geomapfish_accesscontrol_config": [22, 32], "deprec": 22, "dbuser": [22, 45], "dbpass": 22, "dbhost": [22, 45], "dbport": [22, 45], "sslmode": [22, 33], "dbschema": 22, "projectnam": 22, "encod": [22, 67], "best": [22, 62], "qgis1": 22, "qgis2": 22, "pgsslmode": [22, 33], "qgis_server_landing_page_projects_directori": 22, "qgis_server_landing_page_projects_pg_connect": 22, "qgis_server_landing_page_prefix": 22, "browser": [22, 25, 32, 39, 40, 42, 50, 62], "int": 23, "product": [23, 27, 29, 31, 32, 53, 56, 62], "platform": [23, 56], "required_arg": 23, "organis": 23, "town": 23, "extend": [23, 29, 35, 39, 41, 44, 60], "const_var": [23, 29, 30, 64], "registri": [23, 44], "some_config_var": 23, "config_var": 23, "below": [23, 24, 29, 30, 37, 40, 46, 62], "export": [23, 29, 36, 46, 50, 57, 65], "my_var": 23, "my_valu": 23, "c2c": [23, 26, 30, 33, 34, 39, 41, 54], "disable_build_rul": 23, "fr": [23, 37, 43], "de": [23, 37, 43], "ngeo_interfac": [23, 50], "mobil": [23, 44, 46, 50], "my_fil": 23, "source_fil": 23, "clean": [23, 41, 64], "phoni": [23, 44], "upstream": 23, "simplifi": [23, 37], "docker_bas": [23, 33], "arg": [23, 29, 30, 33, 34, 46, 51], "git_hash": [23, 33], "suffix": [23, 39, 43, 44, 46, 59, 62, 63], "hash": [23, 65], "everyth": [23, 64], "c2cwsgiutil": [24, 26, 32], "assist": 24, "dashboard": 24, "invalid": [24, 25, 37], "view": [24, 27, 29, 30, 33, 34, 39, 44, 64], "protect": [24, 46, 67], "basic": [24, 44], "c2c_secret": 24, "brute": 24, "c2c_auth_github_repositori": 24, "c2c_auth_github_access_typ": 24, "previous": [24, 43], "c2c_auth_github_client_secret": 24, "geoservici": 24, "c2c_auth_github_secret": 24, "randomli": 24, "independ": 24, "reopen": 24, "c2c_auth_github_client_id": 24, "readm": [24, 65], "whole": 25, "minut": [25, 39, 50], "structur": [25, 26, 41, 43, 46, 62], "cache_control_max_ag": [25, 39], "max_ag": 25, "restrictionarea": 25, "assess": 26, "check_collector": [26, 29], "meant": 26, "monitor": 26, "nagio": 26, "aliv": 26, "health": 26, "ok": 26, "500": [26, 68], "health_check": 26, "project_url": 26, "max_level": 26, "fatal": 26, "vital": 26, "connexion": 26, "quick": 26, "intern": 26, "caution": 26, "cost": [26, 65], "pingdom": 26, "statuscak": 26, "migrat": [26, 33, 41, 64, 66], "checker_url": 26, "global": 26, "forward_head": 26, "authoris": 26, "underli": 26, "overrid": [26, 32, 33, 39, 42, 43, 56], "behavior": [26, 37, 44], "rewrite_as_http_localhost": 26, "checker_path": 26, "spec": [26, 55, 56], "repres": 26, "available_locale_nam": 26, "routes_dis": 26, "experi": 26, "base_internal_url": 26, "forward_host": 26, "perform": [26, 27, 31, 32, 44, 53, 66], "everi": [26, 42, 46, 62, 69], "child": 26, "update_path": [26, 30, 55], "sever": [27, 29, 30, 37, 38, 61], "deploi": [27, 29, 41, 42, 62], "const_clone_schema": 27, "sql": [27, 30, 31, 34, 37, 55, 68], "scalabl": 27, "robust": 27, "too": [27, 67], "much": 27, "traffic": 27, "slave": 27, "dbhost_slav": 27, "my_db_slave_hostnam": 27, "rest": 27, "handl": [27, 37, 42, 44], "practic": 27, "db_chooser": 27, "put": [27, 31, 41, 44, 65], "elect": 27, "high": [27, 65], "haproxi": [27, 33], "scope": 27, "failov": 27, "dn": [27, 42], "backend": [28, 41, 43, 46, 60], "cluster": [28, 41], "internation": [28, 41], "tilegener": [28, 40, 41, 62, 64], "window": [28, 41, 53], "storag": [28, 41, 65], "s3": [28, 41, 57, 65], "cookiecutt": [29, 33], "c2cgeoportal_cr": 29, "c2cgeoportal_upd": 29, "procedur": [29, 42], "geomapfish_vers": [29, 33], "geomapfish_project": 29, "geomapfish_packag": 29, "instruct": [29, 66, 69], "pcreat": 29, "c2cgeoportal_advance_cr": 29, "c2cgeoportal_advance_upd": 29, "ti": 29, "pwd": 29, "u": [29, 37, 42, 65, 67], "enter": [29, 30, 34, 69], "later": [29, 42], "2420000": [29, 68], "1030000": [29, 68], "2900000": [29, 68], "1350000": [29, 68], "advanc": [29, 41, 55], "advance_cr": 29, "overwrit": 29, "prefix": [29, 44], "const_": 29, "rule": [29, 32, 37, 44], "easier": 29, "advance_upd": 29, "go": [29, 42, 58], "indic": 29, "convert": [29, 44, 57], "const_config": [29, 64], "const_create_templ": [29, 33, 50, 64], "own": [29, 33, 42, 58], "whenev": 29, "strongli": 29, "advis": 29, "highli": 29, "block": [29, 37, 46], "runtime_environ": [29, 61], "bottom": [29, 69], "uppercas": 29, "domain": [29, 39], "minim": [29, 46, 66], "extens": [29, 30, 41, 42, 62], "predefin": [29, 65], "dockerhub": 29, "trigger": 29, "argocd": 29, "night": [29, 62], "pot": 29, "project_public_url": 29, "makefil": [29, 31, 32, 44, 56], "po": [29, 43, 44], "dump": 29, "backup": 29, "dump_fil": 29, "restor": 29, "didn": 29, "test_app": 29, "available_function": [30, 38], "available_metadata": 30, "float": 30, "dateutil": 30, "inherit": [30, 46], "special": 30, "prj": [30, 53], "img": 30, "my_serv": 30, "transform": [30, 37], "concept": [30, 38], "technic": [30, 38, 50], "regist": [30, 36, 38, 44, 63], "intranet": [30, 36, 38, 44], "prioriti": [30, 38], "default_basemap": [30, 38], "print_templ": [30, 38], "available_in_templ": [30, 38], "mako": [30, 33, 38, 40, 62], "viewer": [30, 38, 46, 51, 63], "sai": [30, 33, 37, 38], "dict": [30, 38], "pair": [30, 38], "yet": [30, 31, 38, 42, 58], "taken": [30, 37, 38], "deform": [30, 34], "widget": [30, 34], "hiddenwidget": [30, 34], "foreignkei": [30, 34], "_schema": [30, 34], "userdetail": [30, 34], "__tablename__": [30, 34], "__table_args__": [30, 34], "__mapper_args__": [30, 34], "polymorphic_ident": [30, 34], "__colanderalchemy_config__": [30, 34], "plural": [30, 34, 37], "primary_kei": [30, 34], "info": [30, 32, 34, 59, 62, 63, 69], "colanderalchemi": [30, 34], "none": [30, 33, 34, 58], "phone": [30, 34], "unicod": [30, 34], "title_id": [30, 34], "nullabl": [30, 34], "backref": [30, 34], "functool": [30, 34], "c2cgeoform": [30, 34], "geoformschemanod": [30, 34], "abstract_view": [30, 34], "listfield": [30, 34], "formwidget": [30, 34], "view_config": [30, 34], "view_default": [30, 34], "orm": [30, 34], "alias": [30, 34, 36, 37], "subqueryload": [30, 34], "roles_schema_nod": [30, 34], "userview": [30, 34], "_list_field": [30, 34], "base_schema": [30, 34], "fields_templ": [30, 34], "user_field": [30, 34], "add_unique_valid": [30, 34], "settings_rol": [30, 34], "match_param": [30, 34], "userdetailview": [30, 34], "last_login": [30, 34], "expire_on": [30, 34], "render": [30, 34, 46], "lambda": [30, 34], "els": [30, 34, 40, 62], "sort_column": [30, 34], "filter_column": [30, 34], "join": [30, 34, 42], "_id_field": [30, 34], "_model": [30, 34], "_base_schema": [30, 34], "_base_queri": [30, 34], "_request": [30, 34], "dbsession": [30, 34, 36, 45], "distinct": [30, 34, 36], "outerjoin": [30, 34], "settings_role_id": [30, 34], "route_nam": [30, 34], "c2cgeoform_index": [30, 34], "jinja2": [30, 34], "super": [30, 34, 46], "c2cgeoform_grid": [30, 34], "fast_json": [30, 34], "grid": [30, 34, 65, 68], "c2cgeoform_item": [30, 34], "request_method": [30, 34], "c2cgeoform_item_dupl": [30, 34], "duplic": [30, 34], "abstractview": [30, 34], "titleview": [30, 34], "scan": [30, 34], "permissionsett": [30, 34], "decor": [30, 34, 46], "consol": [30, 32, 34, 46], "createt": [30, 34], "__table__": [30, 34], "psql": [30, 31, 34, 37, 42], "simpler": 31, "exactli": [31, 62], "integration_stat": 31, "production_stat": 31, "2019": 31, "2020": 31, "main_2019": 31, "main_2020": 31, "pgschema": [31, 32, 33, 66], "docker_pgschema_stat": 31, "mk": [31, 43], "old": [31, 42], "clone_schema": [31, 66], "statement": [31, 37], "current_schema_nam": 31, "new_schema_nam": 31, "restructur": 31, "poi": 31, "oi_integr": 31, "openshift": [31, 32], "roll": 31, "geo_tabl": 31, "geodata_schema": 31, "standalon": 32, "_config": 32, "providei": 32, "descript": 32, "debuggung": 32, "particular": 32, "disk": 32, "becom": [32, 65], "problemat": 32, "prune": 32, "deeper": 32, "geoportal_internal_url": [32, 33], "mutual": [32, 56], "tilecloudchain_internal_url": 32, "st_join": 32, "st_collect": 32, "st_union": 32, "intersect": 32, "log_typ": 32, "critic": 32, "notset": 32, "c2cgeoportal_log_level": 32, "c2cwsgiutils_log_level": 32, "gunicorn_log_level": 32, "sql_log_level": 32, "engin": 32, "dogpilecache_log_level": 32, "dogpil": 32, "other_log_level": 32, "c2cgeoportal_theme_timeout": 32, "timeout": [32, 67], "300": 32, "geomapfish_config": 32, "geomapfish_ogcserv": 32, "geomapfish_posit": 32, "posit": [32, 46], "100": [32, 68, 69], "qgis_server_log_level": 32, "cpl_vsil_curl_use_cach": [32, 53], "gdal": [32, 53, 57], "cpl_vsil_curl_cache_s": [32, 53], "128000000": [32, 53], "cpl_vsil_curl_use_head": [32, 53], "gdal_disable_readdir_on_open": [32, 53], "cornic": 33, "starter": 33, "gh": 33, "pylon": 33, "demo_geomapfish": 33, "recurs": 33, "prettierignor": 33, "pipfil": 33, "cfg": 33, "known_first_parti": 33, "geomapfish_geoport": [33, 64], "feedback": 33, "sqlalchemy_pool_recycl": 33, "sqlalchemy_pool_s": 33, "sqlalchemy_max_overflow": 33, "sqlalchemy_slave_pool_recycl": 33, "sqlalchemy_slave_pool_s": 33, "sqlalchemy_slave_max_overflow": 33, "sqlalchemy_url": 33, "sqlalchemy_slave_url": 33, "pserv": 33, "referr": [33, 41], "desktop_alt": 33, "button": [33, 60], "declar": [33, 46], "layout": [33, 55, 65], "dynamicurl": 33, "meta": [33, 50], "inclus": 33, "spinner": 33, "svg": 33, "footer": 33, "slot": [33, 46], "panel": [33, 36, 46, 56], "left": [33, 60, 69], "managed_fil": [33, 66], "lit": [33, 46], "vite": 33, "bar": [33, 60, 69], "gmfapi": [33, 46], "toolbuttonel": 33, "toolpanelel": 33, "tsconfig": 33, "node_modul": 33, "tspy": 33, "stage": [33, 42], "artifact": 33, "node": [33, 42], "slim": 33, "workdir": 33, "gmf_config": 33, "dockerignor": 33, "iconclass": 33, "fa": [33, 60], "signatur": 33, "panelnam": 33, "proj": 33, "gmfcustomjavascripturl": [33, 46, 49], "gmfcustomstylesheeturl": [33, 46, 49], "3001": 33, "gmfbase": 33, "sitnfeedbackpath": 33, "content_security_policy_main_script_src_extra": 33, "renam": [33, 43, 56], "geoportal_custom": 33, "aclauthorizationpolici": 33, "create_authent": 33, "includem": 33, "set_authorization_polici": 33, "set_authentication_polici": 33, "get_set": 33, "geomapfish_main_vers": 33, "runner": 33, "geomapfishapp_geoport": 33, "volumes_from": 33, "logic": [33, 46], "futur": 33, "objectedit": [35, 41], "digit": [35, 41], "elev": [35, 41], "wish": [36, 37, 39, 40, 42, 61, 62], "filtrabl": 36, "record": 36, "filterable_lay": 36, "adequ": 36, "combo": 36, "enum": [36, 45], "column_nam": [36, 55], "regard": [36, 45, 46, 55, 62], "overridden": 36, "treat": 36, "mapserver_lay": 36, "countri": 36, "direct": [36, 39, 67], "enumeratedattribut": 36, "directedfilterattribut": 36, "earlier": 36, "come": [36, 58, 62], "gmftheme": 36, "gmfmetadata": 36, "dedic": [37, 46], "tsearch": 37, "yourself": 37, "click": [37, 52, 58, 60, 69], "zoom": [37, 46, 50, 51, 55, 65], "INTO": 37, "app_schema": 37, "st_geomfromtext": 37, "2660000": 37, "1140000": 37, "to_tsvector": 37, "french": 37, "row": [37, 60], "german": 37, "default_locale_nam": [37, 43], "theme2ft": 37, "searchalia": 37, "keyword": [37, 46], "consid": [37, 42, 50, 65, 68], "searchlabelpattern": 37, "belong": 37, "searchabl": 37, "floor": 37, "append": [37, 46], "the_layer_nam": 37, "the_group_nam": 37, "the_theme_nam": 37, "cadastr": 37, "interface_id": 37, "defaultlimit": 37, "maxlimit": 37, "split_regex": 37, "split": [37, 64], "st": 37, "al": 37, "ban": 37, "kantonspolizei": 37, "kanton": 37, "polizei": 37, "pg_trgm": [37, 42, 58], "analysi": 37, "12": [37, 60], "nearer": 37, "120": 37, "sudo": [37, 42], "db_name": [37, 42], "tsvector": 37, "textsearch": 37, "noun": 37, "singular": 37, "b": [37, 69], "zug": 37, "weight": 37, "rank_system": 37, "accent": [37, 42], "insensit": [37, 42], "alter": 37, "FOR": 37, "hword": 37, "hword_part": 37, "WITH": 37, "french_stem": 37, "\u00e9\u00e0\u00e8": 37, "align": 37, "thu": 37, "alignem": 37, "might": 37, "unexpect": [37, 46], "to_tsqueri": 37, "french_alt": 37, "pg_catalog": 37, "stopword": 37, "asciiword": 37, "keep": [37, 39, 42, 46], "tsearch_data": 37, "syn": 37, "sankt": 37, "my_d": 37, "german_stem": 37, "being": 39, "written": 39, "600": [39, 66], "access_control_max_ag": [39, 62], "access_control_allow_origin": [39, 62], "oh": 39, "facilit": [39, 46], "content_security_policy_": 39, "_extra": 39, "default_src": 39, "script_src": 39, "style_src": 39, "img_src": 39, "connect_src": 39, "worker_src": 39, "auth_head": 39, "visible_web_protocol": 39, "global_head": 39, "last": [39, 64, 65], "kept": 39, "preserv": 39, "host_forward_host": 39, "headers_whitelist": 39, "headers_blacklist": 39, "scheme": [40, 62], "otherwis": [40, 62], "prompt": [40, 62, 69], "insecur": [40, 62], "wai": [40, 46, 62], "encrypt": [40, 62, 67], "plain": [40, 62], "wmts_option": [40, 62], "my": [40, 43, 46, 62, 64], "endif": [40, 62], "infrastructur": [40, 44, 62], "resourceproxi": [40, 62], "safe": [40, 62], "exampletargetnam": [40, 62], "param1": [40, 62], "param2": [40, 62], "rfinfo": [40, 62], "vd": [40, 62], "ch": [40, 42, 43, 53, 57, 60, 62], "php": [40, 62, 69], "no_commun": [40, 62], "no_immeubl": [40, 62], "targetnam": [40, 62], "valueparam1": [40, 62], "geoportail": [40, 62], "175": [40, 62], "2633": [40, 62], "checker": [40, 56, 62], "lingua_extractor": [40, 62], "http_option": [40, 62], "furthermor": [41, 42, 53], "scaffold": [41, 64], "prepar": [41, 65], "prior": 41, "lifecycl": 41, "architectur": 41, "util": [41, 46, 54], "autom": [41, 54], "unacc": 42, "schema_nam": 42, "_static": 42, "ON": [42, 53], "TO": [42, 66], "pypi": 42, "dll": 42, "binari": [42, 57, 58], "compil": 42, "cmd": 42, "mingw": 42, "compat": [42, 58], "powershel": 42, "untest": 42, "devlop": 42, "ahav": 42, "front": [42, 58], "vhost_nam": 42, "proxypass": 42, "application_port": 42, "proxypassrevers": 42, "proxypreservehost": 42, "requesthead": 42, "proto": 42, "443": 42, "proxyrequest": 42, "off": [42, 59, 62, 63], "mind": 42, "docker_web_host": 42, "exact": 42, "scenario": 42, "accomplish": 42, "live": 42, "language_map": 43, "desir": [43, 50], "variant": 43, "lc_messag": 43, "fuzzi": 43, "enumer": [43, 45], "substitut": 43, "angular": [43, 50], "gettextcatalog": 43, "const": [43, 46], "injector": 43, "getstr": 43, "loadpath": [43, 46], "seel": 43, "l10n": [43, 44, 46], "suffix_1": 43, "suffix_2": 43, "shutil": 43, "move": [43, 69], "mo": 43, "program": [44, 58, 69], "scss": [44, 46], "came": 44, "variat": 44, "cssvar": [44, 46, 51], "gmfoption": [44, 46, 49], "org1": 44, "org2": 44, "hardcod": 44, "get_instance_prefix": 44, "default_prefix": 44, "unknown": 44, "get_organization_rol": 44, "role_typ": 44, "get_organization_interfac": 44, "get_organization_print_url": 44, "print_url": [44, 55, 56], "add_request_method": 44, "redirect_interfac": [44, 46], "lang_urls_suffix": [44, 46], "group_id": 44, "extractor": 44, "frontend": 44, "otherdb": 45, "moredb": 45, "otherdb_sess": 45, "dbpassword": 45, "moredb_sess": 45, "somelay": 45, "other_sess": 45, "resid": 45, "sass": 46, "vars_": 46, "find": [46, 53], "mainctrl": [46, 50, 60], "desktopcontrol": 46, "desktopctrl": 46, "mydemo": 46, "bodi": 46, "mycompon": 46, "variableproperti": 46, "staticproperti": 46, "devic": 46, "do_redirect": 46, "dynamic_const": 46, "shall": [46, 61], "contextualdata": 46, "kw": 46, "suppli": [46, 60], "segment": 46, "dynamic_param": 46, "factor": 46, "lang_url": 46, "i18next_configur": 46, "i18next": 46, "calcul": 46, "fulltextsearch_group": 46, "authenticationbaseurl": [46, 49], "gmfauthenticationconfig": [46, 49, 61], "gmfauthenticationnoreloadrol": [46, 49], "gmfbackgroundlayerselectoropt": [46, 49], "gmfcontextualdataopt": [46, 49], "gmfcsvfilenam": [46, 49], "gmfcustomcss": [46, 49], "gmfdisclaimeropt": [46, 49], "gmfdisplayquerygridopt": [46, 49], "gmfdisplayquerywindowopt": [46, 49], "gmfeditfeatureopt": [46, 49], "gmfelevationopt": [46, 49], "gmfexternalogcserv": [46, 49], "gmffloor": [46, 49], "gmfi18nextconfigur": [46, 49], "integrator_guide_ngeo_properties_initopt": [46, 49], "gmflayertreeopt": [46, 49], "gmflayersurl": [46, 49], "gmfmobilemeasureareaopt": [46, 49], "gmfmobilemeasurelengthopt": [46, 49], "gmfmobilemeasurepointopt": [46, 49], "gmfmousepositionopt": [46, 49], "gmfobjecteditingtoolsopt": [46, 49, 52], "gmfpermalinkopt": [46, 49], "gmfprintopt": [46, 49, 56], "gmfprinturl": [46, 49], "gmfprofilejsonurl": [46, 49], "gmfprofileopt": [46, 49], "gmfprojectionsopt": [46, 49], "gmfquerygrid": [46, 49], "gmfrasterurl": [46, 49], "gmfsearchgroup": [46, 49], "gmfsearchopt": [46, 49], "gmfshareopt": [46, 49], "gmfshortenercreateurl": [46, 49], "gmfsnappingopt": [46, 49], "gmfthemesopt": [46, 49], "gmftreemanagermodeflush": [46, 49], "gmftreeurl": [46, 49], "gmftwofactorauth": [46, 49], "ngeocsvencod": [46, 49], "ngeocsvextens": [46, 49], "ngeocsvincludehead": [46, 49], "ngeocsvquot": [46, 49], "ngeocsvsepar": [46, 49], "ngeogeolocationopt": [46, 49], "ngeomeasuredecim": [46, 49], "ngeomeasureprecis": [46, 49], "ngeomeasurespher": [46, 49], "ngeonominatimsearchdefaultparam": [46, 49], "ngeoofflinetesturl": [46, 49], "ngeopermalinkogcserverurl": [46, 49], "ngeopointfilt": [46, 49], "ngeoprofileopt": [46, 49], "ngeoqueryopt": [46, 49], "ngeoroutingopt": [46, 49, 60], "ngeoscaleselectoropt": [46, 49], "ngeosnappingtoler": [46, 49], "ngeostreetviewopt": [46, 49], "ngeostringtohtmlreplac": [46, 49], "ngeotilespreloadinglimit": [46, 49], "ngeousedkeyregexp": [46, 49], "ngeowfspermalinkopt": [46, 49], "pytreelidarprofilejsonurl": [46, 49], "backgroundlay": [46, 47, 55], "localeurl": [46, 47], "queryablelay": [46, 47], "searchurl": [46, 47], "themesurl": [46, 47], "ol": [46, 51, 68], "bloodhound": [46, 51], "typeahead": [46, 51], "dataset": [46, 51], "displac": [46, 51], "radiu": [46, 51], "stroke": 46, "postfix": [46, 51], "zextractor": [46, 51], "integrator_guide_ngeo_properties_zextractorfunct": [46, 51], "maxtilesload": [46, 51], "movetoler": [46, 51], "pixelratio": [46, 51], "unit": [46, 51, 57], "showgroupstitl": [46, 51], "usebbox": [46, 51], "radius1": [46, 51], "radius2": [46, 51], "rotatewithview": [46, 51], "bloodhoundopt": [46, 51], "datasettitl": [46, 51], "groupact": [46, 51], "searchact": 46, "groupvalu": [46, 51], "labelkei": [46, 51], "typeaheaddatasetopt": [46, 51], "twitter": [46, 51], "compiled_express": [46, 51], "integrator_guide_ngeo_properties_regexp": [46, 51], "linecap": [46, 51], "integrator_guide_ngeo_properties_canvaslinecap": [46, 51], "linedash": [46, 51], "linedashoffset": [46, 51], "linejoin": [46, 51], "integrator_guide_ngeo_properties_canvaslinejoin": [46, 51], "miterlimit": [46, 51], "width": [46, 51], "circl": 46, "regularshap": 46, "zindex": [46, 51], "center": [46, 50, 51, 52], "constrainonlycent": [46, 51], "constrainresolut": [46, 51], "constrainrot": [46, 51], "enablerot": [46, 51], "maxresolut": [46, 51], "maxzoom": [46, 51], "minresolut": [46, 51], "minzoom": [46, 51], "multiworld": [46, 51], "showfullext": [46, 51], "smoothextentconstraint": [46, 51], "smoothresolutionconstraint": [46, 51], "zoomfactor": [46, 51], "defaultfeaturen": [46, 51], "defaultfeatureprefix": [46, 51], "featuren": [46, 51], "featureprefix": [46, 51], "featuretyp": [46, 51], "allowpasswordchang": [46, 51], "allowpasswordreset": [46, 51, 61], "opacitylay": [46, 51], "rasterparam": [46, 51], "authenticationpanel": [46, 51], "desktopcanva": [46, 51], "lidarfoot": [46, 51], "lidarpanel": [46, 51], "layervis": [46, 51], "popup": [46, 51], "featuresstyl": [46, 51], "stylelik": 46, "maxrecenterzoom": [46, 51], "mergetab": [46, 51], "gridmergetab": 46, "removeemptycolumn": [46, 51], "selectedfeaturestyl": [46, 51], "collaps": [46, 51], "displaynullattribut": [46, 51], "closeaftersav": [46, 51], "highlightstyl": [46, 51], "layersconfig": [46, 51], "layerconfig": 46, "isexpand": [46, 51], "openlinksinnewwindow": [46, 51], "precis": [46, 51], "sketchstyl": [46, 51], "rasterlay": [46, 51], "measurerasterlay": 46, "mousepositionproject": 46, "regularpolygonradiu": [46, 51, 52], "controlzoom": [46, 51], "integrator_guide_ngeo_properties_olcontrolzoomopt": [46, 51], "geolocalis": [46, 51], "interationdefault": [46, 51], "integrator_guide_ngeo_properties_olinteractiondefaultsopt": [46, 51], "mapconfig": 46, "mapcontrol": [46, 51], "mapinteract": [46, 51], "interact": [46, 51], "showinfobar": [46, 51], "wmtstopleft": [46, 51], "crosshairenabledbydefault": [46, 51], "crosshairstyl": [46, 51], "pointrecenterzoom": [46, 51], "projectioncod": [46, 51], "uselocalstorag": [46, 51], "defaultlayout": [46, 51], "fieldvalu": [46, 51], "goodnessoffit": [46, 51], "hiddenattribut": [46, 51, 56], "optionslegendtyp": 46, "rotatemask": [46, 51], "scaleinput": [46, 51], "hoverpointstyl": [46, 51], "numberofpoint": [46, 51], "clearbutton": [46, 51], "colorchoos": [46, 51], "coordinatesproject": [46, 51], "datasourc": [46, 51], "searchcomponentdatasourc": 46, "delai": [46, 51], "placehold": [46, 51], "enableemail": [46, 51], "maxfeatur": [46, 51], "addblankbackgroundlay": [46, 51], "accuracyfeaturestyl": [46, 51], "atloadingtim": [46, 51], "autorot": [46, 51], "positionfeaturestyl": [46, 51], "light": [46, 51], "lightxaxi": [46, 51], "linesconfigur": [46, 51], "lineconfigur": 46, "poilabelangl": [46, 51], "styledef": [46, 51], "bboxasgetparam": [46, 51], "cursorhov": [46, 51], "geometrynam": [46, 51], "querycountfirst": [46, 51], "sourceidsproperti": [46, 51], "tolerancetouch": [46, 51], "backendurl": [46, 51], "routingprofil": [46, 60], "dropup": [46, 51], "buffers": [46, 51], "wfstype": 46, "brand": 46, "secondari": 46, "shadow": 46, "dom": 46, "inject": [46, 55], "selector": 46, "queryselector": 46, "createel": 46, "innerhtml": 46, "shadowroot": 46, "appendchild": 46, "customcss_": 46, "encourag": 46, "litel": 46, "inspir": 46, "formel": 46, "hello": [46, 59, 62, 63], "helloworld": 46, "templateresult": 46, "cssresult": 46, "customel": 46, "gmfbaseel": 46, "baseel": 46, "world": 46, "gmfauthform": 46, "unknow": 46, "connectedcallback": 46, "void": 46, "green": 46, "div": [46, 60], "span": [46, 60], "nbsp": 46, "markup": 46, "thrown": 46, "rxj": 46, "srcapi": 46, "singleton": 46, "instanti": [46, 64], "everywher": 46, "amount": 46, "reusabl": 46, "helper": 46, "mainten": 46, "carefulli": 46, "prototyp": 46, "mynewvalu": 46, "newfunct": 46, "evt": 46, "past": [46, 65], "myoverridencompon": 46, "piec": 46, "constructor": 46, "controllermobil": 50, "controllerdesktop": 50, "add_interfac": 50, "interface_type_ngeo": 50, "interface_nam": 50, "interface_typ": 50, "kwarg": 50, "interface_type_ngeo_catalogu": 50, "defaultthem": 50, "meaning": 50, "clear": 50, "mayb": 50, "wait": 50, "suggest": 50, "phantomjs_rout": 50, "no_redirect": 50, "oeedit": 52, "objectediting_geomtyp": 52, "objectediting_lay": 52, "objectediting_them": 52, "untransl": 52, "objectediting_properti": 52, "objectediting_id": 52, "chosen": [52, 65], "plu": 52, "minu": 52, "triangl": 52, "draw": 52, "size": [52, 63], "copyabl": 52, "cut": 52, "featurequeri": 52, "featurewindow": 52, "150": 52, "geotiff": 53, "cloud": 53, "cog": 53, "exoscal": [53, 57], "aws_access_key_id": [53, 57, 65], "aws_secret_access_kei": [53, 57, 65], "aws_default_region": [53, 57], "dk": [53, 57], "region": [53, 57], "aws_s3_endpoint": [53, 57], "exo": [53, 57], "endpoint": [53, 57], "azur": 53, "azure_storage_connection_str": 53, "aw": [53, 57], "bucket": [53, 57], "vrt": [53, 57], "gdalbuildvrt": [53, 57], "vsis3": [53, 57], "list4vrt": 53, "tiff": 53, "shape": [53, 57], "docker_compose_project_nam": 53, "_geoportal_1": 53, "shx": 53, "dbf": 53, "vsiaz": 53, "disable_loc": 53, "disable_mutu": 53, "azure_storage_account": 53, "resampl": 53, "connectiontyp": 53, "ogr": [53, 57], "tileitem": 53, "raster_base_path": 53, "tileindexbasenam": 53, "gdal_http_unsafessl": 53, "microsoft": 53, "blob": 53, "analog": 53, "manner": 53, "ak": 53, "azureassignedident": 53, "qgz": 53, "IT": 54, "pdfreport": 55, "upon": 55, "jasper": [55, 56], "check_credenti": 55, "sr": 55, "grp_ly_tilegenerierung_landeskart": 55, "imageformat": 55, "zoomtyp": 55, "fillcolor": 55, "red": 55, "fillopac": 55, "symbol": 55, "strokecolor": 55, "strokewidth": 55, "pointradiu": 55, "ly_a020_belastete_standorte_point": 55, "some_template_with_no_map": 55, "some_template_nam": 55, "outputformat": 55, "some_template_with_multi_map": 55, "webapp": [55, 64], "scale": 55, "represent": 55, "vector_request_url": 55, "IN": 55, "jasperreport": 55, "startup": 56, "ones": 56, "mapsubreport": 56, "legenddatasourc": 56, "legendsubreport": 56, "numberoflegendrow": 56, "scalebarsubreport": 56, "northarrowsubreport": 56, "jrdatasourc": 56, "actualit": 56, "saa": 56, "mutualized_print_app": 56, "mapuri": 56, "forwardhead": 56, "hostnamematch": 56, "dem": 57, "mn": 57, "sig": 57, "altimetri": 57, "round": 57, "mnt": 57, "terrain": 57, "bt": 57, "vtp": 57, "shp_index": 57, "nodata": 57, "01": 57, "hundredth": 57, "upload": [57, 69], "input_file_list": 57, "05": [58, 68], "ssl": [58, 59, 63], "pyyaml": 58, "13": 58, "25": [58, 68], "bashrc": [58, 65], "mod_proxi": 58, "mod_proxy_http": 58, "hstore": 58, "choos": [58, 62, 69], "weird": 58, "parenthes": 58, "devel": 58, "wget": 58, "problem": 58, "fstab": 58, "acl": 58, "cygdriv": 58, "noacl": 58, "posix": 58, "core": 58, "autocrlf": 58, "forgotten": [59, 62], "smtp": [59, 62, 63], "465": [59, 62, 63], "starttl": [59, 62, 63], "reset_password": [59, 62], "confirm": [59, 62, 63, 69], "email_from": [59, 62, 63], "email_subject": [59, 62, 63], "email_bodi": [59, 62, 63], "newli": [59, 62], "sincer": [59, 62, 63], "team": [59, 62, 63], "colon": [59, 62, 63], "strip": [59, 62, 63], "osrm": 60, "btn": 60, "routingfeatureact": 60, "toggl": 60, "tooltip": 60, "placement": 60, "col": 60, "sm": 60, "close": 60, "abstractdesktopcontrol": 60, "your_interfac": 60, "osm": 60, "car": 60, "bike": 60, "citi": 60, "countrycod": 60, "ngeox": 60, "drop": [60, 65], "nominatim": 60, "openstreetmap": 60, "wiki": 60, "switzerland": 60, "google_api_kei": 61, "gmf_auth_pwd_chang": 61, "gmf_auth_pwd_reset": 61, "runtime_postprocess": 61, "str": 61, "lower": 61, "regularli": 62, "guarante": 62, "incid": 62, "ourself": 62, "minor": 62, "unsafe_long_vers": 62, "template_var": 62, "hide_cap": 62, "mapserverproxi": 62, "enable_admin_interfac": 62, "permit": 62, "cor": 62, "domain1": 62, "domain2": 62, "3600": 62, "everybodi": 62, "mitig": 62, "csrf": 62, "attack": 62, "authorized_refer": 62, "peopl": 62, "consist": 62, "approach": 62, "base_url": 63, "apache_entry_point": 63, "somebodi": 63, "length": 63, "unless": 63, "been": 63, "tilecloud": 64, "chain": 64, "tomcat": 64, "buster": 64, "relev": [64, 66], "webpack": 64, "solv": 65, "million": 65, "difficult": 65, "thousand": 65, "expir": 65, "introduc": 65, "grow": 65, "unmanag": 65, "figur": 65, "low": 65, "px": 65, "expiri": 65, "hour": 65, "metatil": 65, "reduc": 65, "combin": 65, "mapnik": 65, "ec2": 65, "sq": 65, "sn": 65, "default_cach": 65, "layer_default": 65, "default_lay": 65, "comparison": 65, "tilecloudchain": 65, "empty_metatile_detect": 65, "empty_tile_detect": 65, "higher": [65, 68], "generate_control": 65, "measur": 65, "access_key_id": 65, "secret_access_kei": 65, "predefined_command": 65, "term": 66, "statement_timeout": 66, "main_": 66, "old_vers": 66, "static_": 66, "pgschema_stat": 66, "stabl": 66, "urllogin": 67, "aes_kei": 67, "foobarfoobar1234": 67, "ae": 67, "byte": 67, "148b60cc": 67, "normal": 67, "86400": 67, "timestamp": 67, "hexadecim": 67, "vector_til": 68, "4000": 68, "2000": 68, "250": 68, "50": 68, "gmfvectortilesopt": 68, "tilegrid": 68, "mapbox": 68, "mystyl": 68, "mb_style": 68, "osm_landus": 68, "envelop": 68, "fid": 68, "osm_id": 68, "bigint": 68, "48": 68, "st_asmvt": 68, "q": 68, "st_asmvtgeom": 68, "pbf": 68, "doesn": 68, "querylay": 68, "puttygen": 69, "earth": 69, "li": 69, "sgtatham": 69, "x86": 69, "ex": 69, "chiark": 69, "greenend": 69, "uk": 69, "rsa": 69, "mous": 69, "over": 69, "until": 69, "blue": 69, "articl": 69, "launch": 69, "hand": 69, "categori": 69, "agent": 69, "disconnect": 69, "explan": 69, "brows": 69, "net": 69, "eng": 69, "pageant": 69, "corner": 69, "tunnel": 69, "postgresonlin": 69, "journal": 69, "archiv": 69, "38": 69, "pgadminiii": 69}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"administr": [0, 2, 36], "c2cgeoport": [0, 9, 14], "applic": [0, 9, 21, 29, 30, 32, 33, 40, 42, 54, 62, 64, 66, 67], "edit": [1, 4, 31, 50, 52], "requir": [1, 52, 58, 60, 69], "ad": [1, 50, 60], "make": 1, "layer": [1, 3, 4, 5, 13, 36], "configur": [1, 3, 4, 5, 6, 8, 15, 19, 20, 21, 22, 23, 28, 29, 30, 36, 37, 38, 42, 43, 44, 45, 46, 49, 50, 51, 52, 55, 56, 58, 60, 61, 63, 64, 65, 69], "secur": [1, 6, 37, 39, 62], "view": [1, 46, 51], "enabl": 1, "snap": 1, "manag": [1, 7, 65], "attribut": [1, 13, 36, 56], "guid": [2, 10, 28, 41], "mapfil": [3, 5], "print": [3, 26, 56], "wf": [3, 4, 20], "getfeatur": 3, "wm": [3, 13, 20, 62], "getfeatureinfo": 3, "restrict": [3, 22, 45], "With": 3, "restrictionarea": 3, "area": 3, "without": [3, 13], "filenam": 3, "variabl": [3, 23, 29, 32, 42], "substitut": 3, "perform": 3, "improv": 3, "prepar": [3, 31, 53, 66], "raster": [3, 13], "file": [3, 8, 23, 32, 36, 46, 50, 53, 61, 64], "note": [3, 20, 56, 58], "about": [3, 56], "ecw": 3, "mappyfil": 3, "transact": 4, "tinyow": 4, "t": 4, "wmstime": 5, "admin": [5, 15, 17, 62], "interfac": [5, 15, 33, 36, 37, 42, 50, 60, 62, 65, 69], "widget": 5, "queri": 5, "merg": 5, "creat": [6, 8, 9, 11, 13, 22, 27, 29, 33, 42, 46, 69], "new": [6, 8, 13, 15, 29, 31, 33, 42, 50], "releas": 6, "vocabulari": 6, "task": 6, "do": [6, 31], "branch": 6, "demo": 6, "us": [6, 9, 17, 29, 30, 32, 36, 37, 38, 45, 46, 48, 62, 69], "ngeo": [6, 9, 46, 51], "packag": [6, 50, 58], "link": 6, "transifex": [6, 12], "resourc": [6, 40, 62], "updat": [6, 13, 31, 62], "master": 6, "rebuild": [6, 29], "audit": 6, "statu": 6, "dashboard": 6, "reset": [6, 59, 62], "chang": [6, 13, 31], "log": [6, 9], "inform": [6, 13], "backport": 6, "label": 6, "protect": 6, "publish": [6, 31], "cach": [7, 25], "server": [7, 9, 11, 13, 22, 40, 42, 53, 62, 69], "side": [7, 11], "client": [7, 22, 30, 38, 53], "servic": [7, 9, 20, 33, 62], "list": [7, 29], "No": 7, "public": [7, 69], "privat": 7, "intern": [7, 25, 46, 51], "alemb": 8, "custom": [8, 23, 30, 33, 43, 64], "tabl": [8, 37], "init": [8, 13], "ini": 8, "env": [8, 23, 61], "py": [8, 44], "run": [8, 11, 22, 32], "an": [8, 42, 46], "upgrad": [8, 9, 66], "revis": [8, 29], "debug": [9, 33], "browser": 9, "sourc": 9, "map": 9, "webpack": 9, "pyramid": 9, "debugtoolbar": 9, "authent": [9, 13, 17, 24, 62], "auto": 9, "login": [9, 13, 67], "mapserv": [9, 53], "docker": [9, 11, 22, 32, 33], "compos": [9, 32], "go": 9, "insid": 9, "contain": 9, "multipl": [9, 45], "dev": 9, "one": 9, "develop": [9, 10, 11, 32, 56], "python": [9, 58], "overrid": [9, 46], "yaml": [9, 29, 44], "work": [9, 53], "itself": 9, "remot": 9, "visual": [9, 69], "studio": 9, "code": 9, "procedur": 9, "profil": [9, 60], "access": [9, 22, 39, 52, 62, 69], "hidden": 9, "specif": [9, 19, 20, 21, 22, 42, 50], "version": [9, 31, 66], "environ": [11, 29, 32, 42], "project": [11, 22, 29, 31, 33, 36, 51, 64, 66], "imag": [11, 23, 32, 33], "test": [11, 29], "unit": 11, "databas": [11, 22, 31, 42, 45, 50, 66, 69], "object": [11, 46, 51, 53], "model": [11, 13, 30, 34], "metadata": 11, "v": 11, "function": [11, 30, 38], "migrat": [11, 42], "depend": 11, "webservic": 13, "document": [13, 14, 65], "theme": [13, 26, 30, 37, 38], "paramet": 13, "result": 13, "ogc": [13, 22], "group": 13, "wmt": 13, "logout": 13, "user": [13, 17, 50, 58, 62], "anonym": 13, "json": [13, 46], "connect": [13, 22, 69], "success": 13, "two": [13, 17, 62], "factor": [13, 17, 62], "password": [13, 17, 59, 62], "gener": [13, 53, 65], "full": [13, 37], "text": [13, 37], "search": [13, 37], "descript": 13, "mapfish": 13, "protocol": 13, "enumer": [13, 36], "featur": [13, 35, 48, 52], "digit": [13, 57], "elev": [13, 57], "shorten": 13, "get": 13, "geometri": [13, 48], "process": 13, "differ": [13, 29, 43], "local": [13, 40, 43, 56, 62], "pot": 13, "includ": 15, "exclud": 15, "tab": 15, "default": [15, 17, 62], "modul": [15, 58], "option": [15, 46, 51], "page": [15, 22], "javascript": [16, 30, 33, 38], "api": [16, 46], "support": [17, 62], "standard": [17, 62], "The": [17, 37, 62], "polici": [17, 39, 62], "anoth": [17, 62], "valid": [17, 62], "basic": [17, 62], "auth": [17, 62], "account": [17, 62], "lockout": [17, 62], "intranet": [17, 62], "lost": [17, 62], "oauth2": [18, 62], "qgi": [18, 22, 53, 62], "backend": 19, "arcgi": 20, "differenti": 20, "geoserv": 21, "desktop": 22, "tunnel": 22, "ow": 22, "postgr": 22, "extra": 22, "postgi": 22, "land": 22, "build": [23, 33, 67], "var": [23, 44, 61], "dockerfil": 23, "config": [23, 33, 46, 48], "makefil": [23, 50], "rule": 23, "c2c": 24, "wsgi": 24, "util": 24, "header": [25, 39], "autom": 26, "check": [26, 40, 62], "checker": [26, 50], "fulltextsearch": 26, "lang": [26, 37], "rout": [26, 60], "phantomj": 26, "infrastructur": [26, 56], "collector": 26, "cluster": 27, "advanc": [28, 46], "set": [28, 29, 42, 43], "structur": [29, 64], "exist": [29, 42, 46], "scaffold": 29, "simpl": [29, 46], "put": 29, "under": 29, "control": [29, 39, 46, 48], "To": 29, "add": [29, 33, 37, 69], "repositori": 29, "your": [29, 32, 46, 67, 69], "concept": 29, "dynam": [29, 46], "github": [29, 69], "workflow": 29, "main": 29, "update_l10n": 29, "accept": 29, "url": [30, 52, 63, 67], "usag": [30, 38, 45, 61], "basemap": [30, 38], "each": [30, 38], "extend": [30, 33, 34, 46], "data": [30, 34], "lifecycl": 31, "initi": 31, "state": 31, "start": 31, "deploi": 32, "architectur": 32, "schema": [32, 42], "composit": 32, "clean": 32, "integr": [33, 41], "base": 33, "canva": 33, "webcompon": 33, "templat": [33, 50, 56, 60], "geoport": 33, "addit": [35, 45, 46, 48, 58], "filter": 36, "querier": 36, "avail": 36, "oper": [36, 54], "db": 36, "session": [36, 45], "popul": 37, "param": 37, "action": 37, "rank": 37, "system": 37, "unacc": 37, "extens": [37, 58], "synonym": 37, "thesauru": 37, "dictionari": 37, "content": 39, "allow": 39, "origin": 39, "global": 39, "forward": 39, "host": 39, "whitelist": 39, "blacklist": 39, "http": [40, 62], "behind": [40, 62], "proxi": [40, 62], "ssl": [40, 62], "certif": [40, 62], "same": [40, 62], "load": [40, 62], "non": [40, 62], "extern": [40, 62], "instal": 42, "up": 42, "window": [42, 58, 69], "command": [42, 69], "cygwin": [42, 58], "internation": [43, 44], "collect": 43, "string": 43, "i18next": 43, "multi": 44, "organ": [44, 46], "__init__": 44, "role": 44, "warn": 44, "mode": 46, "onli": 46, "html": 46, "j": 46, "apiconfig": [46, 47], "defin": [46, 48], "type": [46, 48], "css": 46, "style": [46, 51], "own": 46, "compon": 46, "featurecollect": 48, "ol": 48, "geom": 48, "interact": 48, "bloodhound": 48, "bloodhoundopt": 48, "twitter": 48, "typeahead": 48, "dataset": 48, "copi": 50, "from": [50, 66, 69], "site": 50, "circl": 51, "externalogcserv": 51, "fill": 51, "gridmergetab": 51, "layerconfig": 51, "lineconfigur": 51, "mapconfig": 51, "measurerasterlay": 51, "mousepositionproject": 51, "optionslegendtyp": 51, "regularshap": 51, "routingprofil": 51, "searchact": 51, "searchcomponentdatasourc": 51, "stringtohtmlreplac": 51, "stroke": 51, "stylelik": 51, "wfstype": 51, "authenticationbaseurl": 51, "defaultlang": 51, "fulltextsearchurl": 51, "gmfauthenticationconfig": 51, "gmfauthenticationnoreloadrol": 51, "gmfbackgroundlayerselectoropt": 51, "gmfcontextualdataopt": 51, "gmfcsvfilenam": 51, "gmfcustomcss": 51, "gmfcustomjavascripturl": 51, "gmfcustomstylesheeturl": 51, "gmfdisclaimeropt": 51, "gmfdisplayquerygridopt": 51, "gmfdisplayquerywindowopt": 51, "gmfeditfeatureopt": 51, "gmfelevationopt": 51, "gmfexternalogcserv": 51, "gmffloor": 51, "gmflayertreeopt": 51, "gmflayersurl": 51, "gmfmobilemeasureareaopt": 51, "gmfmobilemeasurelengthopt": 51, "gmfmobilemeasurepointopt": 51, "gmfmousepositionopt": 51, "gmfobjecteditingtoolsopt": 51, "gmfoption": 51, "gmfpermalinkopt": 51, "gmfprintopt": 51, "gmfprinturl": 51, "gmfprofilejsonurl": 51, "gmfprofileopt": 51, "gmfprojectionsopt": 51, "gmfquerygrid": 51, "gmfrasterurl": 51, "gmfsearchgroup": 51, "gmfsearchopt": 51, "gmfshareopt": 51, "gmfshortenercreateurl": 51, "gmfsnappingopt": 51, "gmfthemesopt": 51, "gmftreemanagermodeflush": 51, "gmftreeurl": 51, "gmftwofactorauth": 51, "langurl": 51, "ngeocsvencod": 51, "ngeocsvextens": 51, "ngeocsvincludehead": 51, "ngeocsvquot": 51, "ngeocsvsepar": 51, "ngeogeolocationopt": 51, "ngeomeasuredecim": 51, "ngeomeasureprecis": 51, "ngeomeasurespher": 51, "ngeonominatimsearchdefaultparam": [51, 60], "ngeoofflinetesturl": 51, "ngeopermalinkogcserverurl": 51, "ngeopointfilt": 51, "ngeoprofileopt": 51, "ngeoqueryopt": 51, "ngeoroutingopt": 51, "ngeoscaleselectoropt": 51, "ngeosnappingtoler": 51, "ngeostreetviewopt": 51, "ngeostringtohtmlreplac": 51, "ngeotilespreloadinglimit": 51, "ngeousedkeyregexp": 51, "ngeowfspermalinkopt": 51, "pytreelidarprofilejsonurl": 51, "objectedit": 52, "via": 52, "storag": 53, "like": 53, "s3": 53, "pdf": 55, "report": 55, "scale": 56, "tool": [57, 69], "apach": 58, "postgresql": 58, "git": 58, "backendurl": 60, "runtim": 61, "getcap": 62, "author": 62, "referr": 62, "short": 63, "other": 64, "tilegener": 65, "introduct": 65, "tilecloud": 65, "chain": 65, "tile": [65, 68], "aw": 65, "credenti": 65, "web": 65, "see": 65, "also": 65, "upstream": 65, "geomapfish": 66, "prior": 66, "2": 66, "7": 66, "x": 66, "how": 67, "token": 67, "vector": 68, "ssh": 69, "kei": 69, "line": 69, "save": 69, "passphras": 69, "putti": 69, "winscp": 69}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 58}, "alltitles": {"Administrate a c2cgeoportal application": [[0, "administrate-a-c2cgeoportal-application"]], "Editing": [[1, "editing"], [31, "editing"]], "Requirements": [[1, "requirements"], [52, "requirements"], [58, "requirements"], [60, "requirements"]], "Adding or making layers editable": [[1, "adding-or-making-layers-editable"]], "Configuring security": [[1, "configuring-security"]], "Edit views": [[1, "edit-views"]], "Enable snapping": [[1, "enable-snapping"]], "Managing attributes": [[1, "managing-attributes"]], "Administrator Guide": [[2, "administrator-guide"]], "Mapfile configuration": [[3, "mapfile-configuration"]], "Print": [[3, "print"], [56, "print"]], "WFS GetFeature": [[3, "wfs-getfeature"]], "WMS GetFeatureInfo": [[3, "wms-getfeatureinfo"]], "Restricted layer": [[3, "restricted-layer"]], "With a RestrictionArea area": [[3, "with-a-restrictionarea-area"]], "Without restriction on the RestrictionArea area": [[3, "without-restriction-on-the-restrictionarea-area"]], "Filename": [[3, "filename"]], "Variable Substitution": [[3, "variable-substitution"]], "Performance improvement": [[3, "performance-improvement"]], "Prepare raster files": [[3, "prepare-raster-files"]], "Note about ECW": [[3, "note-about-ecw"]], "mappyfile": [[3, "mappyfile"]], "Transactional WFS with TinyOWS": [[4, "transactional-wfs-with-tinyows"]], "TinyOWS configuration": [[4, "tinyows-configuration"]], "Editing a layer with WFS-T": [[4, "editing-a-layer-with-wfs-t"]], "WMSTime Layer": [[5, "wmstime-layer"]], "Configuration": [[5, "configuration"], [30, "configuration"], [37, "configuration"], [38, "configuration"], [44, "configuration"], [45, "configuration"], [46, "configuration"], [49, "configuration"], [52, "configuration"], [55, "configuration"], [60, "configuration"], [64, "configuration"], [65, "configuration"]], "Mapfile": [[5, "mapfile"]], "Admin interface - widget": [[5, "admin-interface-widget"]], "Admin interface - query": [[5, "admin-interface-query"]], "Merging configurations": [[5, "merging-configurations"]], "Create a new release": [[6, "create-a-new-release"]], "Vocabulary": [[6, "vocabulary"]], "Tasks to do": [[6, "tasks-to-do"]], "Create the new branch on demo": [[6, "create-the-new-branch-on-demo"]], "Create the new branch": [[6, "create-the-new-branch"]], "Use the ngeo package linked to the new branch": [[6, "use-the-ngeo-package-linked-to-the-new-branch"]], "Create the new Transifex resources": [[6, "create-the-new-transifex-resources"]], "Update the master branch": [[6, "update-the-master-branch"]], "Configure the rebuild": [[6, "configure-the-rebuild"]], "Configure the new branch": [[6, "configure-the-new-branch"]], "Configure the audit": [[6, "configure-the-audit"]], "Configure the branch on the status dashboard": [[6, "configure-the-branch-on-the-status-dashboard"]], "Reset the change log": [[6, "reset-the-change-log"]], "Security information": [[6, "security-information"]], "Backport label": [[6, "backport-label"]], "Protect branch": [[6, "protect-branch"]], "Publish it": [[6, "publish-it"]], "Create the new demo": [[6, "create-the-new-demo"]], "Use the new demo": [[6, "use-the-new-demo"]], "Cache management": [[7, "cache-management"]], "Server side": [[7, "server-side"]], "Client side": [[7, "client-side"]], "Service list": [[7, "service-list"]], "No cache": [[7, "no-cache"]], "Public cache": [[7, "public-cache"]], "Private cache": [[7, "private-cache"]], "Internal cache": [[7, "internal-cache"]], "Alembic on custom tables": [[8, "alembic-on-custom-tables"]], "Init alembic": [[8, "init-alembic"]], "Configure alembic.ini": [[8, "configure-alembic-ini"]], "Configure env.py": [[8, "configure-env-py"]], "Run an alembic upgrade": [[8, "run-an-alembic-upgrade"]], "Create a new revision file": [[8, "create-a-new-revision-file"]], "Application debugging": [[9, "application-debugging"]], "Browser": [[9, "browser"]], "Sources map": [[9, "sources-map"]], "Webpack": [[9, "webpack"]], "Pyramid debugtoolbar": [[9, "pyramid-debugtoolbar"]], "Authentication": [[9, "authentication"], [13, "authentication"], [17, "authentication"], [24, "authentication"], [62, "authentication"]], "Auto login": [[9, "auto-login"]], "Mapserver": [[9, "mapserver"]], "Docker-compose": [[9, "docker-compose"]], "Logs": [[9, "logs"]], "Go inside a container": [[9, "go-inside-a-container"]], "Multiple dev on one server": [[9, "multiple-dev-on-one-server"]], "Developing in Python": [[9, "developing-in-python"]], "Create a development docker-compose.override.yaml": [[9, "create-a-development-docker-compose-override-yaml"]], "Working on c2cgeoportal itself": [[9, "working-on-c2cgeoportal-itself"]], "Remote debugging using Visual Studio Code": [[9, "remote-debugging-using-visual-studio-code"]], "Debugging the upgrade procedure": [[9, "debugging-the-upgrade-procedure"]], "Profiling": [[9, "profiling"]], "Access to a hidden service": [[9, "access-to-a-hidden-service"]], "Use a specific version of ngeo": [[9, "use-a-specific-version-of-ngeo"]], "Developer Guide": [[10, "developer-guide"]], "Server-side development": [[11, "server-side-development"]], "Creating a development environment in a project": [[11, "creating-a-development-environment-in-a-project"]], "Docker images": [[11, "docker-images"]], "Tests": [[11, "tests"]], "Running tests": [[11, "running-tests"]], "Unit tests": [[11, "unit-tests"]], "Database": [[11, "database"], [31, "database"], [50, "database"]], "Object model": [[11, "object-model"]], "metadata vs functionality": [[11, "metadata-vs-functionality"]], "Migration": [[11, "migration"]], "Dependencies": [[11, "dependencies"]], "Transifex": [[12, "transifex"]], "Webservices documentation": [[13, "webservices-documentation"]], "Theme webservice": [[13, "theme-webservice"]], "Parameters": [[13, "parameters"], [13, "id1"], [13, "id6"], [13, "id8"], [13, "id10"], [13, "id12"]], "Result": [[13, "result"], [13, "id2"], [13, "id3"], [13, "id4"], [13, "id7"], [13, "id9"], [13, "id11"]], "OGC Server": [[13, "ogc-server"]], "Theme": [[13, "theme"]], "Group": [[13, "group"]], "Layer": [[13, "layer"]], "WMS Layer": [[13, "wms-layer"]], "WMTS layer": [[13, "wmts-layer"]], "Login": [[13, "login"]], "Logout": [[13, "logout"]], "User information": [[13, "user-information"]], "Anonymous JSON result": [[13, "anonymous-json-result"]], "Connected JSON result": [[13, "connected-json-result"]], "User login": [[13, "user-login"]], "Login successful": [[13, "login-successful"]], "Init without two-factor authentication JSON result": [[13, "init-without-two-factor-authentication-json-result"]], "Init two-factor authentication JSON result": [[13, "init-two-factor-authentication-json-result"]], "Change password": [[13, "change-password"]], "JSON result": [[13, "json-result"]], "Generate a new password": [[13, "generate-a-new-password"]], "Success JSON result": [[13, "success-json-result"]], "Full-text search": [[13, "full-text-search"], [37, "full-text-search"]], "Layers": [[13, "layers"]], "Layer description": [[13, "layer-description"]], "MapFish protocol": [[13, "mapfish-protocol"]], "Enumerate attributes": [[13, "enumerate-attributes"]], "Update feature": [[13, "update-feature"], [13, "id5"]], "Raster": [[13, "raster"]], "Digital Elevation Model": [[13, "digital-elevation-model"]], "Shortener": [[13, "shortener"]], "Create": [[13, "create"]], "Get": [[13, "get"]], "Geometry processing": [[13, "geometry-processing"]], "Difference": [[13, "difference"]], "Localization pot": [[13, "localization-pot"]], "c2cgeoportal documentation": [[14, "c2cgeoportal-documentation"]], "Configure the admin interface": [[15, "configure-the-admin-interface"]], "Include and excludes tabs": [[15, "include-and-excludes-tabs"]], "Default tabs/modules": [[15, "default-tabs-modules"]], "Optional tabs/modules": [[15, "optional-tabs-modules"]], "Include a new page": [[15, "include-a-new-page"]], "Exclude a page": [[15, "exclude-a-page"]], "JavaScript API": [[16, "javascript-api"]], "Supported standards": [[17, "supported-standards"], [62, "supported-standards"]], "The default policy": [[17, "the-default-policy"], [62, "the-default-policy"]], "Using another policy": [[17, "using-another-policy"], [62, "using-another-policy"]], "User validation": [[17, "user-validation"], [62, "user-validation"]], "Basic auth": [[17, "basic-auth"], [62, "basic-auth"]], "Two factors authentication": [[17, "two-factors-authentication"], [62, "two-factors-authentication"]], "Account lockout": [[17, "account-lockout"], [62, "account-lockout"]], "Intranet": [[17, "intranet"], [62, "intranet"]], "Lost admin password": [[17, "lost-admin-password"], [62, "lost-admin-password"]], "OAuth2 with QGIS": [[18, "oauth2-with-qgis"], [62, "oauth2-with-qgis"]], "Specific Backend Configuration": [[19, "specific-backend-configuration"]], "Specific configuration for Arcgis": [[20, "specific-configuration-for-arcgis"]], "Differentiating WMS and WFS services": [[20, "differentiating-wms-and-wfs-services"]], "Note": [[20, "note"]], "Specific configuration for GeoServer": [[21, "specific-configuration-for-geoserver"]], "Application configuration": [[21, "application-configuration"]], "Specific configuration for QGIS server": [[22, "specific-configuration-for-qgis-server"]], "QGIS Desktop configuration": [[22, "qgis-desktop-configuration"]], "Create a tunnel on the database server": [[22, "create-a-tunnel-on-the-database-server"]], "Run the client with Docker": [[22, "run-the-client-with-docker"]], "OWS configuration": [[22, "ows-configuration"]], "Connect to Postgres database": [[22, "connect-to-postgres-database"]], "Extra PostGIS connection": [[22, "extra-postgis-connection"]], "OGC server": [[22, "ogc-server"]], "Access Restriction": [[22, "access-restriction"]], "Project in Database": [[22, "project-in-database"]], "Landing page": [[22, "landing-page"]], "Build configuration": [[23, "build-configuration"]], "Env files": [[23, "env-files"], [61, "env-files"]], "Vars files": [[23, "vars-files"]], "Dockerfile config variables": [[23, "dockerfile-config-variables"]], "Makefile config variables": [[23, "makefile-config-variables"]], "Custom rules": [[23, "custom-rules"]], "Custom image": [[23, "custom-image"]], "C2C WSGI Utils": [[24, "c2c-wsgi-utils"]], "Caching": [[25, "caching"]], "Headers": [[25, "headers"], [39, "headers"], [39, "id1"]], "Internal": [[25, "internal"]], "Automated check": [[26, "automated-check"]], "Checker": [[26, "checker"], [50, "checker"]], "print": [[26, "print"]], "fulltextsearch": [[26, "fulltextsearch"]], "themes": [[26, "themes"]], "lang": [[26, "lang"]], "routes": [[26, "routes"]], "phantomjs": [[26, "phantomjs"]], "Infrastructure": [[26, "infrastructure"], [56, "infrastructure"]], "Check collector": [[26, "check-collector"]], "Create a cluster": [[27, "create-a-cluster"]], "Configuration Guide for advanced settings": [[28, "configuration-guide-for-advanced-settings"]], "Create a new application": [[29, "create-a-new-application"]], "Project structure": [[29, "project-structure"], [64, "project-structure"]], "Set environment variables": [[29, "set-environment-variables"]], "List existing scaffolds": [[29, "list-existing-scaffolds"]], "Create the new application": [[29, "create-the-new-application"]], "Simple application": [[29, "simple-application"]], "Put the application under revision control": [[29, "put-the-application-under-revision-control"]], "To add a project in a new repository": [[29, "to-add-a-project-in-a-new-repository"]], "Configuration of different environments in your project": [[29, "configuration-of-different-environments-in-your-project"]], "Concepts": [[29, "concepts"]], "Use of dynamic variables": [[29, "use-of-dynamic-variables"]], "Configure the application": [[29, "configure-the-application"]], "Dynamic configuration": [[29, "dynamic-configuration"]], "GitHub workflows": [[29, "github-workflows"]], ".github/workflows/main.yaml": [[29, "github-workflows-main-yaml"]], ".github/workflows/rebuild.yaml": [[29, "github-workflows-rebuild-yaml"]], ".github/workflows/update_l10n.yaml": [[29, "github-workflows-update-l10n-yaml"]], "Acceptance tests": [[29, "acceptance-tests"]], "Customize the application": [[30, "customize-the-application"]], "URL": [[30, "url"]], "Functionalities": [[30, "functionalities"], [38, "functionalities"]], "Usage in JavaScript client": [[30, "usage-in-javascript-client"], [38, "usage-in-javascript-client"]], "Using Functionalities to configure the basemap to use for each theme": [[30, "using-functionalities-to-configure-the-basemap-to-use-for-each-theme"], [38, "using-functionalities-to-configure-the-basemap-to-use-for-each-theme"]], "Extend the data model": [[30, "extend-the-data-model"], [34, "extend-the-data-model"]], "Update lifecycle": [[31, "update-lifecycle"]], "Initial state": [[31, "initial-state"]], "Prepare the project": [[31, "prepare-the-project"]], "Start a new version": [[31, "start-a-new-version"]], "Do the changes": [[31, "do-the-changes"]], "Publish the new version": [[31, "publish-the-new-version"]], "Use Docker to deploy your application": [[32, "use-docker-to-deploy-your-application"]], "Architecture schema": [[32, "architecture-schema"]], "Docker Images": [[32, "docker-images"]], "Docker compose files": [[32, "docker-compose-files"]], "Run the developer composition": [[32, "run-the-developer-composition"]], "Clean": [[32, "clean"]], "Environment variables": [[32, "environment-variables"]], "Extend the application": [[33, "extend-the-application"]], "Create a new Docker image for the new service": [[33, "create-a-new-docker-image-for-the-new-service"]], "Integrate it to the project": [[33, "integrate-it-to-the-project"]], "Create the new interface based on canvas": [[33, "create-the-new-interface-based-on-canvas"]], "Create a new WebComponent": [[33, "create-a-new-webcomponent"]], "Build it in the config image": [[33, "build-it-in-the-config-image"]], "Add it to the interface template": [[33, "add-it-to-the-interface-template"]], "Debugging Custom JavaScript and service": [[33, "debugging-custom-javascript-and-service"]], "Extend the geoportal image": [[33, "extend-the-geoportal-image"]], "Additional features": [[35, "additional-features"]], "Filter (Querier)": [[36, "filter-querier"]], "Filterable layers": [[36, "filterable-layers"]], "Available attributes and operators in filters": [[36, "available-attributes-and-operators-in-filters"]], "Enumerate available attributes for a layer": [[36, "enumerate-available-attributes-for-a-layer"]], "Project Configuration file": [[36, "project-configuration-file"]], "Administration interface": [[36, "administration-interface"]], "Using DB sessions": [[36, "using-db-sessions"]], "The full-text search table": [[37, "the-full-text-search-table"]], "Populate the full-text search table": [[37, "populate-the-full-text-search-table"]], "Populate with the themes": [[37, "populate-with-the-themes"]], "Security": [[37, "security"], [62, "security"]], "Params": [[37, "params"]], "Actions": [[37, "actions"]], "Interface": [[37, "interface"]], "Lang": [[37, "lang"]], "Ranking system": [[37, "ranking-system"]], "Using the unaccent extension": [[37, "using-the-unaccent-extension"]], "Synonym and Thesaurus Dictionary": [[37, "synonym-and-thesaurus-dictionary"]], "Add Synonyms": [[37, "add-synonyms"]], "Content-Security-Policy": [[39, "content-security-policy"]], "Access-Control-Allow-Origin": [[39, "access-control-allow-origin"]], "Global headers": [[39, "global-headers"]], "Forward host": [[39, "forward-host"]], "Headers whitelist and blacklist": [[39, "headers-whitelist-and-blacklist"]], "HTTPS": [[40, "https"], [62, "https"]], "Application behind a proxy": [[40, "application-behind-a-proxy"], [62, "application-behind-a-proxy"]], "Application and SSL certificate on the same server": [[40, "application-and-ssl-certificate-on-the-same-server"], [62, "application-and-ssl-certificate-on-the-same-server"]], "Loading non https external resources": [[40, "loading-non-https-external-resources"], [62, "loading-non-https-external-resources"]], "Local certificate checks": [[40, "local-certificate-checks"], [62, "local-certificate-checks"]], "Integrator Guide": [[41, "integrator-guide"]], "Install an existing application": [[42, "install-an-existing-application"]], "Set up the database": [[42, "set-up-the-database"]], "Create the schemas": [[42, "create-the-schemas"]], "Install the application": [[42, "install-the-application"], [42, "integrator-install-application-install-application"]], "Windows Specific Configuration": [[42, "windows-specific-configuration"]], "Command interface and environment variable": [[42, "command-interface-and-environment-variable"]], "Cygwin": [[42, "cygwin"], [58, "cygwin"]], "Migrating to a new server": [[42, "migrating-to-a-new-server"]], "Internationalization": [[43, "internationalization"], [44, "internationalization"]], "Collect custom strings": [[43, "collect-custom-strings"]], "I18next configuration": [[43, "i18next-configuration"]], "Different localization sets": [[43, "different-localization-sets"]], "Multi organization": [[44, "multi-organization"]], "__init__.py": [[44, "init-py"]], "vars.yaml": [[44, "vars-yaml"]], "Roles": [[44, "roles"]], "Warning": [[44, "warning"]], "Using multiple databases": [[45, "using-multiple-databases"]], "Using the additional sessions": [[45, "using-the-additional-sessions"]], "Restrictions in multiple database usage": [[45, "restrictions-in-multiple-database-usage"]], "ngeo": [[46, "ngeo"]], "Organization": [[46, "organization"]], "Simple and advanced modes": [[46, "simple-and-advanced-modes"], [46, "id2"]], "Advanced mode only": [[46, "advanced-mode-only"], [46, "id3"]], "HTML file": [[46, "html-file"]], "Controller (js file)": [[46, "controller-js-file"]], "Dynamic.json view": [[46, "dynamic-json-view"]], "Ngeo configuration options": [[46, "ngeo-configuration-options"]], "Ngeo API configuration options": [[46, "ngeo-api-configuration-options"]], "APIConfig": [[46, "apiconfig"], [47, "apiconfig"]], "Ngeo internal object configuration options": [[46, "ngeo-internal-object-configuration-options"], [51, "ngeo-internal-object-configuration-options"]], "Define additional types used in the config": [[46, "define-additional-types-used-in-the-config"], [48, "define-additional-types-used-in-the-config"]], "CSS style": [[46, "css-style"]], "Creating your own component": [[46, "creating-your-own-component"]], "Extending or overriding an existing component": [[46, "extending-or-overriding-an-existing-component"]], "FeatureCollection": [[48, "featurecollection"]], "ol.Feature": [[48, "ol-feature"]], "ol.geom.Geometry": [[48, "ol-geom-geometry"]], "ol.control.Control": [[48, "ol-control-control"]], "ol.interaction.interaction": [[48, "ol-interaction-interaction"]], "Bloodhound.BloodhoundOptions": [[48, "bloodhound-bloodhoundoptions"]], "Twitter.Typeahead.Dataset": [[48, "twitter-typeahead-dataset"]], "Adding a new user interface": [[50, "adding-a-new-user-interface"]], "Makefile": [[50, "makefile"]], "Copy files from template": [[50, "copy-files-from-template"]], "Edit interface files": [[50, "edit-interface-files"]], "Package file": [[50, "package-file"]], "Site-specific configuration": [[50, "site-specific-configuration"]], "Circle": [[51, "circle"]], "ExternalOGCServer": [[51, "externalogcserver"]], "Fill": [[51, "fill"]], "GridMergeTabs": [[51, "gridmergetabs"]], "LayerConfig": [[51, "layerconfig"]], "LineConfiguration": [[51, "lineconfiguration"]], "MapConfig": [[51, "mapconfig"]], "MeasureRasterLayer": [[51, "measurerasterlayer"]], "MousePositionProjection": [[51, "mousepositionprojection"]], "OptionsLegendType": [[51, "optionslegendtype"]], "Projection": [[51, "projection"]], "RegularShape": [[51, "regularshape"]], "RoutingProfile": [[51, "routingprofile"]], "SearchAction": [[51, "searchaction"]], "SearchComponentDatasource": [[51, "searchcomponentdatasource"]], "StringToHtmlReplacement": [[51, "stringtohtmlreplacement"]], "Stroke": [[51, "stroke"]], "Style": [[51, "style"]], "StyleLike": [[51, "stylelike"]], "View": [[51, "view"]], "WfsType": [[51, "wfstype"]], "authenticationBaseUrl": [[51, "authenticationbaseurl"]], "defaultLang": [[51, "defaultlang"]], "fulltextsearchUrl": [[51, "fulltextsearchurl"]], "gmfAuthenticationConfig": [[51, "gmfauthenticationconfig"]], "gmfAuthenticationNoReloadRole": [[51, "gmfauthenticationnoreloadrole"]], "gmfBackgroundLayerSelectorOptions": [[51, "gmfbackgroundlayerselectoroptions"]], "gmfContextualDataOptions": [[51, "gmfcontextualdataoptions"]], "gmfCsvFilename": [[51, "gmfcsvfilename"]], "gmfCustomCSS": [[51, "gmfcustomcss"]], "gmfCustomJavascriptUrl": [[51, "gmfcustomjavascripturl"]], "gmfCustomStylesheetUrl": [[51, "gmfcustomstylesheeturl"]], "gmfDisclaimerOptions": [[51, "gmfdisclaimeroptions"]], "gmfDisplayQueryGridOptions": [[51, "gmfdisplayquerygridoptions"]], "gmfDisplayQueryWindowOptions": [[51, "gmfdisplayquerywindowoptions"]], "gmfEditFeatureOptions": [[51, "gmfeditfeatureoptions"]], "gmfElevationOptions": [[51, "gmfelevationoptions"]], "gmfExternalOGCServers": [[51, "gmfexternalogcservers"]], "gmfFloors": [[51, "gmffloors"]], "gmfLayerTreeOptions": [[51, "gmflayertreeoptions"]], "gmfLayersUrl": [[51, "gmflayersurl"]], "gmfMobileMeasureAreaOptions": [[51, "gmfmobilemeasureareaoptions"]], "gmfMobileMeasureLengthOptions": [[51, "gmfmobilemeasurelengthoptions"]], "gmfMobileMeasurePointOptions": [[51, "gmfmobilemeasurepointoptions"]], "gmfMousePositionOptions": [[51, "gmfmousepositionoptions"]], "gmfObjectEditingToolsOptions": [[51, "gmfobjecteditingtoolsoptions"]], "gmfOptions": [[51, "gmfoptions"]], "gmfPermalinkOptions": [[51, "gmfpermalinkoptions"]], "gmfPrintOptions": [[51, "gmfprintoptions"]], "gmfPrintUrl": [[51, "gmfprinturl"]], "gmfProfileJsonUrl": [[51, "gmfprofilejsonurl"]], "gmfProfileOptions": [[51, "gmfprofileoptions"]], "gmfProjectionsOptions": [[51, "gmfprojectionsoptions"]], "gmfQueryGrid": [[51, "gmfquerygrid"]], "gmfRasterUrl": [[51, "gmfrasterurl"]], "gmfSearchGroups": [[51, "gmfsearchgroups"]], "gmfSearchOptions": [[51, "gmfsearchoptions"]], "gmfShareOptions": [[51, "gmfshareoptions"]], "gmfShortenerCreateUrl": [[51, "gmfshortenercreateurl"]], "gmfSnappingOptions": [[51, "gmfsnappingoptions"]], "gmfThemesOptions": [[51, "gmfthemesoptions"]], "gmfTreeManagerModeFlush": [[51, "gmftreemanagermodeflush"]], "gmfTreeUrl": [[51, "gmftreeurl"]], "gmfTwoFactorAuth": [[51, "gmftwofactorauth"]], "langUrls": [[51, "langurls"]], "ngeoCsvEncoding": [[51, "ngeocsvencoding"]], "ngeoCsvExtension": [[51, "ngeocsvextension"]], "ngeoCsvIncludeHeader": [[51, "ngeocsvincludeheader"]], "ngeoCsvQuote": [[51, "ngeocsvquote"]], "ngeoCsvSeparator": [[51, "ngeocsvseparator"]], "ngeoGeolocationOptions": [[51, "ngeogeolocationoptions"]], "ngeoMeasureDecimals": [[51, "ngeomeasuredecimals"]], "ngeoMeasurePrecision": [[51, "ngeomeasureprecision"]], "ngeoMeasureSpherical": [[51, "ngeomeasurespherical"]], "ngeoNominatimSearchDefaultParams": [[51, "ngeonominatimsearchdefaultparams"], [60, "ngeonominatimsearchdefaultparams"]], "ngeoOfflineTestUrl": [[51, "ngeoofflinetesturl"]], "ngeoPermalinkOgcserverUrl": [[51, "ngeopermalinkogcserverurl"]], "ngeoPointfilter": [[51, "ngeopointfilter"]], "ngeoProfileOptions": [[51, "ngeoprofileoptions"]], "ngeoQueryOptions": [[51, "ngeoqueryoptions"]], "ngeoRoutingOptions": [[51, "ngeoroutingoptions"]], "ngeoScaleSelectorOptions": [[51, "ngeoscaleselectoroptions"]], "ngeoSnappingTolerance": [[51, "ngeosnappingtolerance"]], "ngeoStreetviewOptions": [[51, "ngeostreetviewoptions"]], "ngeoStringToHtmlReplacements": [[51, "ngeostringtohtmlreplacements"]], "ngeoTilesPreloadingLimit": [[51, "ngeotilespreloadinglimit"]], "ngeoUsedKeyRegexp": [[51, "ngeousedkeyregexp"]], "ngeoWfsPermalinkOptions": [[51, "ngeowfspermalinkoptions"]], "pytreeLidarprofileJsonUrl": [[51, "pytreelidarprofilejsonurl"]], "ObjectEditing": [[52, "objectediting"]], "Access via URL": [[52, "access-via-url"]], "Feature editing": [[52, "feature-editing"]], "Working with Object storage (like S3)": [[53, "working-with-object-storage-like-s3"]], "Prepare files": [[53, "prepare-files"]], "Generalities": [[53, "generalities"]], "MapServer": [[53, "mapserver"]], "QGIS": [[53, "qgis"]], "Client": [[53, "client"]], "Server": [[53, "server"]], "Application Operation": [[54, "application-operation"]], "PDF Reporting": [[55, "pdf-reporting"]], "Configuration of the reports": [[55, "configuration-of-the-reports"]], "Template configuration": [[56, "template-configuration"]], "Attributes": [[56, "attributes"]], "Notes about the scales": [[56, "notes-about-the-scales"]], "Development": [[56, "development"]], "Local print": [[56, "local-print"]], "Digital Elevation Tools": [[57, "digital-elevation-tools"]], "Required Python packages": [[58, "required-python-packages"]], "Required Apache modules": [[58, "required-apache-modules"]], "Required PostgreSQL extensions": [[58, "required-postgresql-extensions"]], "Additional notes for Windows users": [[58, "additional-notes-for-windows-users"]], "Configure Git": [[58, "configure-git"]], "Reset password": [[59, "reset-password"], [62, "reset-password"]], "Routing interface": [[60, "routing-interface"]], "Adding the routing interface to the template": [[60, "adding-the-routing-interface-to-the-template"]], "backendUrl": [[60, "backendurl"]], "profiles": [[60, "profiles"]], "Runtime configuration": [[61, "runtime-configuration"]], "Usage in vars": [[61, "usage-in-vars"]], "Security update": [[62, "security-update"]], "Access to WMS GetCapability": [[62, "access-to-wms-getcapability"]], "Access to the admin interface": [[62, "access-to-the-admin-interface"]], "Access to services by external servers": [[62, "access-to-services-by-external-servers"]], "Authorized referrers": [[62, "authorized-referrers"]], "Configure short URL": [[63, "configure-short-url"]], "Custom application": [[64, "custom-application"]], "Other files": [[64, "other-files"]], "TileGeneration": [[65, "tilegeneration"]], "Introduction": [[65, "introduction"]], "TileCloud-chain": [[65, "id1"]], "Tile Generation and management": [[65, "tile-generation-and-management"]], "AWS credentials": [[65, "aws-credentials"]], "Web Interface": [[65, "web-interface"]], "See also": [[65, "see-also"]], "Upstream documentation": [[65, "upstream-documentation"]], "Upgrading a GeoMapFish application": [[66, "upgrading-a-geomapfish-application"]], "Prepare upgrade": [[66, "prepare-upgrade"]], "Prepare the database": [[66, "prepare-the-database"]], "From a version prior to 2.7.x": [[66, "from-a-version-prior-to-2-7-x"]], "Upgrade the project": [[66, "upgrade-the-project"]], "Upgrade the database": [[66, "upgrade-the-database"]], "URL login": [[67, "url-login"]], "How to build your token in your application": [[67, "how-to-build-your-token-in-your-application"]], "Vector tiles": [[68, "vector-tiles"]], "Configuring Windows tools required to connect to servers": [[69, "configuring-windows-tools-required-to-connect-to-servers"]], "Creating a SSH Key with Windows": [[69, "creating-a-ssh-key-with-windows"]], "Add your SSH Public Key to GitHub": [[69, "add-your-ssh-public-key-to-github"]], "Connecting to a server from Windows": [[69, "connecting-to-a-server-from-windows"]], "Command Line": [[69, "command-line"]], "Visual Interface": [[69, "visual-interface"]], "Saving your Passphrase with PuTTY or WinSCP": [[69, "saving-your-passphrase-with-putty-or-winscp"]], "Using PuTTY to Access the Server Database": [[69, "using-putty-to-access-the-server-database"]]}, "indexentries": {}}) \ No newline at end of file +Search.setIndex({"docnames": ["administrator/administrate", "administrator/editing", "administrator/index", "administrator/mapfile", "administrator/tinyows", "administrator/wmstime", "developer/build_release", "developer/cache", "developer/custom_alembic", "developer/debugging", "developer/index", "developer/server_side", "developer/transifex", "developer/webservices", "index", "integrator/admin_interface", "integrator/api", "integrator/authentication", "integrator/authentication_oauth2", "integrator/backend", "integrator/backend_arcgis", "integrator/backend_geoserver", "integrator/backend_qgis", "integrator/build", "integrator/c2cwsgiutils", "integrator/caching", "integrator/checker", "integrator/cluster", "integrator/configuration", "integrator/create_application", "integrator/customize", "integrator/database", "integrator/docker", "integrator/extend_application", "integrator/extend_data_model", "integrator/features", "integrator/filter", "integrator/fulltext_search", "integrator/functionality", "integrator/headers", "integrator/https", "integrator/index", "integrator/install_application", "integrator/internationalization", "integrator/multi_organization", "integrator/multiple_databases", "integrator/ngeo", "integrator/ngeo_api_configuration", "integrator/ngeo_config_ref", "integrator/ngeo_configuration", "integrator/ngeo_new_interface", "integrator/ngeo_other_configuration", "integrator/object_editing", "integrator/objectstorage", "integrator/operations", "integrator/pdfreport", "integrator/print", "integrator/raster", "integrator/requirements", "integrator/reset_password", "integrator/routing", "integrator/runtime", "integrator/security", "integrator/shortener", "integrator/structure", "integrator/tilegeneration", "integrator/upgrade_application", "integrator/urllogin", "integrator/vector_tiles", "integrator/windows_tools"], "filenames": ["administrator/administrate.rst", "administrator/editing.rst", "administrator/index.rst", "administrator/mapfile.rst", "administrator/tinyows.rst", "administrator/wmstime.rst", "developer/build_release.rst", "developer/cache.rst", "developer/custom_alembic.rst", "developer/debugging.rst", "developer/index.rst", "developer/server_side.rst", "developer/transifex.rst", "developer/webservices.rst", "index.rst", "integrator/admin_interface.rst", "integrator/api.rst", "integrator/authentication.rst", "integrator/authentication_oauth2.rst", "integrator/backend.rst", "integrator/backend_arcgis.rst", "integrator/backend_geoserver.rst", "integrator/backend_qgis.rst", "integrator/build.rst", "integrator/c2cwsgiutils.rst", "integrator/caching.rst", "integrator/checker.rst", "integrator/cluster.rst", "integrator/configuration.rst", "integrator/create_application.rst", "integrator/customize.rst", "integrator/database.rst", "integrator/docker.rst", "integrator/extend_application.rst", "integrator/extend_data_model.rst", "integrator/features.rst", "integrator/filter.rst", "integrator/fulltext_search.rst", "integrator/functionality.rst", "integrator/headers.rst", "integrator/https.rst", "integrator/index.rst", "integrator/install_application.rst", "integrator/internationalization.rst", "integrator/multi_organization.rst", "integrator/multiple_databases.rst", "integrator/ngeo.rst", "integrator/ngeo_api_configuration.rst", "integrator/ngeo_config_ref.rst", "integrator/ngeo_configuration.rst", "integrator/ngeo_new_interface.rst", "integrator/ngeo_other_configuration.rst", "integrator/object_editing.rst", "integrator/objectstorage.rst", "integrator/operations.rst", "integrator/pdfreport.rst", "integrator/print.rst", "integrator/raster.rst", "integrator/requirements.rst", "integrator/reset_password.rst", "integrator/routing.rst", "integrator/runtime.rst", "integrator/security.rst", "integrator/shortener.rst", "integrator/structure.rst", "integrator/tilegeneration.rst", "integrator/upgrade_application.rst", "integrator/urllogin.rst", "integrator/vector_tiles.rst", "integrator/windows_tools.rst"], "titles": ["Administrate a c2cgeoportal application", "Editing", "Administrator Guide", "Mapfile configuration", "Transactional WFS with TinyOWS", "WMSTime Layer", "Create a new release", "Cache management", "Alembic on custom tables", "Application debugging", "Developer Guide", "Server-side development", "Transifex", "Webservices documentation", "c2cgeoportal documentation", "Configure the admin interface", "JavaScript API", "Authentication", "OAuth2 with QGIS", "Specific Backend Configuration", "Specific configuration for Arcgis", "Specific configuration for GeoServer", "Specific configuration for QGIS server", "Build configuration", "C2C WSGI Utils", "Caching", "Automated check", "Create a cluster", "Configuration Guide for advanced settings", "Create a new application", "Customize the application", "Database", "Use Docker to deploy your application", "Extend the application", "Extend the data model", "Additional features", "Filter (Querier)", "Full-text search", "Functionalities", "Headers", "HTTPS", "Integrator Guide", "Install an existing application", "Internationalization", "Multi organization", "Using multiple databases", "ngeo", "APIConfig", "Define additional types used in the config", "Configuration", "Adding a new user interface", "Ngeo internal object configuration options", "ObjectEditing", "Working with Object storage (like S3)", "Application Operation", "PDF Reporting", "Print", "Digital Elevation Tools", "Requirements", "Reset password", "Routing interface", "Runtime configuration", "Security", "Configure short URL", "Project structure", "TileGeneration", "Upgrading a GeoMapFish application", "URL login", "Vector tiles", "Configuring Windows tools required to connect to servers"], "terms": {"2": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69], "9": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69], "master": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69], "The": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 13, 14, 15, 16, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 36, 38, 39, 40, 42, 43, 44, 45, 46, 50, 52, 53, 55, 56, 57, 59, 63, 64, 65, 66, 67, 68, 69], "interfac": [0, 1, 3, 7, 9, 12, 13, 14, 16, 17, 18, 21, 22, 23, 26, 28, 30, 31, 34, 35, 38, 41, 44, 46, 52, 61, 63, 68], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 19, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 50, 52, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69], "locat": [0, 3, 4, 40, 42, 53, 56, 62, 65], "http": [0, 3, 4, 6, 9, 11, 12, 13, 16, 17, 18, 20, 22, 25, 26, 30, 32, 33, 39, 41, 42, 53, 55, 56, 57, 58, 60, 63, 68, 69], "server": [0, 2, 3, 4, 5, 10, 12, 17, 19, 20, 21, 25, 26, 27, 28, 30, 32, 33, 36, 37, 39, 41, 50, 55, 59, 60, 63, 64, 65], "project": [0, 3, 6, 8, 9, 14, 17, 23, 24, 26, 30, 32, 35, 40, 41, 46, 47, 50, 53, 55, 56, 61, 62, 65, 68], "admin": [0, 1, 3, 12, 18, 21, 24, 28, 30, 34, 38, 39, 41, 46, 50, 52, 65, 68], "authent": [0, 4, 18, 22, 26, 30, 32, 33, 37, 38, 39, 41, 46, 51, 65, 69], "done": [0, 1, 3, 5, 7, 9, 27, 29, 36, 39, 46, 50, 58, 65, 68], "through": [0, 1, 2, 3, 8, 9, 22, 29, 30, 38, 39, 42, 46, 63, 65, 68], "main": [0, 6, 8, 11, 15, 17, 22, 24, 26, 27, 30, 31, 32, 34, 36, 39, 40, 42, 44, 46, 50, 55, 56, 62, 65, 66], "role": [0, 1, 3, 7, 13, 15, 30, 34, 36, 37, 38, 42], "role_admin": 0, "requir": [0, 2, 3, 9, 11, 13, 17, 19, 22, 23, 26, 28, 35, 40, 41, 42, 53, 55, 62, 63, 65, 68], "thi": [1, 2, 3, 4, 5, 6, 8, 9, 11, 13, 16, 17, 19, 22, 23, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 50, 52, 53, 54, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 67, 69], "section": [1, 3, 5, 8, 16, 19, 22, 23, 29, 30, 35, 37, 39, 46, 50, 52, 53, 56, 58, 60, 62, 64, 69], "explain": [1, 4, 42, 53, 69], "how": [1, 2, 3, 4, 11, 17, 31, 35, 37, 41, 50, 52, 53, 57, 60, 62, 69], "function": [1, 3, 4, 8, 9, 13, 14, 15, 26, 31, 34, 36, 37, 41, 42, 44, 46, 69], "c2cgeoport": [1, 2, 4, 5, 6, 10, 11, 12, 16, 17, 19, 23, 24, 26, 27, 29, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 52, 55, 57, 60, 62], "just": [1, 8, 22, 31, 33, 46, 53], "like": [1, 3, 7, 8, 17, 22, 26, 28, 31, 33, 36, 37, 39, 41, 42, 46, 58, 62, 63, 67, 69], "most": [1, 5, 9, 13, 35, 46, 62], "administr": [1, 3, 5, 14, 15, 17, 22, 24, 29, 30, 31, 34, 38, 43, 45, 50, 58, 62, 69], "task": 1, "set": [1, 3, 4, 5, 6, 7, 8, 9, 13, 17, 18, 22, 23, 24, 26, 30, 31, 32, 33, 37, 38, 39, 41, 44, 45, 46, 50, 52, 53, 55, 56, 57, 61, 62, 65, 66, 69], "up": [1, 8, 9, 17, 29, 30, 32, 34, 41, 50, 52, 56, 62, 66, 69], "applic": [1, 2, 3, 4, 7, 10, 11, 13, 14, 15, 16, 17, 20, 22, 23, 24, 25, 26, 27, 31, 34, 35, 37, 38, 41, 43, 44, 45, 46, 50, 52, 56, 57, 58, 60, 65], "involv": [1, 3, 10], "interven": 1, "databas": [1, 2, 3, 4, 8, 9, 17, 26, 27, 28, 29, 30, 33, 36, 37, 38, 41, 43, 52, 62], "To": [1, 3, 4, 6, 8, 9, 11, 12, 14, 17, 22, 23, 24, 25, 26, 27, 30, 31, 33, 37, 38, 39, 42, 43, 45, 46, 52, 56, 57, 58, 59, 60, 62, 65, 66, 67, 68, 69], "should": [1, 3, 4, 5, 6, 8, 9, 11, 17, 18, 22, 23, 24, 26, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 42, 43, 44, 46, 53, 55, 56, 57, 58, 59, 62, 65, 66, 67, 69], "satisfi": 1, "follow": [1, 3, 4, 5, 6, 8, 9, 11, 16, 17, 22, 23, 25, 26, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 50, 52, 53, 55, 56, 58, 59, 61, 62, 63, 65, 66, 68, 69], "It": [1, 3, 5, 7, 15, 20, 22, 24, 26, 27, 30, 36, 39, 46, 50, 52, 55, 56, 64, 65, 68], "access": [1, 3, 4, 11, 12, 16, 17, 24, 26, 32, 40, 41, 42, 45, 46, 50, 53, 67, 68], "wm": [1, 5, 7, 9, 22, 36, 37, 41, 44, 55, 65, 68], "correctli": [1, 22, 24, 26, 42, 46, 61, 62, 65], "mapfil": [1, 2, 31, 36, 43], "see": [1, 3, 5, 8, 9, 11, 13, 16, 17, 23, 24, 26, 29, 30, 32, 33, 36, 37, 40, 44, 45, 46, 48, 50, 52, 53, 55, 61, 62, 66], "Its": 1, "data": [1, 3, 4, 5, 8, 13, 17, 27, 31, 33, 36, 37, 41, 42, 43, 45, 53, 57, 60, 62, 65, 67, 69], "postgi": [1, 3, 42, 58, 68], "tabl": [1, 3, 4, 10, 11, 15, 17, 30, 31, 34, 36, 38, 42, 46, 50, 62, 68], "which": [1, 4, 5, 8, 11, 13, 16, 20, 22, 23, 29, 30, 33, 37, 40, 42, 46, 52, 56, 60, 62, 64, 66, 69], "can": [1, 3, 4, 5, 6, 8, 9, 11, 13, 14, 15, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 50, 52, 53, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68], "separ": [1, 3, 9, 31, 33, 36, 37, 42, 46, 51, 55], "schema": [1, 3, 4, 8, 11, 22, 27, 29, 30, 31, 34, 36, 37, 40, 41, 55, 62, 64, 66], "though": [1, 4], "fact": 1, "recommend": [1, 3, 17, 22, 26, 29, 31, 46, 57, 62, 69], "includ": [1, 3, 6, 26, 30, 31, 33, 34, 37, 38, 39, 44, 45, 46, 57, 62], "primari": [1, 3, 4, 46], "kei": [1, 3, 4, 7, 9, 15, 30, 37, 38, 46, 51, 52, 53, 57, 61, 67, 68], "sequenc": [1, 4], "associ": [1, 30, 38], "name": [1, 3, 4, 6, 7, 8, 9, 11, 13, 17, 18, 22, 26, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 50, 51, 52, 53, 55, 56, 57, 59, 61, 62, 63, 65, 66, 68], "must": [1, 3, 4, 5, 8, 9, 12, 17, 23, 26, 27, 29, 37, 42, 46, 50, 52, 55, 61, 62, 67, 68], "id": [1, 3, 4, 6, 13, 18, 22, 29, 30, 34, 37, 52, 55, 62, 64], "exampl": [1, 3, 4, 5, 6, 7, 8, 9, 11, 13, 15, 17, 22, 23, 26, 27, 29, 30, 31, 32, 34, 36, 37, 38, 39, 40, 43, 44, 45, 46, 50, 53, 55, 57, 59, 60, 61, 62, 63, 65, 68], "db": [1, 22, 27, 29, 45], "d": [1, 9, 30, 32, 34, 37, 42], "public": [1, 37, 68], "column": [1, 3, 4, 22, 30, 34, 36, 37, 63, 69], "type": [1, 3, 5, 6, 7, 9, 11, 13, 21, 22, 28, 30, 33, 34, 36, 37, 38, 41, 43, 51, 53, 55, 57, 68, 69], "modifi": [1, 11, 29, 43, 44, 46, 52, 62, 66], "integ": [1, 3, 13, 30, 34, 68], "null": [1, 13, 37, 68], "default": [1, 3, 4, 6, 9, 13, 19, 22, 23, 24, 25, 26, 29, 30, 32, 33, 36, 37, 38, 39, 42, 43, 45, 46, 50, 55, 56, 57, 58, 60, 61, 63, 65, 68], "nextval": 1, "table_id_seq": 1, "regclass": 1, "one": [1, 2, 3, 5, 7, 11, 13, 17, 18, 23, 27, 30, 31, 33, 37, 38, 39, 43, 44, 46, 52, 56, 59, 60, 62, 65, 68], "geometri": [1, 3, 4, 22, 37, 46, 51, 52, 55, 65, 68], "onli": [1, 3, 4, 5, 9, 11, 13, 17, 18, 20, 22, 24, 26, 29, 30, 36, 37, 38, 42, 45, 50, 52, 57, 61, 62, 66, 68], "you": [1, 3, 5, 6, 8, 9, 11, 12, 14, 15, 16, 17, 18, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33, 34, 36, 37, 39, 40, 42, 43, 44, 45, 46, 50, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 69], "get": [1, 6, 7, 8, 9, 11, 14, 23, 27, 30, 33, 34, 36, 38, 43, 44, 50, 57, 62, 65, 66, 69], "error": [1, 9, 13, 26, 29, 32, 39, 46, 50, 62], "ha": [1, 3, 4, 5, 11, 17, 25, 26, 37, 42, 50, 52, 59, 62, 63, 65], "multipl": [1, 5, 27, 28, 36, 37, 41, 44, 46], "ar": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 15, 20, 22, 23, 26, 27, 29, 30, 33, 36, 37, 38, 39, 40, 42, 43, 44, 46, 50, 53, 54, 55, 56, 57, 60, 61, 62, 64, 65, 66, 69], "fulli": 1, "support": [1, 3, 4, 5, 22, 27, 32, 37, 40, 43, 52, 57, 65, 66, 68], "point": [1, 3, 4, 8, 9, 13, 24, 31, 36, 37, 42, 46, 51, 52, 55, 57, 65], "linestr": 1, "polygon": [1, 3, 52, 68], "partial": [1, 30, 34], "multipoint": [1, 3, 13], "multilinestr": 1, "multipolygon": [1, 3, 52], "If": [1, 3, 5, 8, 9, 17, 18, 22, 24, 26, 27, 29, 30, 31, 33, 36, 37, 38, 39, 40, 42, 43, 46, 50, 52, 53, 55, 58, 59, 60, 62, 63, 65, 66], "mani": [1, 42, 65], "relationship": [1, 30, 34], "anoth": [1, 3, 22, 23, 29, 36, 37, 46, 52, 63, 68], "typic": [1, 40, 62], "dictionari": [1, 13, 26, 46, 60], "addit": [1, 28, 33, 36, 39, 41, 42, 50, 59, 61, 62], "foreign": 1, "end": [1, 3, 5, 13, 33, 42, 59, 62, 63, 67], "_id": 1, "e": [1, 4, 5, 9, 11, 14, 18, 22, 26, 30, 31, 32, 33, 37, 38, 39, 46, 56, 57, 59, 62, 66], "g": [1, 4, 8, 9, 14, 18, 22, 29, 30, 31, 32, 37, 38, 39, 46, 56, 57, 62, 66], "type_id": 1, "strictli": 1, "": [1, 3, 4, 8, 9, 15, 17, 22, 26, 29, 30, 37, 38, 39, 40, 45, 46, 50, 53, 55, 56, 58, 62, 63, 67, 68], "target": [1, 9, 22, 40, 62, 66], "have": [1, 3, 4, 5, 7, 8, 9, 11, 15, 17, 18, 22, 23, 24, 27, 29, 30, 31, 33, 37, 39, 40, 42, 43, 44, 46, 50, 52, 58, 59, 62, 63, 65, 68, 69], "least": [1, 29, 68], "two": [1, 5, 7, 11, 14, 29, 33, 37, 39, 40, 42, 43, 46, 50, 56, 57, 65], "text": [1, 7, 26, 28, 36, 41, 42, 43, 46, 67], "By": [1, 3, 4, 5, 17, 19, 23, 24, 25, 37, 42, 50, 56, 57, 62], "us": [1, 3, 4, 5, 7, 8, 11, 12, 13, 14, 15, 16, 19, 22, 23, 24, 26, 27, 28, 31, 33, 39, 40, 41, 42, 43, 44, 50, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68], "order": [1, 16, 22, 30, 38, 50, 69], "NOT": [1, 68], "empti": [1, 3, 6, 8, 22, 23, 30, 34, 53, 65], "valu": [1, 3, 5, 7, 8, 13, 17, 25, 29, 30, 31, 33, 36, 37, 38, 39, 40, 42, 44, 46, 51, 52, 55, 57, 59, 61, 62, 63], "hint": 1, "constraint": [1, 11], "mai": [1, 3, 8, 9, 17, 20, 23, 26, 27, 29, 30, 32, 33, 36, 37, 38, 39, 40, 46, 50, 57, 59, 61, 62, 65, 69], "also": [1, 3, 5, 6, 7, 8, 9, 15, 17, 22, 24, 25, 26, 29, 30, 32, 33, 36, 38, 42, 43, 46, 50, 53, 55, 56, 62, 68], "appli": [1, 3, 5, 8, 29, 33, 39, 40, 62], "other": [1, 5, 8, 13, 19, 26, 32, 33, 36, 37, 40, 41, 46, 59, 62, 63, 69], "well": [1, 2, 3, 23, 40, 62], "thei": [1, 3, 5, 11, 23, 26, 29, 30, 38, 42, 56, 58], "relat": [1, 7, 11, 29, 36, 37, 46, 56, 64], "specifi": [1, 3, 4, 5, 8, 22, 25, 36, 37, 39, 45, 50, 56, 57, 59, 62, 63], "editingenumer": 1, "metadata": [1, 3, 4, 5, 7, 13, 30, 36, 37, 43, 52, 68], "value_column": 1, "order_bi": 1, "order_column": 1, "defin": [1, 3, 4, 5, 6, 11, 17, 20, 22, 24, 26, 28, 29, 30, 31, 36, 37, 38, 41, 43, 44, 45, 52, 53, 55, 60, 61, 62, 65, 68], "select": [1, 3, 5, 16, 30, 31, 36, 37, 38, 46, 60, 66, 68], "item": [1, 5, 13, 30, 37, 38], "menu": [1, 53, 58, 60, 69], "For": [1, 3, 4, 5, 6, 7, 9, 11, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 42, 44, 45, 46, 50, 53, 57, 60, 61, 62, 65, 68], "its": [1, 5, 8, 24, 26, 29, 39, 42, 56, 58], "geotabl": 1, "field": [1, 3, 5, 13, 17, 22, 31, 36, 37, 56, 60, 62, 63, 69], "contain": [1, 3, 4, 8, 11, 22, 23, 30, 32, 37, 38, 42, 43, 53, 55, 58, 64, 65], "geograph": [1, 3], "string": [1, 3, 13, 17, 22, 26, 29, 30, 36, 37, 39, 46, 47, 51, 53, 55, 56, 60, 62, 67], "form": [1, 7, 13, 24, 46, 56], "schemanam": 1, "tablenam": 1, "omit": [1, 36], "assum": [1, 3, 26, 27, 37, 42, 66], "label": [1, 3, 13, 37, 46, 51, 60], "correspond": [1, 33, 36, 37, 44, 58], "postgr": [1, 27, 31, 32, 37, 42, 65], "embed": [1, 55], "layergroup": [1, 11], "detect": [1, 17, 62], "limit": [1, 3, 4, 5, 13, 37, 46, 51, 68], "30": [1, 6, 37], "per": [1, 7, 13, 18, 36, 55, 62, 65], "user": [1, 3, 4, 9, 11, 14, 15, 18, 22, 24, 26, 28, 30, 33, 34, 37, 38, 41, 42, 44, 52, 56, 59, 60, 63, 67], "featur": [1, 3, 4, 14, 22, 27, 37, 40, 41, 46, 51, 54, 55, 56, 59, 60, 62, 63], "impli": [1, 3, 62], "write": [1, 10, 27], "chang": [1, 5, 7, 8, 11, 17, 22, 25, 29, 30, 32, 33, 34, 37, 40, 42, 43, 46, 50, 52, 56, 62, 63, 67], "sure": [1, 3, 5, 7, 9, 30, 33, 40, 46, 56, 58, 62, 65, 66, 67, 69], "author": [1, 4, 8, 33, 41], "link": [1, 30, 34, 37, 42, 44, 61, 63, 67], "restrict": [1, 4, 11, 13, 32, 37, 42, 60], "area": [1, 4, 32, 60], "itself": [1, 14, 26], "readwrit": [1, 4], "true": [1, 9, 13, 17, 26, 29, 30, 31, 32, 33, 34, 37, 50, 53, 55, 56, 58, 59, 61, 62, 63, 66], "bind": [1, 22], "togeth": [1, 17, 62], "from": [1, 3, 5, 6, 7, 8, 9, 17, 22, 23, 26, 27, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 45, 46, 52, 53, 56, 57, 58, 62, 65, 68], "object": [1, 3, 5, 7, 26, 28, 30, 41, 45, 50, 52], "likewis": 1, "abl": [1, 8, 9, 17, 22, 23, 29, 31, 33, 39, 44, 46, 62, 65], "postgresql": [1, 3, 8, 22, 33, 37, 41, 42, 45, 69], "manual": [1, 3, 8, 9, 17, 32, 42, 43, 62, 69], "add": [1, 3, 4, 6, 7, 8, 9, 11, 13, 15, 16, 18, 21, 22, 23, 25, 26, 27, 30, 32, 34, 35, 36, 39, 40, 42, 43, 44, 45, 46, 50, 52, 53, 58, 59, 60, 61, 62, 65, 66, 67], "geotableprimarykei": 1, "That": [1, 37, 46], "while": [1, 3, 31, 36], "snappingconfig": 1, "json": [1, 6, 7, 30, 32, 33, 37, 44, 55, 67, 68], "option": [1, 5, 6, 9, 13, 26, 27, 30, 32, 34, 40, 43, 47, 53, 55, 58, 62, 65, 68, 69], "properti": [1, 3, 4, 13, 22, 46, 47, 49, 51, 58], "edg": 1, "boolean": [1, 3, 13, 30, 46, 51, 55, 56, 61], "whether": [1, 29, 55, 66], "allow": [1, 5, 26, 31, 33, 45, 52, 57, 62, 69], "vertex": 1, "vertic": [1, 52], "toler": [1, 46, 51], "number": [1, 13, 17, 23, 32, 46, 47, 51, 53, 59, 62, 63, 65], "pixel": 1, "exclud": 1, "some": [1, 3, 5, 7, 9, 17, 19, 20, 26, 29, 30, 32, 33, 34, 36, 37, 38, 39, 40, 42, 43, 44, 46, 50, 53, 59, 61, 62, 65, 66], "list": [1, 3, 5, 6, 13, 15, 23, 30, 36, 37, 38, 39, 40, 41, 43, 44, 50, 53, 55, 57, 60, 61, 62, 66], "them": [1, 30, 33, 34, 35, 42, 43, 60, 61, 62, 65], "comma": [1, 3, 36, 37, 55], "blank": 1, "space": [1, 3, 32, 58], "wmt": [1, 40, 44, 62, 65], "readonli": 1, "readonlyattribut": 1, "same": [1, 3, 4, 5, 6, 8, 9, 11, 14, 17, 22, 24, 26, 29, 31, 37, 39, 42, 44, 46, 53, 56, 65, 68], "chapter": [2, 28, 33, 41, 54, 66], "describ": [2, 3, 5, 7, 13, 19, 28, 29, 32, 35, 40, 41, 42, 45, 50, 52, 54, 60, 62], "configur": [2, 7, 9, 11, 17, 24, 26, 27, 33, 34, 35, 39, 40, 41, 54, 57, 59, 62, 67], "doe": [2, 4, 7, 9, 14, 20, 32, 36, 37, 42, 63], "deal": 2, "file": [2, 4, 6, 7, 9, 12, 13, 16, 17, 20, 22, 24, 25, 26, 29, 30, 31, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 45, 52, 55, 56, 57, 58, 59, 60, 62, 65, 66, 67, 68, 69], "integr": [2, 6, 9, 14, 23, 24, 26, 27, 29, 31, 44, 53, 56, 62], "respons": [2, 3, 20, 22, 29, 39], "except": [2, 5, 40, 62, 64], "map": [2, 3, 22, 33, 36, 37, 46, 51, 52, 53, 55, 56, 60, 68], "ad": [2, 3, 5, 6, 7, 8, 9, 17, 23, 28, 30, 33, 34, 37, 38, 39, 40, 41, 43, 44, 55, 56, 61, 62, 68], "layer": [2, 7, 9, 11, 16, 22, 25, 31, 33, 37, 39, 42, 43, 44, 45, 46, 51, 52, 53, 55, 57, 62, 65, 68], "inde": 2, "insert": [2, 3, 22, 37], "inform": [2, 3, 4, 5, 9, 11, 17, 22, 23, 24, 29, 36, 46, 53, 57, 61, 62, 65, 66], "content": [2, 6, 10, 14, 29, 31, 33, 40, 41, 46, 50, 60, 62, 67], "edit": [2, 3, 8, 14, 16, 22, 25, 29, 30, 34, 38, 43, 45, 58, 69], "transact": [2, 22], "wf": [2, 5, 7, 13, 22, 36, 52, 55], "tinyow": [2, 39], "wmstime": 2, "As": [3, 29], "mention": 3, "index": [3, 11, 29, 30, 33, 34, 39, 42, 53, 57, 62], "page": [3, 6, 7, 26, 30, 33, 34, 42, 50, 61, 69], "guid": [3, 14, 29, 42], "manag": [3, 8, 10, 13, 14, 23, 30, 31, 38, 39, 40, 53, 56, 62], "via": [3, 4, 5, 9, 11, 16, 26, 36, 40, 45, 46, 61, 62, 68], "mapserv": [3, 4, 5, 13, 19, 20, 22, 25, 32, 36, 39, 40, 42, 43, 55, 57, 62, 64], "where": [3, 9, 13, 23, 24, 25, 27, 29, 31, 33, 36, 37, 39, 42, 46, 50, 52, 61, 68], "getmap": [3, 5, 7], "queri": [3, 7, 13, 17, 22, 26, 27, 29, 30, 34, 37, 46, 55, 56, 60, 62, 67, 68], "box": [3, 37], "filter": [3, 5, 9, 13, 28, 39, 41, 44, 46, 51], "permalink": [3, 67], "directori": [3, 4, 11, 22, 29, 37, 58, 64], "commonli": [3, 46], "tmpl": [3, 4, 8, 9, 22, 29, 53, 65], "becaus": [3, 4, 8, 27, 37, 42, 45, 61, 65, 69], "These": [3, 10, 20, 26, 29, 37, 39, 42, 45, 46, 64], "start": [3, 5, 6, 14, 25, 33, 42, 50, 58, 62, 65, 66, 69], "make": [3, 5, 11, 22, 23, 30, 37, 40, 42, 43, 44, 56, 58, 62, 65, 69], "printabl": 3, "queryabl": [3, 13], "privat": [3, 69], "k": [3, 11, 29], "mapfish": [3, 6, 11, 55, 56, 64], "singl": [3, 4, 5, 17, 22, 24, 32, 36, 62], "tile": [3, 15, 22, 24, 35, 40, 41, 62], "request": [3, 5, 9, 13, 17, 18, 20, 23, 26, 27, 29, 32, 33, 37, 39, 40, 44, 46, 55, 62, 65], "reason": [3, 9, 17, 18, 45, 62, 66], "we": [3, 6, 7, 9, 11, 12, 13, 15, 22, 23, 26, 29, 30, 31, 33, 36, 37, 39, 42, 44, 46, 50, 53, 57, 61, 62, 64, 65, 69], "need": [3, 4, 5, 9, 11, 13, 15, 17, 18, 22, 23, 29, 30, 31, 33, 34, 37, 40, 42, 44, 46, 50, 52, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69], "rel": [3, 5], "larg": 3, "maxsiz": 3, "paramet": [3, 5, 7, 8, 9, 22, 23, 26, 29, 30, 36, 37, 38, 40, 46, 50, 52, 55, 60, 62, 65, 68], "5000": 3, "rotat": [3, 46, 51], "specif": [3, 4, 11, 23, 28, 29, 31, 36, 37, 39, 40, 41, 46, 55, 61, 62], "all": [3, 5, 6, 7, 9, 11, 13, 22, 26, 27, 29, 30, 32, 33, 36, 37, 38, 39, 40, 42, 43, 44, 46, 50, 53, 56, 57, 60, 61, 62, 64, 65, 66, 69], "definit": [3, 5, 16, 30, 36, 44, 46, 51], "init": [3, 29, 30, 34], "epsg": [3, 55, 68], "2056": [3, 29, 37, 55, 68], "when": [3, 4, 5, 9, 11, 13, 17, 22, 30, 31, 32, 33, 37, 38, 39, 42, 43, 44, 45, 55, 58, 59, 62, 63, 65, 67, 69], "non": [3, 7, 9, 23, 32, 58], "zero": 3, "angl": [3, 46, 51], "import": [3, 7, 9, 27, 29, 30, 33, 34, 45, 46], "thing": [3, 9, 42, 65], "awar": [3, 5, 17, 33, 62], "read": [3, 17, 22, 23, 29, 39, 46, 57, 62, 66], "org": [3, 4, 11, 69], "html": [3, 9, 11, 13, 16, 29, 33, 43, 50, 69], "resolut": [3, 5, 13, 46, 47, 51, 65, 68], "254": 3, "dpi": 3, "instead": [3, 13, 17, 20, 26, 29, 36, 37, 46, 61, 62], "72": 3, "web": [3, 14, 17, 26, 30, 32, 33, 36, 38, 46, 56, 57, 58, 62], "screen": 3, "symbolscaledenom": 3, "therefor": [3, 32, 56, 65, 67], "minsiz": 3, "necessari": [3, 20, 42], "do": [3, 5, 8, 9, 11, 13, 17, 22, 27, 29, 32, 33, 37, 42, 44, 45, 46, 56, 60, 61, 62, 65, 66], "take": [3, 5, 22, 40, 62], "account": [3, 4, 5, 30, 37, 38, 69], "want": [3, 8, 9, 13, 22, 23, 24, 29, 31, 33, 36, 37, 40, 42, 43, 44, 45, 46, 50, 52, 53, 57, 61, 62, 63, 65, 66, 69], "templat": [3, 8, 23, 29, 30, 34, 37, 38, 39, 40, 43, 46, 51, 55, 62, 68], "fooonlyforwfsgetfeatur": 3, "fake": 3, "querier": [3, 28, 41], "gml_include_item": 3, "gml_type": 3, "auto": [3, 6, 7, 33, 69], "gml_featureid": 3, "wfs_enable_request": 3, "delimit": 3, "attribut": [3, 5, 7, 11, 17, 22, 29, 33, 43, 45, 55, 62, 68], "return": [3, 5, 7, 9, 13, 20, 26, 30, 34, 44, 46], "gml": [3, 13, 20, 55], "mean": [3, 9, 25, 29, 37, 46], "obtain": [3, 9, 17, 24, 29, 62], "input": [3, 4], "driver": [3, 53], "ogc": [3, 17, 20, 21, 32, 55, 62], "interpret": [3, 23, 29, 59, 61, 62, 63], "notabl": [3, 56], "wrong": [3, 13, 23], "oper": [3, 27, 41, 69], "within": [3, 5, 9, 17, 42, 46, 62], "your": [3, 4, 8, 9, 11, 16, 17, 20, 22, 23, 26, 27, 30, 31, 33, 34, 36, 37, 39, 40, 41, 42, 43, 45, 50, 53, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68], "gml_": 3, "_type": 3, "long": [3, 46, 60, 66, 67], "real": [3, 9], "charact": [3, 58, 68], "date": [3, 5, 13, 30, 50, 66], "refer": [3, 4, 5, 11, 30, 38, 45, 57, 61], "mandatori": [3, 36], "featureid": [3, 55], "alwai": [3, 13, 37, 40, 45, 58, 62], "javascript": [3, 9, 10, 29, 35, 40, 41, 42, 43, 44, 46, 62, 65], "api": [3, 7, 13, 22, 29, 35, 39, 41, 50, 61, 62, 65], "enabl": [3, 4, 5, 13, 17, 22, 27, 50, 62], "geom": [3, 13, 37, 46, 51, 68], "In": [3, 4, 5, 6, 8, 9, 11, 16, 17, 18, 20, 22, 23, 26, 27, 29, 30, 31, 33, 36, 37, 38, 40, 42, 43, 44, 45, 46, 50, 53, 58, 60, 61, 62, 64, 69], "contrast": [3, 29], "howev": [3, 5, 17, 29, 61, 62], "visibl": [3, 16, 32, 42, 56], "current": [3, 7, 8, 13, 29, 31, 42, 44, 45, 55, 56, 63, 66, 68], "minscal": [3, 55], "maxscal": 3, "class": [3, 11, 15, 30, 34, 46, 60], "effect": 3, "fooonlyforwmsgetfeatureinfo": 3, "similar": [3, 13, 37, 42], "gml_geometri": 3, "gml_geom_typ": 3, "abov": [3, 5, 44, 45, 55], "element": [3, 4, 11, 25, 26, 30, 33, 37, 40, 46, 62], "bbox": 3, "replac": [3, 9, 29, 30, 31, 34, 37, 43, 46, 53, 59, 62, 63], "geom_geometri": 3, "the_geom": [3, 37], "gml_the_geom_typ": 3, "possibl": [3, 5, 8, 9, 13, 15, 19, 23, 29, 30, 34, 36, 37, 39, 43, 45, 46, 50, 56, 65, 68], "line": [3, 8, 9, 29, 31, 33, 43, 44, 46, 50, 52, 57], "multilin": 3, "right": [3, 7, 8, 33, 42, 43, 44, 52, 58, 61, 69], "multi": [3, 22, 23, 29, 32, 35, 41, 46, 52], "first": [3, 6, 8, 9, 11, 13, 29, 30, 34, 37, 38, 53, 65, 66, 67], "document": [3, 4, 5, 6, 9, 10, 17, 22, 23, 24, 27, 29, 30, 32, 36, 37, 46, 55, 56, 61, 62], "more": [3, 4, 5, 9, 11, 18, 23, 24, 27, 29, 36, 39, 44, 46, 53, 57, 60, 62, 65], "detail": [3, 4, 30, 34], "A": [3, 13, 16, 17, 23, 27, 30, 37, 38, 46, 62, 68], "interrog": 3, "geomapfish": [3, 4, 6, 8, 11, 14, 17, 22, 27, 29, 32, 33, 41, 46, 56, 58, 59, 62, 63, 64], "unnecessarili": 3, "caus": [3, 27], "issu": [3, 14, 22, 26, 50, 65], "especi": [3, 26, 65], "work": [3, 6, 11, 17, 22, 28, 33, 41, 42, 46, 56, 59, 60, 62, 63], "vice": 3, "versa": 3, "displai": [3, 5, 13, 23, 26, 36, 37, 55, 56, 60], "given": [3, 30, 38, 44, 46, 53, 55, 65], "big": [3, 67], "veri": 3, "complex": 3, "slow": [3, 26], "down": [3, 27, 60], "look": [3, 22, 63], "st_contain": 3, "mapserver_data_subselect": 3, "layernam": [3, 55], "st_setsrid": 3, "foo": 3, "uniqu": 3, "gid": 3, "srid": [3, 13, 29, 68], "appropri": [3, 44], "layer_nam": [3, 13, 36, 37, 46, 68], "either": [3, 5, 29, 50, 56, 67], "group": [3, 5, 6, 14, 16, 36, 37, 44, 46], "depend": [3, 7, 29, 30, 38, 40, 42, 61, 62], "what": [3, 40, 50, 62, 65, 66], "rra": 3, "role_id": [3, 13, 37], "main_schema": 3, "AS": [3, 31, 33, 68], "ra": 3, "role_restrictionarea": 3, "layer_restrictionarea": 3, "lra": 3, "treeitem": [3, 11], "la": 3, "restrictionarea_id": 3, "AND": 3, "layer_id": [3, 13], "case": [3, 5, 27, 29, 30, 37, 38, 40, 46, 62], "overlap": 3, "ie": 3, "st_intersect": [3, 68], "could": [3, 5, 46, 57, 59, 61, 62, 63], "valid": [3, 4, 26, 67], "secur": [3, 9, 17, 18, 40, 41, 56], "default_role_id": 3, "Or": [3, 46], "anonym": [3, 30, 36, 37, 38, 44], "0": [3, 4, 6, 9, 17, 18, 22, 23, 25, 32, 55, 57, 58, 62, 65, 68], "call": [3, 11, 25, 29, 31, 43, 50, 55], "ani": [3, 5, 7, 11, 15, 16, 29, 32, 36, 37, 43, 45, 56, 58], "roles_id": 3, "situat": [3, 61], "an": [3, 4, 5, 11, 14, 15, 17, 18, 21, 22, 23, 24, 25, 26, 27, 29, 31, 33, 36, 37, 41, 45, 50, 52, 53, 55, 56, 58, 59, 60, 61, 62, 65, 66, 68, 69], "geo": [3, 31], "arrai": [3, 26, 37, 39], "mapserver_data_noarea_subselect": 3, "Then": [3, 8, 9, 11, 22, 27, 29, 33, 40, 42, 46, 53, 60, 62, 65, 66, 68], "1": [3, 4, 6, 9, 13, 17, 18, 22, 23, 26, 37, 53, 55, 57, 58, 61, 62, 68], "adapt": [3, 4, 33, 36, 42, 44, 50], "accord": [3, 4, 5, 30, 38, 39], "instanc": [3, 8, 9, 11, 17, 23, 25, 26, 27, 29, 33, 37, 39, 42, 45, 46, 55, 57, 60, 61, 62], "hide": [3, 5], "avail": [3, 5, 9, 15, 22, 23, 27, 29, 30, 37, 38, 42, 46, 50, 52, 60, 62, 64, 69], "here": [3, 7, 8, 11, 14, 15, 23, 27, 36, 37, 45, 46, 53, 66, 68], "match": [3, 4, 22, 37, 39, 68], "default_s_": 3, "default_valu": 3, "s_": 3, "validation_pattern": 3, "regular": [3, 13, 37, 44], "express": [3, 13, 37, 44, 46, 51, 61], "argument": [3, 23, 37, 46, 55], "lowercas": 3, "z": [3, 5, 66, 68], "now": [3, 4, 8, 11, 26, 29, 30, 31, 34, 42, 45], "place": [3, 40, 46, 62], "avoid": [3, 37, 40, 55, 58, 62, 65, 69], "escap": 3, "creat": [3, 4, 7, 10, 12, 17, 18, 23, 24, 28, 30, 31, 34, 36, 37, 41, 44, 50, 52, 53, 56, 57, 62, 63, 64, 65, 68], "mapserver_substitut": [3, 30, 38], "pleas": [3, 4, 5, 17, 55, 58, 62], "cannot": [3, 22, 42, 56], "result": [3, 5, 26, 37, 44, 46, 56, 57, 62, 64, 65], "would": [3, 29, 42], "t": [3, 17, 22, 29, 31, 33, 37, 46, 62, 67, 68], "s_column": 3, "geodata": [3, 31, 36, 68], "gml_exclude_item": 3, "default_s_column": 3, "_": [3, 30, 34, 39], "user_id": [3, 44], "bewar": 3, "cach": [3, 10, 13, 28, 32, 37, 41, 46, 50, 64, 65], "getcap": [3, 7, 9, 20, 41], "getlegendgraph": [3, 7], "describefeaturetyp": 3, "extent": [3, 29, 46, 47, 51, 55, 68], "significantli": 3, "save": [3, 30, 34, 52], "comput": 3, "achiev": [3, 8, 9, 17, 40, 62], "good": [3, 13, 17, 29, 62], "overview": 3, "ideal": 3, "tileindex": [3, 53], "step": [3, 6, 9, 27, 35, 66, 69], "mkdir": [3, 8, 33], "optim": 3, "gdal_transl": 3, "co": 3, "ye": [3, 11, 53, 61], "compress": [3, 42], "deflat": 3, "gdaladdo": 3, "r": [3, 13, 30, 34], "averag": [3, 53], "4": [3, 26, 53, 58, 63, 65, 69], "8": [3, 58, 60, 68], "16": [3, 33, 67, 68], "32": [3, 67], "jpeg": [3, 13, 55], "photometr": 3, "ycbcr": 3, "copy_src_overview": 3, "gener": [3, 8, 11, 17, 22, 24, 27, 29, 32, 40, 43, 44, 46, 55, 57, 59, 61, 62, 67, 69], "shapefil": 3, "gdaltindex": [3, 53], "filename_index": 3, "shp": [3, 53], "tif": [3, 53], "often": [3, 11], "broken": 3, "imag": [3, 9, 13, 22, 29, 40, 41, 44, 46, 55, 62, 64], "memori": [3, 7], "leak": 3, "ticket": [3, 17, 62], "still": [3, 22, 31, 39], "sethandl": 3, "fcgid": 3, "script": [3, 6, 9, 11, 23, 27, 29, 37, 44, 66], "cgi": 3, "apach": [3, 9, 22, 29, 41, 42], "conf": [3, 9, 22, 42], "But": [3, 5, 46], "affect": 3, "tool": [3, 9, 11, 24, 28, 29, 30, 31, 33, 34, 35, 41, 46, 52, 60, 65], "he": [3, 17, 62, 67], "pretti": 3, "run": [3, 6, 9, 29, 30, 33, 34, 40, 41, 42, 43, 44, 58, 61, 62, 65], "docker": [3, 6, 8, 23, 29, 30, 31, 34, 41, 42, 44, 53, 56, 58, 62, 64, 65, 66, 67], "compos": [3, 8, 11, 14, 22, 23, 29, 30, 31, 33, 34, 41, 42, 53, 56, 58, 62, 65, 66, 67], "exec": [3, 8, 9, 11, 29, 30, 31, 34, 42, 53, 65, 66, 67], "version": [3, 6, 7, 8, 13, 22, 23, 26, 27, 29, 33, 41, 46, 55, 60, 68, 69], "7": [3, 22, 41], "6": 3, "etc": [3, 9, 22, 30, 32, 33, 34, 40, 42, 46, 53, 57, 58, 62, 64, 69], "base": [4, 11, 13, 14, 17, 22, 29, 30, 32, 34, 37, 44, 46, 53, 55, 62, 63, 64, 65, 69], "qgi": [4, 6, 11, 17, 19, 31, 32, 64], "client": [4, 14, 17, 18, 24, 33, 36, 43, 44, 56, 62], "act": 4, "proxi": [4, 22, 24, 27, 39, 42, 55, 69], "nativ": [4, 46], "made": [4, 22, 29, 30, 38], "xml": [4, 20], "online_resourc": 4, "visible_web_host": [4, 32, 33, 39], "tinyows_proxi": 4, "schema_dir": 4, "usr": [4, 8, 33, 37, 64], "share": [4, 33, 37], "log_level": [4, 32], "check_schema": 4, "contact": 4, "site": [4, 17, 26, 29, 42, 62], "www": [4, 8, 12, 40, 42, 56, 62, 69], "email": [4, 6, 13, 30, 34, 59, 62, 63], "googlegroup": [4, 6], "com": [4, 6, 9, 11, 12, 22, 26, 29, 30, 32, 33, 39, 40, 44, 56, 58, 59, 62, 63, 68, 69], "titl": [4, 30, 34, 46, 51, 56, 60], "pg": 4, "host": [4, 9, 10, 11, 22, 26, 29, 32, 36, 40, 42, 44, 55, 59, 62, 63], "pghost": [4, 8, 22, 33], "pguser": [4, 8, 22, 33], "password": [4, 7, 12, 14, 22, 24, 35, 41, 61, 63, 67, 69], "pgpassword": [4, 8, 22, 33], "port": [4, 6, 9, 22, 33, 42, 59, 62, 63], "pgport": [4, 8, 22, 33], "dbname": [4, 22], "pgdatabas": [4, 8, 22, 33], "retriev": [4, 36, 55], "writabl": [4, 22], "ns_prefix": 4, "tow": 4, "ns_uri": 4, "pkei": 4, "root": [4, 8, 9, 11, 29, 42, 64], "url": [4, 6, 7, 8, 9, 13, 15, 18, 20, 22, 24, 25, 26, 28, 29, 33, 35, 40, 41, 44, 45, 46, 50, 51, 53, 55, 57, 60, 62, 65, 68], "usual": [4, 9, 23, 33], "path": [4, 9, 15, 32, 39, 42, 46, 50, 53, 57, 58, 60, 61], "instal": [4, 11, 29, 33, 37, 41, 56, 58], "log": [4, 7, 13, 17, 32, 46, 52, 56, 62], "level": [4, 8, 9, 11, 13, 26, 32, 36, 50, 65], "against": [4, 37, 62], "new": [4, 10, 11, 14, 17, 22, 23, 24, 27, 28, 30, 34, 37, 41, 43, 46, 52, 56, 59, 62, 63], "vhost": [4, 29, 42], "environ": [4, 8, 9, 22, 23, 31, 33, 40, 41, 44, 53, 56, 57, 61, 62, 67], "check": [4, 9, 16, 22, 29, 30, 36, 37, 41, 50, 52, 54, 55, 58, 60, 65], "disabl": [4, 5, 23, 26, 40, 58, 62, 65], "so": [4, 8, 11, 22, 29, 31, 36, 40, 42, 46, 53, 57, 62, 65], "properli": 4, "side": [4, 9, 10, 36, 50, 68], "connect": [4, 17, 26, 28, 31, 37, 40, 41, 53, 62, 65, 67], "both": [4, 5, 6, 31, 40, 62], "referenc": [4, 50], "provid": [4, 11, 13, 17, 18, 22, 26, 29, 30, 31, 36, 37, 38, 43, 44, 45, 55, 57, 59, 61, 62, 63, 67], "entiti": 4, "assign": 4, "whose": [4, 16, 36, 37, 46], "flag": [4, 46, 51], "insid": [4, 8, 46], "actual": 4, "ignor": [4, 8, 13, 30, 34, 37, 42], "geobbox": 4, "after": [4, 13, 17, 25, 29, 32, 37, 43, 44, 46, 50, 62, 65], "re": [4, 42], "build": [4, 6, 8, 9, 11, 14, 28, 29, 30, 32, 34, 40, 41, 42, 43, 44, 55, 61, 62, 64, 65, 66, 68], "favorit": 4, "gi": [4, 17, 42, 62], "demo": [4, 14, 22, 29, 33, 46, 60], "camptocamp": [4, 6, 8, 9, 10, 11, 16, 22, 24, 26, 29, 32, 33, 40, 44, 56, 59, 62, 63], "time": [5, 9, 13, 17, 27, 29, 30, 35, 37, 52, 60, 62, 65, 69], "layertre": [5, 15], "widg": 5, "slider": 5, "datepick": 5, "tree": [5, 11, 13, 37, 43], "automat": [5, 7, 9, 27, 30, 31, 32, 36, 37, 38, 43, 44, 45, 66], "extract": [5, 13], "help": [5, 7, 16, 23, 42, 61, 65, 66, 69], "wms_timeext": 5, "wms_timeitem": 5, "wms_timedefault": 5, "children": [5, 13, 26, 29], "differ": [5, 7, 9, 14, 26, 31, 36, 41, 42, 44, 53, 62, 65], "format": [5, 6, 13, 20, 46, 51, 53, 55, 57], "min": [5, 56], "max": [5, 7, 37, 56, 63, 65], "interv": [5, 13], "value1": [5, 30, 38], "value2": [5, 30, 38], "value3": 5, "rang": [5, 13], "give": [5, 9, 42, 50, 67], "between": [5, 31, 37, 40, 42, 44, 46, 58, 62], "stop": [5, 37], "discret": 5, "valuen": 5, "yyyi": 5, "mm": 5, "dd": 5, "ddthh": 5, "sstz": 5, "tz": 5, "timezon": [5, 56], "0100": 5, "determin": 5, "monthli": 5, "month": [5, 13, 65], "year": [5, 13], "tip": [5, 9], "pass": [5, 22, 23, 39, 55, 56, 62], "iso": 5, "8601": 5, "standard": [5, 13, 22, 23, 36, 39, 43, 50, 56], "durat": [5, 13], "p1y": 5, "six": 5, "p6m": 5, "prefer": [5, 42, 61], "note": [5, 9, 22, 29, 37, 39, 41, 42, 44, 55, 61], "mode": [5, 9, 11, 13, 15, 22, 23, 29, 30, 32, 33, 34, 43, 44, 45, 50, 58, 64, 68], "thumb": 5, "shown": [5, 9, 55], "No": [5, 23, 52], "sent": [5, 30, 38, 55, 59, 62, 63], "timeattribut": 5, "og": 5, "ensur": [5, 30, 34, 37, 59, 62], "hidden": [5, 56], "previou": [5, 29, 42, 62, 66], "those": [5, 9, 24, 33, 46], "mix": [5, 13, 40, 62], "There": [5, 40, 57, 62], "On": [6, 7, 13, 18, 42, 53, 61, 62, 65], "word": [6, 37], "major": [6, 11, 22, 46], "each": [6, 9, 25, 29, 31, 36, 37, 39, 42, 44, 46, 56], "0rc1": 6, "geoport": [6, 8, 9, 11, 16, 23, 29, 30, 32, 34, 42, 43, 44, 46, 50, 53, 61, 64, 66, 67, 68], "pack": 6, "sinc": 6, "2014": 6, "synchron": [6, 12], "candid": 6, "final": [6, 22, 30, 34, 40, 46, 57, 62], "bug": 6, "fix": [6, 52, 62], "creation": [6, 29], "phase": 6, "verifi": [6, 24, 40, 43, 46, 50, 62], "tag": [6, 9, 22, 32, 33, 62], "commit": [6, 23, 29, 33, 65], "copi": [6, 8, 9, 31, 33, 37, 46, 52, 56, 65], "github": [6, 9, 10, 11, 16, 24, 26, 33, 41, 64], "workflow": [6, 9, 41, 44], "upgrad": [6, 11, 31, 41, 42, 64], "yaml": [6, 16, 22, 23, 25, 26, 27, 30, 32, 33, 34, 36, 37, 38, 40, 42, 43, 46, 52, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68], "next": [6, 27], "repository_dispatch": 6, "geomapfish_": 6, "_updat": 6, "prod": [6, 23, 29], "main_branch": 6, "latest": [6, 9, 11, 23, 32, 69], "tx": 6, "pull": [6, 9, 29, 62, 69], "sourc": [6, 17, 29, 53, 55, 57, 62, 65], "lt": [6, 8, 9, 11, 22, 29, 30, 33, 34, 37, 42, 50, 53, 57, 65, 66], "gt": [6, 8, 9, 11, 22, 29, 30, 33, 34, 37, 42, 50, 53, 57, 65, 66], "forc": [6, 7, 17, 24, 27, 62], "c2cgeoportal_geoport": [6, 7, 33, 44], "c2cgeoportal_admin": [6, 30, 33, 34], "translat": [6, 13, 29, 43, 44, 60], "push": [6, 29, 31, 62, 69], "continu": 6, "pull_request": 6, "schedul": 6, "cron": 6, "3": [6, 22, 26, 55, 57, 58, 64], "job": 6, "fail": [6, 9, 11, 13], "startswith": 6, "event": [6, 46], "head_commit": 6, "messag": [6, 8, 9, 11, 13, 23, 46, 63], "skip": 6, "ci": [6, 22, 64], "strategi": [6, 7], "fast": 6, "fals": [6, 13, 26, 30, 32, 34, 37, 40, 53, 56, 59, 60, 61, 62, 63], "matrix": 6, "x": [6, 13, 17, 22, 26, 40, 41, 42, 55, 62, 68], "y": [6, 13, 66, 68], "env": [6, 9, 17, 24, 29, 31, 32, 53, 56, 62, 65, 66], "action": [6, 13, 46, 51], "checkout": [6, 29], "v2": 6, "ref": [6, 13, 63], "test": [6, 9, 14, 26, 30, 31, 40, 42, 44, 46, 56, 62], "cleanup": 6, "home": [6, 22, 58], "workspac": 6, "changelog": [6, 66], "git": [6, 9, 11, 23, 29, 33, 42, 50], "diff": [6, 33, 64], "md": [6, 13], "c2cciutil": 6, "output": [6, 53], "snyk": 6, "snyk_vers": 6, "has_secret": 6, "notifi": 6, "io": [6, 16, 53, 57], "major_vers": 6, "v1": [6, 60], "fetch": 6, "depth": 6, "head": [6, 8, 9, 11, 22, 42, 46, 60, 66], "repositori": [6, 11, 22, 24, 62], "ngeo_": 6, "token": [6, 12, 18, 62], "secret": [6, 13, 18, 24, 53, 57, 62], "gopass_ci_github_token": 6, "cd": [6, 8, 9, 11, 29, 33, 44], "npm": [6, 33], "increment": 6, "lock": [6, 17, 33, 62], "m": [6, 8, 9, 11, 29, 58, 65], "And": [6, 8, 22, 23, 30, 33, 34, 37, 57, 62, 65, 68], "remov": [6, 9, 29, 31, 32, 33, 37, 40, 43, 46, 52, 56, 61, 62, 63], "concern": [6, 42], "back": [6, 31, 39], "backport_": 6, "new_vers": [6, 66], "send": [6, 13, 33, 39, 59, 62, 63, 69], "dev": [6, 22, 23, 33], "mail": [6, 59, 62], "kubernet": [6, 23, 53, 62], "three": 7, "kind": [7, 13, 26], "without": [7, 9, 11, 22, 24, 26, 37, 43], "no_cach": 7, "public_cach": 7, "private_cach": 7, "header": [7, 17, 26, 28, 33, 37, 40, 41, 46, 56, 62], "vari": [7, 68], "accept": [7, 30, 38], "languag": [7, 13, 23, 26, 37, 43, 44, 46], "control": [7, 32, 37, 41, 42, 43, 50, 51, 60, 62], "ag": 7, "864000": 7, "var": [7, 15, 16, 17, 22, 25, 26, 27, 29, 30, 33, 34, 36, 37, 38, 39, 40, 42, 43, 45, 46, 50, 52, 55, 56, 57, 59, 60, 62, 63, 64, 67, 68], "default_max_ag": [7, 25], "route_url": [7, 46], "method": [7, 13, 37, 50], "noth": [7, 46], "lib": [7, 32, 33], "custom": [7, 10, 11, 16, 17, 27, 29, 32, 38, 39, 41, 42, 44, 46, 56, 62], "param": [7, 13, 22, 26, 46, 50, 51, 60], "cache_vers": [7, 46], "dynam": [7, 39, 41, 44], "j": [7, 9, 14, 30, 33, 38, 50, 62], "login": [7, 18, 35, 39, 41, 44, 52, 62, 63, 69], "loginform403": 7, "logout": [7, 46], "echo": [7, 8], "full": [7, 26, 28, 29, 41, 42, 43, 46, 61], "search": [7, 22, 26, 28, 41, 42, 43, 46, 52, 60], "read_mani": 7, "read_on": 7, "count": 7, "updat": [7, 8, 9, 22, 29, 41, 43, 44, 46, 50, 65, 66], "delet": [7, 22, 27, 30, 34, 65], "getfeatureinfo": [7, 20, 22], "getfeatur": [7, 36, 55], "post": [7, 13, 27, 30, 34], "pdf": [7, 35, 41], "report": [7, 35, 41, 56], "print": [7, 9, 11, 22, 25, 30, 32, 34, 35, 39, 41, 43, 46, 53, 55, 62, 64, 68], "statu": [7, 46, 53, 69], "profil": [7, 13, 30, 38, 39, 46, 51, 57, 62], "raster": [7, 39, 43, 53, 57, 62, 65], "shorten": [7, 39, 63], "enumerate_attribute_valu": 7, "theme": [7, 11, 15, 16, 25, 29, 32, 39, 44, 50, 52, 62], "describelay": 7, "describefeaturestyp": 7, "capabl": [7, 22], "std": 7, "serializ": 7, "obj": 7, "store": [7, 22, 42, 46], "redi": [7, 26], "usag": [7, 9, 17, 23, 46, 48, 57, 62, 65], "get_region": 7, "cache_region": 7, "cache_on_argu": 7, "def": [7, 30, 33, 34, 44], "method_to_be_cach": 7, "cache_region_obj": 7, "anyobject": 7, "gmf": [8, 9, 22, 33, 44, 45, 46, 60, 68], "nor": 8, "static": [8, 9, 11, 16, 25, 29, 30, 31, 33, 34, 42, 46, 50, 64, 66, 68], "setup": [8, 11, 14, 22, 27, 29, 31, 33, 36, 42, 65], "process": [8, 53, 56, 61, 66], "solut": [8, 62, 65], "try": [8, 26], "reus": [8, 11], "exist": [8, 11, 15, 30, 31, 33, 34, 37, 41, 52], "cp": [8, 23, 33, 42, 50, 53], "volum": [8, 9, 29, 33], "owner": 8, "alembic_": 8, "project_nam": 8, "folder": [8, 9, 16, 20, 33, 46, 53, 56, 57, 58, 64], "initi": [8, 9, 14, 17, 29, 33, 45, 62], "alreadi": [8, 9, 37, 52, 53, 59, 62, 63], "tmp": [8, 9, 33], "directli": [8, 9, 11, 22, 29, 33, 36, 46, 56, 57, 61, 64, 66], "new_alemb": 8, "bash": [8, 9, 29, 53, 58], "c": [8, 37, 42, 53, 69], "quot": [8, 9, 11, 22, 29, 37, 42, 53, 55], "warn": [8, 32, 40, 62], "about": [8, 27, 37, 55], "39": [8, 9, 22, 42, 53], "p": [8, 9, 33, 55, 66, 67], "know": [8, 22, 27, 40, 62, 66], "your_project": 8, "geoportal_container_nam": 8, "variabl": [8, 9, 17, 22, 30, 31, 33, 37, 38, 39, 41, 44, 46, 53, 55, 56, 57, 61, 62, 65], "mv": 8, "rm": [8, 23, 29, 53], "gitignor": [8, 33], "sqlalchemi": [8, 11, 30, 32, 34], "version_table_schema": 8, "context": [8, 11, 23, 30, 33, 38], "permiss": [8, 30, 38, 58], "evalu": 8, "dockerfil": [8, 33, 43, 44], "befor": [8, 11, 31, 39, 43, 55, 65, 66], "command": [8, 9, 17, 23, 29, 30, 31, 32, 33, 34, 43, 44, 62, 65, 67], "entrypoint": [8, 22, 26, 55], "bin": [8, 33, 58], "eval": 8, "f": [8, 9, 23, 37, 43, 44], "app": [8, 9, 24, 33, 43, 46, 50, 53, 56, 60, 64], "chmod": 8, "w": 8, "chown": 8, "run_migrations_offlin": 8, "config": [8, 9, 11, 12, 22, 28, 30, 32, 34, 39, 41, 42, 43, 44, 50, 53, 56, 57, 58, 62, 64, 65], "get_main_opt": [8, 11], "run_migrations_onlin": 8, "At": [8, 44, 46], "onc": [8, 11, 26, 39], "complet": [8, 39, 44, 50], "With": [8, 9, 17, 22, 29, 33, 44, 62, 63, 65], "execut": [8, 30, 34], "msg": 8, "the_new_fil": 8, "goal": [9, 27], "troubleshoot": 9, "sampl": [9, 32, 33, 42, 56], "composit": [9, 41, 42], "localhost": [9, 22, 26, 32, 33, 40, 42, 62, 68], "8484": [9, 32, 42, 68], "f12": 9, "purpos": [9, 26, 46], "better": [9, 27, 32, 53], "style": [9, 13, 29, 55, 68], "sheet": [9, 46], "minifi": 9, "activ": [9, 15, 18, 24, 33, 37, 42, 62, 69], "faster": 9, "packag": [9, 16, 22, 29, 30, 32, 33, 34, 41, 42, 43, 44, 46, 56, 65], "_geoport": [9, 16, 29, 30, 32, 33, 34, 43, 44, 46, 50], "ej": [9, 46, 50], "ng": [9, 46, 50, 60], "strict": 9, "di": 9, "Be": [9, 29, 33, 66], "webpack_dev_serv": 9, "present": [9, 23, 26, 29, 30, 33, 38], "uncom": [9, 29, 56], "restart": [9, 22], "open": [9, 22, 29, 33, 40, 46, 52, 53, 58, 62, 68, 69], "toolbar": 9, "appear": [9, 37, 56, 61, 69], "_debug_toolbar": 9, "session": [9, 18, 40, 62, 67, 69], "cooki": [9, 17, 26, 33, 62], "protocol": [9, 53, 69], "transmit": 9, "dev_loginnam": 9, "usernam": [9, 12, 13, 14, 17, 30, 34, 56, 59, 62, 63, 67, 69], "sometim": 9, "shp2img": 9, "o": [9, 44, 53], "png": [9, 13, 22, 30, 33, 55], "500000": 9, "100000": 9, "700000": 9, "300000": 9, "1000": [9, 55, 68], "l": [9, 22, 29, 53, 57], "ms_debuglevel": 9, "5": [9, 26, 60, 68], "verbos": [9, 11, 32], "tail": 9, "20": [9, 22, 63, 68], "service_nam": [9, 25, 62], "gunicorn": [9, 32], "logfil": 9, "py": [9, 11, 17, 29, 30, 33, 34, 43, 50, 62], "termin": [9, 58], "docker_tag": [9, 23, 32, 33], "compose_project_nam": 9, "docker_port": [9, 42], "serv": [9, 17, 27, 44, 62, 68], "entri": [9, 24, 25, 27, 55, 57, 62], "visible_entry_point": [9, 32, 42], "comment": [9, 33, 56], "out": [9, 13, 27, 64, 65], "modif": [9, 25, 33], "grace": 9, "reload": [9, 33], "webserv": 9, "kill": 9, "hup": 9, "aux": 9, "grep": [9, 22, 53], "awk": [9, 22, 53], "clone": [9, 11, 27, 33, 66], "txt": [9, 57], "ptvsd": 9, "breakpoint": 9, "attach": [9, 30], "5678": 9, "pathmap": 9, "localroot": 9, "workspacefold": 9, "remoteroot": 9, "opt": [9, 11, 31], "happen": [9, 66], "target_vers": 9, "download": [9, 33, 42, 58, 69], "branch": [9, 29, 31, 66], "freshli": 9, "hub": [9, 29], "c2cupgrad": 9, "ran": 9, "fresh": [9, 62], "offer": [9, 36, 55, 56, 65], "interfer": 9, "anyth": [9, 32], "ve": 9, "local": [9, 29, 33, 44, 46, 55, 58, 64, 65, 68], "mount": 9, "fly": [9, 65], "wsgi_lineprof": 9, "wsgi": [9, 41, 42, 54], "lineprof": 9, "__init__": [9, 17, 30, 34, 43, 50, 62], "make_wsgi_app": 9, "middlewar": 9, "lineprofilermiddlewar": 9, "filenamefilt": 9, "totaltimesort": 9, "regex": [9, 37, 39], "curl": 9, "8080": [9, 22, 26, 33, 56], "amp": 9, "expos": [9, 16], "8086": 9, "care": [9, 22, 27, 29, 37, 40, 62], "alia": [9, 13, 37], "resolv": 9, "__dirnam": 9, "src": [9, 29, 46], "contrib": 9, "code": [10, 13, 14, 18, 23, 26, 29, 30, 34, 37, 42, 44, 45, 46, 51, 55, 62, 65], "python": [10, 14, 17, 23, 29, 30, 34, 41, 42, 44, 45, 62], "librari": [10, 14, 46], "ngeo": [10, 14, 16, 23, 26, 28, 33, 36, 41, 43, 44, 50, 60, 64, 68], "under": [10, 15, 41, 46, 52, 56, 58, 68], "organ": [10, 23, 24, 29, 35, 41], "debug": [10, 32, 44, 50, 56, 66], "transifex": 10, "webservic": [10, 46, 55], "releas": [10, 29, 66], "alemb": [10, 11, 26, 29, 42, 66], "readi": [11, 29, 36], "runtim": [11, 28, 29, 41, 44], "qgisserv": [11, 13, 22, 32, 53, 64], "plugin": [11, 22, 32], "geomapfishapp": 11, "simpl": [11, 15, 20, 23, 30, 33, 34, 37, 41, 43, 45, 50, 64], "self": [11, 30, 34], "preparetest": 11, "switch": [11, 31, 42], "pytest": 11, "color": [11, 46, 51], "test_catalogu": 11, "treegroup": 11, "abstract": 11, "fulltextsearch": [11, 13, 25, 37, 39], "than": [11, 17, 18, 27, 36, 37, 39, 46, 60, 62, 65], "design": 11, "variou": 11, "part": [11, 12, 33, 46, 52, 60, 64, 65, 69], "basemap": 11, "load": [11, 26, 30, 33, 38, 44, 46], "disclaim": [11, 13, 43], "modul": [11, 16, 32, 37, 41, 42, 46, 50], "who": [11, 14], "python3": [11, 30, 34, 58], "pip": [11, 58], "common": 11, "ini": [11, 32, 33, 42], "revis": [11, 41, 42], "explicit": 11, "c2cgeoportal_common": [11, 15, 30, 33, 34, 45], "xxx_": 11, "explicite_nam": 11, "get_context": 11, "readthedoc": 11, "en": [11, 23, 43, 56], "cookbook": 11, "condit": 11, "suit": 11, "tutori": [11, 33], "op": 11, "doc": [11, 69], "geoalchemy2": 11, "pyramid": [11, 14, 30, 33, 34, 37, 39, 46, 64], "papyru": 11, "restructuredtext": 11, "sphinx": 11, "localis": [12, 64], "essenti": [12, 64], "servic": [12, 13, 17, 22, 23, 24, 25, 26, 29, 30, 32, 36, 38, 40, 41, 46, 53, 55, 56, 57, 65, 67], "transifexrc": 12, "hostnam": [12, 44], "desktop": [13, 17, 23, 33, 44, 46, 50, 62], "background_lay": 13, "background": [13, 33, 68], "parent": [13, 26, 29, 37], "min_level": 13, "minimum": [13, 55], "transport": 13, "ogcserv": [13, 20, 22, 55, 68], "urlwf": 13, "wfssupport": 13, "imagetyp": 13, "issingletil": 13, "geoserv": [13, 19], "arcgi": [13, 19], "credenti": [13, 17, 33, 39, 55, 62], "namespac": 13, "minoccur": 13, "occur": 13, "maxoccur": 13, "maximum": 13, "icon": [13, 30, 58], "icon_url": 13, "wfsurl": 13, "servertyp": 13, "dimens": [13, 68], "wms_layer": 13, "minresolutionhint": 13, "maxresolutionhint": 13, "derec": 13, "identifier_attribute_field": 13, "display_nam": [13, 26], "legend": [13, 46, 51], "legend_rul": 13, "max_resolut": 13, "min_resolut": 13, "metadataurl": 13, "tc211": 13, "fgdc": 13, "dai": [13, 17, 25, 62, 67], "second": [13, 17, 25, 32, 62, 67], "minvalu": 13, "maxvalu": 13, "childlay": 13, "dimensionsfilt": 13, "field_nam": 13, "edit_column": 13, "maxlength": 13, "nillabl": 13, "xsd": 13, "decim": [13, 46, 51], "datetim": [13, 30], "doubl": [13, 55], "base64binari": 13, "curvepropertytyp": 13, "geometrycollectionpropertytyp": 13, "linestringpropertytyp": 13, "multilinestringpropertytyp": 13, "multipointpropertytyp": 13, "multipolygonpropertytyp": 13, "pointpropertytyp": 13, "polygonpropertytyp": 13, "fractiondigit": 13, "totaldigit": 13, "wmts_capabilities_url": 13, "wmts_layer": 13, "matrix_set": 13, "came_from": 13, "redirect": [13, 18, 24, 40, 46, 62], "200": [13, 26, 37], "302": 13, "found": [13, 14, 29, 36, 37, 52], "400": 13, "bad": [13, 27], "someth": [13, 22, 39, 43], "loginus": [13, 33], "functionality_nam": [13, 30, 38], "functionality_valu": 13, "two_factor_en": 13, "is_intranet": 13, "role_nam": 13, "otp": 13, "miss": [13, 30, 34], "401": 13, "unauthor": 13, "is_password_chang": 13, "two_factor_totp_secret": 13, "otp_uri": 13, "otm": 13, "uri": [13, 18, 62], "loginchangepassword": 13, "oldpassword": 13, "newpassword": 13, "confirmnewpassword": 13, "loginresetpassword": 13, "lost": 13, "hi": [13, 17, 30, 38, 59, 62, 69], "her": [13, 59, 62, 69], "partitionlimit": 13, "lang": [13, 43, 46, 50], "ranksystem": 13, "ts_rank_cd": [13, 37], "rank": 13, "system": [13, 26, 32, 42, 43, 53, 58, 65, 69], "geojson": 13, "collect": [13, 26], "add_them": [13, 37], "add_group": [13, 37], "add_lay": [13, 37], "feature_id": 13, "featurecollect": [13, 46, 51], "coordin": [13, 37, 50], "648902": 13, "2912000001": 13, "185911": 13, "1152": 13, "103": 13, "nom": 13, "internal_id": 13, "short_nam": 13, "court": 13, "height": 13, "short_name3": 13, "short_name2": 13, "error_typ": 13, "lon": 13, "longitud": 13, "lat": 13, "latitud": 13, "nbpoint": 13, "dist": [13, 33], "short": [13, 23, 28, 37, 41], "address": [13, 22, 60, 63], "short_url": [13, 63], "origin": [13, 29, 33, 44, 46, 50, 60, 62], "geoma": 13, "geomb": 13, "extrud": 13, "gettext": [13, 43, 58], "theme_regex": [13, 44], "group_regex": [13, 44], "wmslayer_regex": [13, 44], "wmtslayer_regex": [13, 44], "ignore_i18n_error": 13, "expect": [13, 26, 56], "dure": [13, 31, 32, 37, 64, 66], "develop": [14, 23, 24, 29, 33, 41, 68], "person": [14, 29], "built": [14, 23, 44, 57, 62], "produc": 14, "softwar": [14, 69], "compon": [14, 33, 58, 60], "openlay": 14, "angularj": [14, 46], "framework": [14, 24, 62], "show": [14, 22, 31, 52, 55, 60, 69], "webgi": 14, "altern": [14, 37, 46, 60], "ui": [14, 30, 46, 56, 60], "resourc": [14, 22, 42, 46], "commun": 14, "websit": [14, 65], "tracker": 14, "ask": [14, 17, 22, 24, 29, 56, 59, 62], "quickli": 14, "deactiv": [15, 17, 30, 34, 62], "model": [15, 33, 41, 45, 60], "exclude_pag": [15, 30, 34], "include_pag": [15, 30, 34], "rout": [15, 22, 30, 33, 34, 35, 39, 41, 46, 50], "layer_group": 15, "layers_wm": 15, "layers_wmt": 15, "ogc_serv": 15, "restriction_area": 15, "explicitli": [15, 55], "vector": [15, 35, 41, 53], "admin_interfac": [15, 30, 34, 38], "url_path": [15, 30, 34], "layers_vectortil": 15, "layervectortil": 15, "total": 15, "syntax": [15, 29, 30, 38, 39, 55], "third": 16, "parti": 16, "cm": 16, "css": [16, 33, 40, 42, 44, 50, 62], "interfaces_config": [16, 33, 44, 46, 52, 60, 61, 68], "constant": [16, 29, 33, 43, 44, 46, 52, 60, 61, 68], "jsdoc": 16, "api_src_opt": 16, "apihelp": [16, 29, 39], "proce": [16, 31, 36, 42, 43, 45], "totp": [17, 62], "2fa": [17, 62], "googl": [17, 61, 62], "oauth2": [17, 24], "extern": [17, 36, 41, 46, 51], "sign": [17, 60, 62], "sso": [17, 62], "even": [17, 20, 62], "wa": [17, 37, 61, 62], "implement": [17, 44, 62], "authtktauthenticationpolici": [17, 62], "authtkt_timeout": [17, 32, 62, 67], "authtkt_reissue_tim": [17, 32, 62], "2h30": [17, 62], "10": [17, 20, 25, 26, 37, 39, 55, 62, 68], "smaller": [17, 62], "authtkt_maxag": [17, 32, 62], "authtkt_secret": [17, 32, 62], "authtkt_cookienam": [17, 32, 62], "authtkt_http_onli": [17, 32, 62], "authtkt_secur": [17, 32, 62], "authtkt_samesit": [17, 32, 62], "lax": [17, 62], "offici": [17, 62], "identifi": [17, 62], "identif": [17, 62], "mechan": [17, 30, 62], "our": [17, 22, 31, 46, 62], "knowledg": [17, 62], "ldap": [17, 62], "basicauth": [17, 32, 62], "authentication_requir": [17, 62], "One": [17, 57, 62, 65, 67, 69], "algorithm": [17, 62], "rfc": [17, 62], "6238": [17, 62], "two_factor": [17, 46, 62], "two_factor_issuer_nam": [17, 62], "used_issuer_nam": [17, 62], "reset": [17, 35, 41, 61], "uncheck": [17, 22, 62], "certain": [17, 32, 39, 40, 62], "failur": [17, 27, 62], "max_consecutive_failur": [17, 62], "unlock": [17, 62], "network": [17, 22, 30, 38, 62, 69], "fill": [17, 18, 22, 24, 26, 37, 46, 53, 56, 62, 69], "192": [17, 62], "168": [17, 62], "24": [17, 62, 67], "255": [17, 62], "2001": [17, 62], "db00": [17, 62], "ffff": [17, 62], "ff00": [17, 62], "improv": [17, 62], "usabl": [17, 46, 62], "sensit": [17, 37, 61, 62], "reli": [17, 62], "easili": [17, 62], "forward": [17, 26, 42, 62, 69], "spoof": [17, 62], "ip": [17, 22, 27, 30, 38, 62], "127": [18, 62], "7070": [18, 62], "grant": [18, 42, 62], "flow": [18, 62], "geomapfish_base_url": [18, 62], "oauth": [18, 24, 62], "mapserv_url": [20, 55], "wmsserver": 20, "mapserv_wfs_url": 20, "wfsserver": 20, "respond": [20, 26], "respect": [20, 30], "understand": 20, "vnd": 20, "info_format": 20, "auth": [21, 22, 46, 67, 69], "ssh": 22, "5432": 22, "addr": 22, "nf": 22, "inet": 22, "sub": [22, 46, 65], "remot": [22, 29], "qg": [22, 53], "tab": [22, 58, 69], "onlin": [22, 69], "checkbox": 22, "unreli": 22, "cr": 22, "subject": 22, "publish": [22, 29, 30, 38, 62], "application_base_url": 22, "mapserv_proxi": 22, "pg_servic": 22, "_master": 22, "172": 22, "17": [22, 58], "don": [22, 31, 33, 46], "correct": [22, 61, 62], "probabl": [22, 29, 44, 50], "pghost_slav": [22, 33], "pgport_slav": [22, 33], "forget": [22, 29, 31], "gracefulli": 22, "extra_servic": 22, "extra_pghost": 22, "extra_pgdatabas": 22, "extra_pgus": 22, "extra_pgpassword": 22, "extra_pgport": 22, "rebuild": [22, 50, 62], "mapservproxi": 22, "20server": 22, "pattern": [22, 39], "geomapfish_accesscontrol_base_url": 22, "qgisserver_url": 22, "project_fil": 22, "qgis_project_fil": 22, "geomapfish_accesscontrol_config": [22, 32], "deprec": 22, "dbuser": [22, 45], "dbpass": 22, "dbhost": [22, 45], "dbport": [22, 45], "sslmode": [22, 33], "dbschema": 22, "projectnam": 22, "encod": [22, 67], "best": [22, 62], "qgis1": 22, "qgis2": 22, "pgsslmode": [22, 33], "qgis_server_landing_page_projects_directori": 22, "qgis_server_landing_page_projects_pg_connect": 22, "qgis_server_landing_page_prefix": 22, "browser": [22, 25, 32, 39, 40, 42, 50, 62], "int": 23, "product": [23, 27, 29, 31, 32, 53, 56, 62], "platform": [23, 56], "required_arg": 23, "organis": 23, "town": 23, "extend": [23, 29, 35, 39, 41, 44, 60], "const_var": [23, 29, 30, 64], "registri": [23, 44], "some_config_var": 23, "config_var": 23, "below": [23, 24, 29, 30, 37, 40, 46, 62], "export": [23, 29, 36, 46, 50, 57, 65], "my_var": 23, "my_valu": 23, "c2c": [23, 26, 30, 33, 34, 39, 41, 54], "disable_build_rul": 23, "fr": [23, 37, 43], "de": [23, 37, 43], "ngeo_interfac": [23, 50], "mobil": [23, 44, 46, 50], "my_fil": 23, "source_fil": 23, "clean": [23, 41, 64], "phoni": [23, 44], "upstream": 23, "simplifi": [23, 37], "docker_bas": [23, 33], "arg": [23, 29, 30, 33, 34, 46, 51], "git_hash": [23, 33], "suffix": [23, 39, 43, 44, 46, 59, 62, 63], "hash": [23, 65], "everyth": [23, 64], "c2cwsgiutil": [24, 26, 32], "assist": 24, "dashboard": 24, "invalid": [24, 25, 37], "view": [24, 27, 29, 30, 33, 34, 39, 44, 64], "protect": [24, 46, 67], "basic": [24, 44], "c2c_secret": 24, "brute": 24, "c2c_auth_github_repositori": 24, "c2c_auth_github_access_typ": 24, "previous": [24, 43], "c2c_auth_github_client_secret": 24, "geoservici": 24, "c2c_auth_github_secret": 24, "randomli": 24, "independ": 24, "reopen": 24, "c2c_auth_github_client_id": 24, "readm": [24, 65], "whole": 25, "minut": [25, 39, 50], "structur": [25, 26, 41, 43, 46, 62], "cache_control_max_ag": [25, 39], "max_ag": 25, "restrictionarea": 25, "assess": 26, "check_collector": [26, 29], "meant": 26, "monitor": 26, "nagio": 26, "aliv": 26, "health": 26, "ok": 26, "500": [26, 68], "health_check": 26, "project_url": 26, "max_level": 26, "fatal": 26, "vital": 26, "connexion": 26, "quick": 26, "intern": 26, "caution": 26, "cost": [26, 65], "pingdom": 26, "statuscak": 26, "migrat": [26, 33, 41, 64, 66], "checker_url": 26, "global": 26, "forward_head": 26, "authoris": 26, "underli": 26, "overrid": [26, 32, 33, 39, 42, 43, 56], "behavior": [26, 37, 44], "rewrite_as_http_localhost": 26, "checker_path": 26, "spec": [26, 55, 56], "repres": 26, "available_locale_nam": 26, "routes_dis": 26, "experi": 26, "base_internal_url": 26, "forward_host": 26, "perform": [26, 27, 31, 32, 44, 53, 66], "everi": [26, 42, 46, 62, 69], "child": 26, "update_path": [26, 30, 55], "sever": [27, 29, 30, 37, 38, 61], "deploi": [27, 29, 41, 42, 62], "const_clone_schema": 27, "sql": [27, 30, 31, 34, 37, 55, 68], "scalabl": 27, "robust": 27, "too": [27, 67], "much": 27, "traffic": 27, "slave": 27, "dbhost_slav": 27, "my_db_slave_hostnam": 27, "rest": 27, "handl": [27, 37, 42, 44], "practic": 27, "db_chooser": 27, "put": [27, 31, 41, 44, 65], "elect": 27, "high": [27, 65], "haproxi": [27, 33], "scope": 27, "failov": 27, "dn": [27, 42], "backend": [28, 41, 43, 46, 60], "cluster": [28, 41], "internation": [28, 41], "tilegener": [28, 40, 41, 62, 64], "window": [28, 41, 53], "storag": [28, 41, 65], "s3": [28, 41, 57, 65], "cookiecutt": [29, 33], "c2cgeoportal_cr": 29, "c2cgeoportal_upd": 29, "procedur": [29, 42], "geomapfish_vers": [29, 33], "geomapfish_project": 29, "geomapfish_packag": 29, "instruct": [29, 66, 69], "pcreat": 29, "c2cgeoportal_advance_cr": 29, "c2cgeoportal_advance_upd": 29, "advanc": [29, 41, 55], "ti": 29, "pwd": 29, "u": [29, 37, 42, 65, 67], "enter": [29, 30, 34, 69], "later": [29, 42], "2420000": [29, 68], "1030000": [29, 68], "2900000": [29, 68], "1350000": [29, 68], "advance_cr": 29, "overwrit": 29, "prefix": [29, 44], "const_": 29, "rule": [29, 32, 37, 44], "easier": 29, "advance_upd": 29, "go": [29, 42, 58], "indic": 29, "convert": [29, 44, 57], "const_config": [29, 64], "const_create_templ": [29, 33, 50, 64], "own": [29, 33, 42, 58], "whenev": 29, "strongli": 29, "advis": 29, "highli": 29, "block": [29, 37, 46], "runtime_environ": [29, 61], "bottom": [29, 69], "uppercas": 29, "domain": [29, 39], "minim": [29, 46, 66], "extens": [29, 30, 41, 42, 62], "predefin": [29, 65], "dockerhub": 29, "trigger": 29, "argocd": 29, "night": [29, 62], "pot": 29, "project_public_url": 29, "makefil": [29, 31, 32, 44, 56], "po": [29, 43, 44], "dump": 29, "backup": 29, "dump_fil": 29, "restor": 29, "didn": 29, "test_app": 29, "available_function": [30, 38], "available_metadata": 30, "float": 30, "dateutil": 30, "inherit": [30, 46], "special": 30, "prj": [30, 53], "img": 30, "my_serv": 30, "transform": [30, 37], "concept": [30, 38], "technic": [30, 38, 50], "regist": [30, 36, 38, 44, 63], "intranet": [30, 36, 38, 44], "prioriti": [30, 38], "default_basemap": [30, 38], "print_templ": [30, 38], "available_in_templ": [30, 38], "mako": [30, 33, 38, 40, 62], "viewer": [30, 38, 46, 51, 63], "sai": [30, 33, 37, 38], "dict": [30, 38], "pair": [30, 38], "yet": [30, 31, 38, 42, 58], "taken": [30, 37, 38], "deform": [30, 34], "widget": [30, 34], "hiddenwidget": [30, 34], "foreignkei": [30, 34], "_schema": [30, 34], "userdetail": [30, 34], "__tablename__": [30, 34], "__table_args__": [30, 34], "__mapper_args__": [30, 34], "polymorphic_ident": [30, 34], "__colanderalchemy_config__": [30, 34], "plural": [30, 34, 37], "primary_kei": [30, 34], "info": [30, 32, 34, 59, 62, 63, 69], "colanderalchemi": [30, 34], "none": [30, 33, 34, 58], "phone": [30, 34], "unicod": [30, 34], "title_id": [30, 34], "nullabl": [30, 34], "backref": [30, 34], "functool": [30, 34], "c2cgeoform": [30, 34], "geoformschemanod": [30, 34], "abstract_view": [30, 34], "listfield": [30, 34], "formwidget": [30, 34], "view_config": [30, 34], "view_default": [30, 34], "orm": [30, 34], "alias": [30, 34, 36, 37], "subqueryload": [30, 34], "roles_schema_nod": [30, 34], "userview": [30, 34], "_list_field": [30, 34], "base_schema": [30, 34], "fields_templ": [30, 34], "user_field": [30, 34], "add_unique_valid": [30, 34], "settings_rol": [30, 34], "match_param": [30, 34], "userdetailview": [30, 34], "last_login": [30, 34], "expire_on": [30, 34], "render": [30, 34, 46], "lambda": [30, 34], "els": [30, 34, 40, 62], "sort_column": [30, 34], "filter_column": [30, 34], "join": [30, 34, 42], "_id_field": [30, 34], "_model": [30, 34], "_base_schema": [30, 34], "_base_queri": [30, 34], "_request": [30, 34], "dbsession": [30, 34, 36, 45], "distinct": [30, 34, 36], "outerjoin": [30, 34], "settings_role_id": [30, 34], "route_nam": [30, 34], "c2cgeoform_index": [30, 34], "jinja2": [30, 34], "super": [30, 34, 46], "c2cgeoform_grid": [30, 34], "fast_json": [30, 34], "grid": [30, 34, 65, 68], "c2cgeoform_item": [30, 34], "request_method": [30, 34], "c2cgeoform_item_dupl": [30, 34], "duplic": [30, 34], "abstractview": [30, 34], "titleview": [30, 34], "scan": [30, 34], "permissionsett": [30, 34], "decor": [30, 34, 46], "consol": [30, 32, 34, 46], "createt": [30, 34], "__table__": [30, 34], "psql": [30, 31, 34, 37, 42], "simpler": 31, "exactli": [31, 62], "integration_stat": 31, "production_stat": 31, "2019": 31, "2020": 31, "main_2019": 31, "main_2020": 31, "pgschema": [31, 32, 33, 66], "docker_pgschema_stat": 31, "mk": [31, 43], "old": [31, 42], "clone_schema": [31, 66], "statement": [31, 37], "current_schema_nam": 31, "new_schema_nam": 31, "restructur": 31, "poi": 31, "oi_integr": 31, "openshift": [31, 32], "roll": 31, "geo_tabl": 31, "geodata_schema": 31, "standalon": 32, "_config": 32, "providei": 32, "descript": 32, "debuggung": 32, "particular": 32, "disk": 32, "becom": [32, 65], "problemat": 32, "prune": 32, "deeper": 32, "geoportal_internal_url": [32, 33], "mutual": [32, 56], "tilecloudchain_internal_url": 32, "st_join": 32, "st_collect": 32, "st_union": 32, "intersect": 32, "log_typ": 32, "critic": 32, "notset": 32, "c2cgeoportal_log_level": 32, "c2cwsgiutils_log_level": 32, "gunicorn_log_level": 32, "sql_log_level": 32, "engin": 32, "dogpilecache_log_level": 32, "dogpil": 32, "other_log_level": 32, "c2cgeoportal_theme_timeout": 32, "timeout": [32, 67], "300": 32, "geomapfish_config": 32, "geomapfish_ogcserv": 32, "geomapfish_posit": 32, "posit": [32, 46], "100": [32, 68, 69], "qgis_server_log_level": 32, "cpl_vsil_curl_use_cach": [32, 53], "gdal": [32, 53, 57], "cpl_vsil_curl_cache_s": [32, 53], "128000000": [32, 53], "cpl_vsil_curl_use_head": [32, 53], "gdal_disable_readdir_on_open": [32, 53], "cornic": 33, "starter": 33, "gh": 33, "pylon": 33, "demo_geomapfish": 33, "recurs": 33, "prettierignor": 33, "pipfil": 33, "cfg": 33, "known_first_parti": 33, "geomapfish_geoport": [33, 64], "feedback": 33, "sqlalchemy_pool_recycl": 33, "sqlalchemy_pool_s": 33, "sqlalchemy_max_overflow": 33, "sqlalchemy_slave_pool_recycl": 33, "sqlalchemy_slave_pool_s": 33, "sqlalchemy_slave_max_overflow": 33, "sqlalchemy_url": 33, "sqlalchemy_slave_url": 33, "pserv": 33, "referr": [33, 41], "desktop_alt": 33, "button": [33, 60], "declar": [33, 46], "layout": [33, 55, 65], "dynamicurl": 33, "meta": [33, 50], "inclus": 33, "spinner": 33, "svg": 33, "footer": 33, "slot": [33, 46], "panel": [33, 36, 46, 56], "left": [33, 60, 69], "managed_fil": [33, 66], "lit": [33, 46], "vite": 33, "bar": [33, 60, 69], "gmfapi": [33, 46], "toolbuttonel": 33, "toolpanelel": 33, "tsconfig": 33, "node_modul": 33, "tspy": 33, "stage": [33, 42], "artifact": 33, "node": [33, 42], "slim": 33, "workdir": 33, "gmf_config": 33, "dockerignor": 33, "iconclass": 33, "fa": [33, 60], "signatur": 33, "panelnam": 33, "proj": 33, "gmfcustomjavascripturl": [33, 46, 49], "gmfcustomstylesheeturl": [33, 46, 49], "3001": 33, "gmfbase": 33, "sitnfeedbackpath": 33, "content_security_policy_main_script_src_extra": 33, "renam": [33, 43, 56], "geoportal_custom": 33, "aclauthorizationpolici": 33, "create_authent": 33, "includem": 33, "set_authorization_polici": 33, "set_authentication_polici": 33, "get_set": 33, "geomapfish_main_vers": 33, "runner": 33, "geomapfishapp_geoport": 33, "volumes_from": 33, "logic": [33, 46], "futur": 33, "objectedit": [35, 41], "digit": [35, 41], "elev": [35, 41], "wish": [36, 37, 39, 40, 42, 61, 62], "filtrabl": 36, "record": 36, "filterable_lay": 36, "adequ": 36, "combo": 36, "enum": [36, 45], "column_nam": [36, 55], "regard": [36, 45, 46, 55, 62], "overridden": 36, "treat": 36, "mapserver_lay": 36, "countri": 36, "direct": [36, 39, 67], "enumeratedattribut": 36, "directedfilterattribut": 36, "earlier": 36, "come": [36, 58, 62], "gmftheme": 36, "gmfmetadata": 36, "dedic": [37, 46], "tsearch": 37, "yourself": 37, "click": [37, 52, 58, 60, 69], "zoom": [37, 46, 50, 51, 55, 65], "INTO": 37, "app_schema": 37, "st_geomfromtext": 37, "2660000": 37, "1140000": 37, "to_tsvector": 37, "french": 37, "row": [37, 60], "german": 37, "default_locale_nam": [37, 43], "theme2ft": 37, "searchalia": 37, "keyword": [37, 46], "consid": [37, 42, 50, 65, 68], "searchlabelpattern": 37, "belong": 37, "searchabl": 37, "floor": 37, "append": [37, 46], "the_layer_nam": 37, "the_group_nam": 37, "the_theme_nam": 37, "cadastr": 37, "interface_id": 37, "defaultlimit": 37, "maxlimit": 37, "split_regex": 37, "split": [37, 64], "st": 37, "al": 37, "ban": 37, "kantonspolizei": 37, "kanton": 37, "polizei": 37, "pg_trgm": [37, 42, 58], "analysi": 37, "12": [37, 60], "nearer": 37, "120": 37, "sudo": [37, 42], "db_name": [37, 42], "tsvector": 37, "textsearch": 37, "noun": 37, "singular": 37, "b": [37, 69], "zug": 37, "weight": 37, "rank_system": 37, "accent": [37, 42], "insensit": [37, 42], "alter": 37, "FOR": 37, "hword": 37, "hword_part": 37, "WITH": 37, "french_stem": 37, "\u00e9\u00e0\u00e8": 37, "align": 37, "thu": 37, "alignem": 37, "might": 37, "unexpect": [37, 46], "to_tsqueri": 37, "french_alt": 37, "pg_catalog": 37, "stopword": 37, "asciiword": 37, "keep": [37, 39, 42, 46], "tsearch_data": 37, "syn": 37, "sankt": 37, "my_d": 37, "german_stem": 37, "being": 39, "written": 39, "600": [39, 66], "access_control_max_ag": [39, 62], "access_control_allow_origin": [39, 62], "oh": 39, "facilit": [39, 46], "content_security_policy_": 39, "_extra": 39, "default_src": 39, "script_src": 39, "style_src": 39, "img_src": 39, "connect_src": 39, "worker_src": 39, "auth_head": 39, "visible_web_protocol": 39, "global_head": 39, "last": [39, 64, 65], "kept": 39, "preserv": 39, "host_forward_host": 39, "headers_whitelist": 39, "headers_blacklist": 39, "scheme": [40, 62], "otherwis": [40, 62], "prompt": [40, 62, 69], "insecur": [40, 62], "wai": [40, 46, 62], "encrypt": [40, 62, 67], "plain": [40, 62], "wmts_option": [40, 62], "my": [40, 43, 46, 62, 64], "endif": [40, 62], "infrastructur": [40, 44, 62], "resourceproxi": [40, 62], "safe": [40, 62], "exampletargetnam": [40, 62], "param1": [40, 62], "param2": [40, 62], "rfinfo": [40, 62], "vd": [40, 62], "ch": [40, 42, 43, 53, 57, 60, 62], "php": [40, 62, 69], "no_commun": [40, 62], "no_immeubl": [40, 62], "targetnam": [40, 62], "valueparam1": [40, 62], "geoportail": [40, 62], "175": [40, 62], "2633": [40, 62], "checker": [40, 56, 62], "lingua_extractor": [40, 62], "http_option": [40, 62], "furthermor": [41, 42, 53], "scaffold": [41, 64], "prepar": [41, 65], "prior": 41, "lifecycl": 41, "architectur": 41, "util": [41, 46, 54], "autom": [41, 54], "unacc": 42, "schema_nam": 42, "_static": 42, "ON": [42, 53], "TO": [42, 66], "pypi": 42, "dll": 42, "binari": [42, 57, 58], "compil": 42, "cmd": 42, "mingw": 42, "compat": [42, 58], "powershel": 42, "untest": 42, "devlop": 42, "ahav": 42, "front": [42, 58], "vhost_nam": 42, "proxypass": 42, "application_port": 42, "proxypassrevers": 42, "proxypreservehost": 42, "requesthead": 42, "proto": 42, "443": 42, "proxyrequest": 42, "off": [42, 59, 62, 63], "mind": 42, "docker_web_host": 42, "exact": 42, "scenario": 42, "accomplish": 42, "live": 42, "language_map": 43, "desir": [43, 50], "variant": 43, "lc_messag": 43, "fuzzi": 43, "enumer": [43, 45], "substitut": 43, "angular": [43, 50], "gettextcatalog": 43, "const": [43, 46], "injector": 43, "getstr": 43, "loadpath": [43, 46], "seel": 43, "l10n": [43, 44, 46], "suffix_1": 43, "suffix_2": 43, "shutil": 43, "move": [43, 69], "mo": 43, "program": [44, 58, 69], "scss": [44, 46], "came": 44, "variat": 44, "cssvar": [44, 46, 51], "gmfoption": [44, 46, 49], "org1": 44, "org2": 44, "hardcod": 44, "get_instance_prefix": 44, "default_prefix": 44, "unknown": 44, "get_organization_rol": 44, "role_typ": 44, "get_organization_interfac": 44, "get_organization_print_url": 44, "print_url": [44, 55, 56], "add_request_method": 44, "redirect_interfac": [44, 46], "lang_urls_suffix": [44, 46], "group_id": 44, "extractor": 44, "frontend": 44, "otherdb": 45, "moredb": 45, "otherdb_sess": 45, "dbpassword": 45, "moredb_sess": 45, "somelay": 45, "other_sess": 45, "resid": 45, "sass": 46, "vars_": 46, "find": [46, 53], "mainctrl": [46, 50, 60], "desktopcontrol": 46, "desktopctrl": 46, "mydemo": 46, "bodi": 46, "mycompon": 46, "variableproperti": 46, "staticproperti": 46, "devic": 46, "do_redirect": 46, "dynamic_const": 46, "shall": [46, 61], "contextualdata": 46, "kw": 46, "suppli": [46, 60], "segment": 46, "dynamic_param": 46, "factor": 46, "lang_url": 46, "i18next_configur": 46, "i18next": 46, "calcul": 46, "fulltextsearch_group": 46, "authenticationbaseurl": [46, 49], "gmfauthenticationconfig": [46, 49, 61], "gmfauthenticationnoreloadrol": [46, 49], "gmfbackgroundlayerselectoropt": [46, 49], "gmfcontextualdataopt": [46, 49], "gmfcsvfilenam": [46, 49], "gmfcustomcss": [46, 49], "gmfdisclaimeropt": [46, 49], "gmfdisplayquerygridopt": [46, 49], "gmfdisplayquerywindowopt": [46, 49], "gmfeditfeatureopt": [46, 49], "gmfelevationopt": [46, 49], "gmfexternalogcserv": [46, 49], "gmffloor": [46, 49], "gmfi18nextconfigur": [46, 49], "integrator_guide_ngeo_properties_initopt": [46, 49], "gmflayertreeopt": [46, 49], "gmflayersurl": [46, 49], "gmfmobilemeasureareaopt": [46, 49], "gmfmobilemeasurelengthopt": [46, 49], "gmfmobilemeasurepointopt": [46, 49], "gmfmousepositionopt": [46, 49], "gmfobjecteditingtoolsopt": [46, 49, 52], "gmfpermalinkopt": [46, 49], "gmfprintopt": [46, 49, 56], "gmfprinturl": [46, 49], "gmfprofilejsonurl": [46, 49], "gmfprofileopt": [46, 49], "gmfprojectionsopt": [46, 49], "gmfquerygrid": [46, 49], "gmfrasterurl": [46, 49], "gmfsearchgroup": [46, 49], "gmfsearchopt": [46, 49], "gmfshareopt": [46, 49], "gmfshortenercreateurl": [46, 49], "gmfsnappingopt": [46, 49], "gmfthemesopt": [46, 49], "gmftreemanagermodeflush": [46, 49], "gmftreeurl": [46, 49], "gmftwofactorauth": [46, 49], "ngeocsvencod": [46, 49], "ngeocsvextens": [46, 49], "ngeocsvincludehead": [46, 49], "ngeocsvquot": [46, 49], "ngeocsvsepar": [46, 49], "ngeogeolocationopt": [46, 49], "ngeomeasuredecim": [46, 49], "ngeomeasureprecis": [46, 49], "ngeomeasurespher": [46, 49], "ngeonominatimsearchdefaultparam": [46, 49], "ngeoofflinetesturl": [46, 49], "ngeopermalinkogcserverurl": [46, 49], "ngeopointfilt": [46, 49], "ngeoprofileopt": [46, 49], "ngeoqueryopt": [46, 49], "ngeoroutingopt": [46, 49, 60], "ngeoscaleselectoropt": [46, 49], "ngeosnappingtoler": [46, 49], "ngeostreetviewopt": [46, 49], "ngeostringtohtmlreplac": [46, 49], "ngeotilespreloadinglimit": [46, 49], "ngeousedkeyregexp": [46, 49], "ngeowfspermalinkopt": [46, 49], "pytreelidarprofilejsonurl": [46, 49], "backgroundlay": [46, 47, 55], "localeurl": [46, 47], "queryablelay": [46, 47], "searchurl": [46, 47], "themesurl": [46, 47], "ol": [46, 51, 68], "bloodhound": [46, 51], "typeahead": [46, 51], "dataset": [46, 51], "displac": [46, 51], "radiu": [46, 51], "stroke": 46, "postfix": [46, 51], "zextractor": [46, 51], "integrator_guide_ngeo_properties_zextractorfunct": [46, 51], "maxtilesload": [46, 51], "movetoler": [46, 51], "pixelratio": [46, 51], "unit": [46, 51, 57], "showgroupstitl": [46, 51], "usebbox": [46, 51], "radius1": [46, 51], "radius2": [46, 51], "rotatewithview": [46, 51], "bloodhoundopt": [46, 51], "datasettitl": [46, 51], "groupact": [46, 51], "searchact": 46, "groupvalu": [46, 51], "labelkei": [46, 51], "typeaheaddatasetopt": [46, 51], "twitter": [46, 51], "compiled_express": [46, 51], "integrator_guide_ngeo_properties_regexp": [46, 51], "linecap": [46, 51], "integrator_guide_ngeo_properties_canvaslinecap": [46, 51], "linedash": [46, 51], "linedashoffset": [46, 51], "linejoin": [46, 51], "integrator_guide_ngeo_properties_canvaslinejoin": [46, 51], "miterlimit": [46, 51], "width": [46, 51], "circl": 46, "regularshap": 46, "zindex": [46, 51], "center": [46, 50, 51, 52], "constrainonlycent": [46, 51], "constrainresolut": [46, 51], "constrainrot": [46, 51], "enablerot": [46, 51], "maxresolut": [46, 51], "maxzoom": [46, 51], "minresolut": [46, 51], "minzoom": [46, 51], "multiworld": [46, 51], "showfullext": [46, 51], "smoothextentconstraint": [46, 51], "smoothresolutionconstraint": [46, 51], "zoomfactor": [46, 51], "defaultfeaturen": [46, 51], "defaultfeatureprefix": [46, 51], "featuren": [46, 51], "featureprefix": [46, 51], "featuretyp": [46, 51], "allowpasswordchang": [46, 51], "allowpasswordreset": [46, 51, 61], "opacitylay": [46, 51], "rasterparam": [46, 51], "authenticationpanel": [46, 51], "desktopcanva": [46, 51], "lidarfoot": [46, 51], "lidarpanel": [46, 51], "layervis": [46, 51], "popup": [46, 51], "featuresstyl": [46, 51], "stylelik": 46, "maxrecenterzoom": [46, 51], "mergetab": [46, 51], "gridmergetab": 46, "removeemptycolumn": [46, 51], "selectedfeaturestyl": [46, 51], "collaps": [46, 51], "displaynullattribut": [46, 51], "closeaftersav": [46, 51], "highlightstyl": [46, 51], "layersconfig": [46, 51], "layerconfig": 46, "isexpand": [46, 51], "openlinksinnewwindow": [46, 51], "precis": [46, 51], "sketchstyl": [46, 51], "rasterlay": [46, 51], "measurerasterlay": 46, "mousepositionproject": 46, "regularpolygonradiu": [46, 51, 52], "controlzoom": [46, 51], "integrator_guide_ngeo_properties_olcontrolzoomopt": [46, 51], "geolocalis": [46, 51], "interationdefault": [46, 51], "integrator_guide_ngeo_properties_olinteractiondefaultsopt": [46, 51], "mapconfig": 46, "mapcontrol": [46, 51], "mapinteract": [46, 51], "interact": [46, 51], "showinfobar": [46, 51], "wmtstopleft": [46, 51], "crosshairenabledbydefault": [46, 51], "crosshairstyl": [46, 51], "pointrecenterzoom": [46, 51], "projectioncod": [46, 51], "uselocalstorag": [46, 51], "defaultlayout": [46, 51], "fieldvalu": [46, 51], "goodnessoffit": [46, 51], "hiddenattribut": [46, 51, 56], "optionslegendtyp": 46, "rotatemask": [46, 51], "scaleinput": [46, 51], "hoverpointstyl": [46, 51], "numberofpoint": [46, 51], "clearbutton": [46, 51], "colorchoos": [46, 51], "coordinatesproject": [46, 51], "datasourc": [46, 51], "searchcomponentdatasourc": 46, "delai": [46, 51], "placehold": [46, 51], "enableemail": [46, 51], "maxfeatur": [46, 51], "addblankbackgroundlay": [46, 51], "accuracyfeaturestyl": [46, 51], "atloadingtim": [46, 51], "autorot": [46, 51], "positionfeaturestyl": [46, 51], "light": [46, 51], "lightxaxi": [46, 51], "linesconfigur": [46, 51], "lineconfigur": 46, "poilabelangl": [46, 51], "styledef": [46, 51], "bboxasgetparam": [46, 51], "cursorhov": [46, 51], "geometrynam": [46, 51], "querycountfirst": [46, 51], "sourceidsproperti": [46, 51], "tolerancetouch": [46, 51], "backendurl": [46, 51], "routingprofil": [46, 60], "dropup": [46, 51], "buffers": [46, 51], "wfstype": 46, "brand": 46, "secondari": 46, "shadow": 46, "dom": 46, "inject": [46, 55], "selector": 46, "queryselector": 46, "createel": 46, "innerhtml": 46, "shadowroot": 46, "appendchild": 46, "customcss_": 46, "encourag": 46, "litel": 46, "inspir": 46, "formel": 46, "hello": [46, 59, 62, 63], "helloworld": 46, "templateresult": 46, "cssresult": 46, "customel": 46, "gmfbaseel": 46, "baseel": 46, "world": 46, "gmfauthform": 46, "unknow": 46, "connectedcallback": 46, "void": 46, "green": 46, "div": [46, 60], "span": [46, 60], "nbsp": 46, "markup": 46, "thrown": 46, "rxj": 46, "srcapi": 46, "singleton": 46, "instanti": [46, 64], "everywher": 46, "amount": 46, "reusabl": 46, "helper": 46, "mainten": 46, "carefulli": 46, "prototyp": 46, "mynewvalu": 46, "newfunct": 46, "evt": 46, "past": [46, 65], "myoverridencompon": 46, "piec": 46, "constructor": 46, "controllermobil": 50, "controllerdesktop": 50, "add_interfac": 50, "interface_type_ngeo": 50, "interface_nam": 50, "interface_typ": 50, "kwarg": 50, "interface_type_ngeo_catalogu": 50, "defaultthem": 50, "meaning": 50, "clear": 50, "mayb": 50, "wait": 50, "suggest": 50, "phantomjs_rout": 50, "no_redirect": 50, "oeedit": 52, "objectediting_geomtyp": 52, "objectediting_lay": 52, "objectediting_them": 52, "untransl": 52, "objectediting_properti": 52, "objectediting_id": 52, "chosen": [52, 65], "plu": 52, "minu": 52, "triangl": 52, "draw": 52, "size": [52, 63], "copyabl": 52, "cut": 52, "featurequeri": 52, "featurewindow": 52, "150": 52, "geotiff": 53, "cloud": 53, "cog": 53, "exoscal": [53, 57], "aws_access_key_id": [53, 57, 65], "aws_secret_access_kei": [53, 57, 65], "aws_default_region": [53, 57], "dk": [53, 57], "region": [53, 57], "aws_s3_endpoint": [53, 57], "exo": [53, 57], "endpoint": [53, 57], "azur": 53, "azure_storage_connection_str": 53, "aw": [53, 57], "bucket": [53, 57], "vrt": [53, 57], "gdalbuildvrt": [53, 57], "vsis3": [53, 57], "list4vrt": 53, "tiff": 53, "shape": [53, 57], "docker_compose_project_nam": 53, "_geoportal_1": 53, "shx": 53, "dbf": 53, "vsiaz": 53, "disable_loc": 53, "disable_mutu": 53, "azure_storage_account": 53, "resampl": 53, "connectiontyp": 53, "ogr": [53, 57], "tileitem": 53, "raster_base_path": 53, "tileindexbasenam": 53, "gdal_http_unsafessl": 53, "microsoft": 53, "blob": 53, "analog": 53, "manner": 53, "ak": 53, "azureassignedident": 53, "qgz": 53, "IT": 54, "pdfreport": 55, "upon": 55, "jasper": [55, 56], "check_credenti": 55, "sr": 55, "grp_ly_tilegenerierung_landeskart": 55, "imageformat": 55, "zoomtyp": 55, "fillcolor": 55, "red": 55, "fillopac": 55, "symbol": 55, "strokecolor": 55, "strokewidth": 55, "pointradiu": 55, "ly_a020_belastete_standorte_point": 55, "some_template_with_no_map": 55, "some_template_nam": 55, "outputformat": 55, "some_template_with_multi_map": 55, "webapp": [55, 64], "scale": 55, "represent": 55, "vector_request_url": 55, "IN": 55, "jasperreport": 55, "startup": 56, "ones": 56, "mapsubreport": 56, "legenddatasourc": 56, "legendsubreport": 56, "numberoflegendrow": 56, "scalebarsubreport": 56, "northarrowsubreport": 56, "jrdatasourc": 56, "actualit": 56, "saa": 56, "mutualized_print_app": 56, "mapuri": 56, "forwardhead": 56, "hostnamematch": 56, "dem": 57, "mn": 57, "sig": 57, "altimetri": 57, "round": 57, "mnt": 57, "terrain": 57, "bt": 57, "vtp": 57, "shp_index": 57, "nodata": 57, "01": 57, "hundredth": 57, "upload": [57, 69], "input_file_list": 57, "05": [58, 68], "ssl": [58, 59, 63], "pyyaml": 58, "13": 58, "25": [58, 68], "bashrc": [58, 65], "mod_proxi": 58, "mod_proxy_http": 58, "hstore": 58, "choos": [58, 62, 69], "weird": 58, "parenthes": 58, "devel": 58, "wget": 58, "problem": 58, "fstab": 58, "acl": 58, "cygdriv": 58, "noacl": 58, "posix": 58, "core": 58, "autocrlf": 58, "forgotten": [59, 62], "smtp": [59, 62, 63], "465": [59, 62, 63], "starttl": [59, 62, 63], "reset_password": [59, 62], "confirm": [59, 62, 63, 69], "email_from": [59, 62, 63], "email_subject": [59, 62, 63], "email_bodi": [59, 62, 63], "newli": [59, 62], "sincer": [59, 62, 63], "team": [59, 62, 63], "colon": [59, 62, 63], "strip": [59, 62, 63], "osrm": 60, "btn": 60, "routingfeatureact": 60, "toggl": 60, "tooltip": 60, "placement": 60, "col": 60, "sm": 60, "close": 60, "abstractdesktopcontrol": 60, "your_interfac": 60, "osm": 60, "car": 60, "bike": 60, "citi": 60, "countrycod": 60, "ngeox": 60, "drop": [60, 65], "nominatim": 60, "openstreetmap": 60, "wiki": 60, "switzerland": 60, "google_api_kei": 61, "gmf_auth_pwd_chang": 61, "gmf_auth_pwd_reset": 61, "runtime_postprocess": 61, "str": 61, "lower": 61, "regularli": 62, "guarante": 62, "incid": 62, "ourself": 62, "minor": 62, "unsafe_long_vers": 62, "template_var": 62, "hide_cap": 62, "mapserverproxi": 62, "enable_admin_interfac": 62, "permit": 62, "cor": 62, "domain1": 62, "domain2": 62, "3600": 62, "everybodi": 62, "mitig": 62, "csrf": 62, "attack": 62, "authorized_refer": 62, "peopl": 62, "consist": 62, "approach": 62, "base_url": 63, "apache_entry_point": 63, "somebodi": 63, "length": 63, "unless": 63, "been": 63, "tilecloud": 64, "chain": 64, "tomcat": 64, "buster": 64, "relev": [64, 66], "webpack": 64, "solv": 65, "million": 65, "difficult": 65, "thousand": 65, "expir": 65, "introduc": 65, "grow": 65, "unmanag": 65, "figur": 65, "low": 65, "px": 65, "expiri": 65, "hour": 65, "metatil": 65, "reduc": 65, "combin": 65, "mapnik": 65, "ec2": 65, "sq": 65, "sn": 65, "default_cach": 65, "layer_default": 65, "default_lay": 65, "comparison": 65, "tilecloudchain": 65, "empty_metatile_detect": 65, "empty_tile_detect": 65, "higher": [65, 68], "generate_control": 65, "measur": 65, "access_key_id": 65, "secret_access_kei": 65, "predefined_command": 65, "term": 66, "statement_timeout": 66, "main_": 66, "old_vers": 66, "static_": 66, "pgschema_stat": 66, "stabl": 66, "urllogin": 67, "aes_kei": 67, "foobarfoobar1234": 67, "ae": 67, "byte": 67, "148b60cc": 67, "normal": 67, "86400": 67, "timestamp": 67, "hexadecim": 67, "vector_til": 68, "4000": 68, "2000": 68, "250": 68, "50": 68, "gmfvectortilesopt": 68, "tilegrid": 68, "mapbox": 68, "mystyl": 68, "mb_style": 68, "osm_landus": 68, "envelop": 68, "fid": 68, "osm_id": 68, "bigint": 68, "48": 68, "st_asmvt": 68, "q": 68, "st_asmvtgeom": 68, "pbf": 68, "doesn": 68, "querylay": 68, "puttygen": 69, "earth": 69, "li": 69, "sgtatham": 69, "x86": 69, "ex": 69, "chiark": 69, "greenend": 69, "uk": 69, "rsa": 69, "mous": 69, "over": 69, "until": 69, "blue": 69, "articl": 69, "launch": 69, "hand": 69, "categori": 69, "agent": 69, "disconnect": 69, "explan": 69, "brows": 69, "net": 69, "eng": 69, "pageant": 69, "corner": 69, "tunnel": 69, "postgresonlin": 69, "journal": 69, "archiv": 69, "38": 69, "pgadminiii": 69}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"administr": [0, 2, 36], "c2cgeoport": [0, 9, 14], "applic": [0, 9, 21, 29, 30, 32, 33, 40, 42, 54, 62, 64, 66, 67], "edit": [1, 4, 31, 50, 52], "requir": [1, 52, 58, 60, 69], "ad": [1, 50, 60], "make": 1, "layer": [1, 3, 4, 5, 13, 36], "configur": [1, 3, 4, 5, 6, 8, 15, 19, 20, 21, 22, 23, 28, 29, 30, 36, 37, 38, 42, 43, 44, 45, 46, 49, 50, 51, 52, 55, 56, 58, 60, 61, 63, 64, 65, 69], "secur": [1, 6, 37, 39, 62], "view": [1, 46, 51], "enabl": 1, "snap": 1, "manag": [1, 7, 65], "attribut": [1, 13, 36, 56], "guid": [2, 10, 28, 41], "mapfil": [3, 5], "print": [3, 26, 56], "wf": [3, 4, 20], "getfeatur": 3, "wm": [3, 13, 20, 62], "getfeatureinfo": 3, "restrict": [3, 22, 45], "With": 3, "restrictionarea": 3, "area": 3, "without": [3, 13], "filenam": 3, "variabl": [3, 23, 29, 32, 42], "substitut": 3, "perform": 3, "improv": 3, "prepar": [3, 31, 53, 66], "raster": [3, 13], "file": [3, 8, 23, 32, 36, 46, 50, 53, 61, 64], "note": [3, 20, 56, 58], "about": [3, 56], "ecw": 3, "mappyfil": 3, "transact": 4, "tinyow": 4, "t": 4, "wmstime": 5, "admin": [5, 15, 17, 62], "interfac": [5, 15, 33, 36, 37, 42, 50, 60, 62, 65, 69], "widget": 5, "queri": 5, "merg": 5, "creat": [6, 8, 9, 11, 13, 22, 27, 29, 33, 42, 46, 69], "new": [6, 8, 13, 15, 29, 31, 33, 42, 50], "releas": 6, "vocabulari": 6, "task": 6, "do": [6, 31], "branch": 6, "demo": 6, "us": [6, 9, 17, 29, 30, 32, 36, 37, 38, 45, 46, 48, 62, 69], "ngeo": [6, 9, 46, 51], "packag": [6, 50, 58], "link": 6, "transifex": [6, 12], "resourc": [6, 40, 62], "updat": [6, 13, 31, 62], "master": 6, "rebuild": [6, 29], "audit": 6, "statu": 6, "dashboard": 6, "reset": [6, 59, 62], "chang": [6, 13, 31], "log": [6, 9], "inform": [6, 13], "backport": 6, "label": 6, "protect": 6, "publish": [6, 31], "cach": [7, 25], "server": [7, 9, 11, 13, 22, 40, 42, 53, 62, 69], "side": [7, 11], "client": [7, 22, 30, 38, 53], "servic": [7, 9, 20, 33, 62], "list": [7, 29], "No": 7, "public": [7, 69], "privat": 7, "intern": [7, 25, 46, 51], "alemb": 8, "custom": [8, 23, 30, 33, 43, 64], "tabl": [8, 37], "init": [8, 13], "ini": 8, "env": [8, 23, 61], "py": [8, 44], "run": [8, 11, 22, 32], "an": [8, 42, 46], "upgrad": [8, 9, 66], "revis": [8, 29], "debug": [9, 33], "browser": 9, "sourc": 9, "map": 9, "webpack": 9, "pyramid": 9, "debugtoolbar": 9, "authent": [9, 13, 17, 24, 62], "auto": 9, "login": [9, 13, 67], "mapserv": [9, 53], "docker": [9, 11, 22, 32, 33], "compos": [9, 32], "go": 9, "insid": 9, "contain": 9, "multipl": [9, 45], "dev": 9, "one": 9, "develop": [9, 10, 11, 32, 56], "python": [9, 58], "overrid": [9, 46], "yaml": [9, 29, 44], "work": [9, 53], "itself": 9, "remot": 9, "visual": [9, 69], "studio": 9, "code": 9, "procedur": 9, "profil": [9, 60], "access": [9, 22, 39, 52, 62, 69], "hidden": 9, "specif": [9, 19, 20, 21, 22, 42, 50], "version": [9, 31, 66], "environ": [11, 29, 32, 42], "project": [11, 22, 29, 31, 33, 36, 51, 64, 66], "imag": [11, 23, 32, 33], "test": [11, 29], "unit": 11, "databas": [11, 22, 31, 42, 45, 50, 66, 69], "object": [11, 46, 51, 53], "model": [11, 13, 30, 34], "metadata": 11, "v": 11, "function": [11, 30, 38], "migrat": [11, 42], "depend": 11, "webservic": 13, "document": [13, 14, 65], "theme": [13, 26, 30, 37, 38], "paramet": 13, "result": 13, "ogc": [13, 22], "group": 13, "wmt": 13, "logout": 13, "user": [13, 17, 50, 58, 62], "anonym": 13, "json": [13, 46], "connect": [13, 22, 69], "success": 13, "two": [13, 17, 62], "factor": [13, 17, 62], "password": [13, 17, 59, 62], "gener": [13, 53, 65], "full": [13, 37], "text": [13, 37], "search": [13, 37], "descript": 13, "mapfish": 13, "protocol": 13, "enumer": [13, 36], "featur": [13, 35, 48, 52], "digit": [13, 57], "elev": [13, 57], "shorten": 13, "get": 13, "geometri": [13, 48], "process": 13, "differ": [13, 29, 43], "local": [13, 40, 43, 56, 62], "pot": 13, "includ": 15, "exclud": 15, "tab": 15, "default": [15, 17, 62], "modul": [15, 58], "option": [15, 46, 51], "page": [15, 22], "javascript": [16, 30, 33, 38], "api": [16, 46], "support": [17, 62], "standard": [17, 62], "The": [17, 37, 62], "polici": [17, 39, 62], "anoth": [17, 62], "valid": [17, 62], "basic": [17, 62], "auth": [17, 62], "account": [17, 62], "lockout": [17, 62], "intranet": [17, 62], "lost": [17, 62], "oauth2": [18, 62], "qgi": [18, 22, 53, 62], "backend": 19, "arcgi": 20, "differenti": 20, "geoserv": 21, "desktop": 22, "tunnel": 22, "ow": 22, "postgr": 22, "extra": 22, "postgi": 22, "land": 22, "build": [23, 33, 67], "var": [23, 44, 61], "dockerfil": 23, "config": [23, 33, 46, 48], "makefil": [23, 50], "rule": 23, "c2c": 24, "wsgi": 24, "util": 24, "header": [25, 39], "autom": 26, "check": [26, 40, 62], "checker": [26, 50], "fulltextsearch": 26, "lang": [26, 37], "rout": [26, 60], "phantomj": 26, "infrastructur": [26, 56], "collector": 26, "cluster": 27, "advanc": [28, 46], "set": [28, 29, 42, 43], "structur": [29, 64], "exist": [29, 42, 46], "scaffold": 29, "simpl": [29, 46], "put": 29, "under": 29, "control": [29, 39, 46, 48], "To": 29, "add": [29, 33, 37, 69], "repositori": 29, "your": [29, 32, 46, 67, 69], "concept": 29, "dynam": [29, 46], "github": [29, 69], "workflow": 29, "main": 29, "update_l10n": 29, "accept": 29, "url": [30, 52, 63, 67], "usag": [30, 38, 45, 61], "basemap": [30, 38], "each": [30, 38], "extend": [30, 33, 34, 46], "data": [30, 34], "lifecycl": 31, "initi": 31, "state": 31, "start": 31, "deploi": 32, "architectur": 32, "schema": [32, 42], "composit": 32, "clean": 32, "integr": [33, 41], "base": 33, "canva": 33, "webcompon": 33, "templat": [33, 50, 56, 60], "geoport": 33, "addit": [35, 45, 46, 48, 58], "filter": 36, "querier": 36, "avail": 36, "oper": [36, 54], "db": 36, "session": [36, 45], "popul": 37, "param": 37, "action": 37, "rank": 37, "system": 37, "unacc": 37, "extens": [37, 58], "synonym": 37, "thesauru": 37, "dictionari": 37, "content": 39, "allow": 39, "origin": 39, "global": 39, "forward": 39, "host": 39, "whitelist": 39, "blacklist": 39, "http": [40, 62], "behind": [40, 62], "proxi": [40, 62], "ssl": [40, 62], "certif": [40, 62], "same": [40, 62], "load": [40, 62], "non": [40, 62], "extern": [40, 62], "instal": 42, "up": 42, "window": [42, 58, 69], "command": [42, 69], "cygwin": [42, 58], "internation": [43, 44], "collect": 43, "string": 43, "i18next": 43, "multi": 44, "organ": [44, 46], "__init__": 44, "role": 44, "warn": 44, "mode": 46, "onli": 46, "html": 46, "j": 46, "apiconfig": [46, 47], "defin": [46, 48], "type": [46, 48], "css": 46, "style": [46, 51], "own": 46, "compon": 46, "featurecollect": 48, "ol": 48, "geom": 48, "interact": 48, "bloodhound": 48, "bloodhoundopt": 48, "twitter": 48, "typeahead": 48, "dataset": 48, "copi": 50, "from": [50, 66, 69], "site": 50, "circl": 51, "externalogcserv": 51, "fill": 51, "gridmergetab": 51, "layerconfig": 51, "lineconfigur": 51, "mapconfig": 51, "measurerasterlay": 51, "mousepositionproject": 51, "optionslegendtyp": 51, "regularshap": 51, "routingprofil": 51, "searchact": 51, "searchcomponentdatasourc": 51, "stringtohtmlreplac": 51, "stroke": 51, "stylelik": 51, "wfstype": 51, "authenticationbaseurl": 51, "defaultlang": 51, "fulltextsearchurl": 51, "gmfauthenticationconfig": 51, "gmfauthenticationnoreloadrol": 51, "gmfbackgroundlayerselectoropt": 51, "gmfcontextualdataopt": 51, "gmfcsvfilenam": 51, "gmfcustomcss": 51, "gmfcustomjavascripturl": 51, "gmfcustomstylesheeturl": 51, "gmfdisclaimeropt": 51, "gmfdisplayquerygridopt": 51, "gmfdisplayquerywindowopt": 51, "gmfeditfeatureopt": 51, "gmfelevationopt": 51, "gmfexternalogcserv": 51, "gmffloor": 51, "gmflayertreeopt": 51, "gmflayersurl": 51, "gmfmobilemeasureareaopt": 51, "gmfmobilemeasurelengthopt": 51, "gmfmobilemeasurepointopt": 51, "gmfmousepositionopt": 51, "gmfobjecteditingtoolsopt": 51, "gmfoption": 51, "gmfpermalinkopt": 51, "gmfprintopt": 51, "gmfprinturl": 51, "gmfprofilejsonurl": 51, "gmfprofileopt": 51, "gmfprojectionsopt": 51, "gmfquerygrid": 51, "gmfrasterurl": 51, "gmfsearchgroup": 51, "gmfsearchopt": 51, "gmfshareopt": 51, "gmfshortenercreateurl": 51, "gmfsnappingopt": 51, "gmfthemesopt": 51, "gmftreemanagermodeflush": 51, "gmftreeurl": 51, "gmftwofactorauth": 51, "langurl": 51, "ngeocsvencod": 51, "ngeocsvextens": 51, "ngeocsvincludehead": 51, "ngeocsvquot": 51, "ngeocsvsepar": 51, "ngeogeolocationopt": 51, "ngeomeasuredecim": 51, "ngeomeasureprecis": 51, "ngeomeasurespher": 51, "ngeonominatimsearchdefaultparam": [51, 60], "ngeoofflinetesturl": 51, "ngeopermalinkogcserverurl": 51, "ngeopointfilt": 51, "ngeoprofileopt": 51, "ngeoqueryopt": 51, "ngeoroutingopt": 51, "ngeoscaleselectoropt": 51, "ngeosnappingtoler": 51, "ngeostreetviewopt": 51, "ngeostringtohtmlreplac": 51, "ngeotilespreloadinglimit": 51, "ngeousedkeyregexp": 51, "ngeowfspermalinkopt": 51, "pytreelidarprofilejsonurl": 51, "objectedit": 52, "via": 52, "storag": 53, "like": 53, "s3": 53, "pdf": 55, "report": 55, "scale": 56, "tool": [57, 69], "apach": 58, "postgresql": 58, "git": 58, "backendurl": 60, "runtim": 61, "getcap": 62, "author": 62, "referr": 62, "short": 63, "other": 64, "tilegener": 65, "introduct": 65, "tilecloud": 65, "chain": 65, "tile": [65, 68], "aw": 65, "credenti": 65, "web": 65, "see": 65, "also": 65, "upstream": 65, "geomapfish": 66, "prior": 66, "2": 66, "7": 66, "x": 66, "how": 67, "token": 67, "vector": 68, "ssh": 69, "kei": 69, "line": 69, "save": 69, "passphras": 69, "putti": 69, "winscp": 69}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 58}, "alltitles": {"Administrate a c2cgeoportal application": [[0, "administrate-a-c2cgeoportal-application"]], "Editing": [[1, "editing"], [31, "editing"]], "Requirements": [[1, "requirements"], [52, "requirements"], [58, "requirements"], [60, "requirements"]], "Adding or making layers editable": [[1, "adding-or-making-layers-editable"]], "Configuring security": [[1, "configuring-security"]], "Edit views": [[1, "edit-views"]], "Enable snapping": [[1, "enable-snapping"]], "Managing attributes": [[1, "managing-attributes"]], "Administrator Guide": [[2, "administrator-guide"]], "Mapfile configuration": [[3, "mapfile-configuration"]], "Print": [[3, "print"], [56, "print"]], "WFS GetFeature": [[3, "wfs-getfeature"]], "WMS GetFeatureInfo": [[3, "wms-getfeatureinfo"]], "Restricted layer": [[3, "restricted-layer"]], "With a RestrictionArea area": [[3, "with-a-restrictionarea-area"]], "Without restriction on the RestrictionArea area": [[3, "without-restriction-on-the-restrictionarea-area"]], "Filename": [[3, "filename"]], "Variable Substitution": [[3, "variable-substitution"]], "Performance improvement": [[3, "performance-improvement"]], "Prepare raster files": [[3, "prepare-raster-files"]], "Note about ECW": [[3, "note-about-ecw"]], "mappyfile": [[3, "mappyfile"]], "Transactional WFS with TinyOWS": [[4, "transactional-wfs-with-tinyows"]], "TinyOWS configuration": [[4, "tinyows-configuration"]], "Editing a layer with WFS-T": [[4, "editing-a-layer-with-wfs-t"]], "WMSTime Layer": [[5, "wmstime-layer"]], "Configuration": [[5, "configuration"], [30, "configuration"], [37, "configuration"], [38, "configuration"], [44, "configuration"], [45, "configuration"], [46, "configuration"], [49, "configuration"], [52, "configuration"], [55, "configuration"], [60, "configuration"], [64, "configuration"], [65, "configuration"]], "Mapfile": [[5, "mapfile"]], "Admin interface - widget": [[5, "admin-interface-widget"]], "Admin interface - query": [[5, "admin-interface-query"]], "Merging configurations": [[5, "merging-configurations"]], "Create a new release": [[6, "create-a-new-release"]], "Vocabulary": [[6, "vocabulary"]], "Tasks to do": [[6, "tasks-to-do"]], "Create the new branch on demo": [[6, "create-the-new-branch-on-demo"]], "Create the new branch": [[6, "create-the-new-branch"]], "Use the ngeo package linked to the new branch": [[6, "use-the-ngeo-package-linked-to-the-new-branch"]], "Create the new Transifex resources": [[6, "create-the-new-transifex-resources"]], "Update the master branch": [[6, "update-the-master-branch"]], "Configure the rebuild": [[6, "configure-the-rebuild"]], "Configure the new branch": [[6, "configure-the-new-branch"]], "Configure the audit": [[6, "configure-the-audit"]], "Configure the branch on the status dashboard": [[6, "configure-the-branch-on-the-status-dashboard"]], "Reset the change log": [[6, "reset-the-change-log"]], "Security information": [[6, "security-information"]], "Backport label": [[6, "backport-label"]], "Protect branch": [[6, "protect-branch"]], "Publish it": [[6, "publish-it"]], "Create the new demo": [[6, "create-the-new-demo"]], "Use the new demo": [[6, "use-the-new-demo"]], "Cache management": [[7, "cache-management"]], "Server side": [[7, "server-side"]], "Client side": [[7, "client-side"]], "Service list": [[7, "service-list"]], "No cache": [[7, "no-cache"]], "Public cache": [[7, "public-cache"]], "Private cache": [[7, "private-cache"]], "Internal cache": [[7, "internal-cache"]], "Alembic on custom tables": [[8, "alembic-on-custom-tables"]], "Init alembic": [[8, "init-alembic"]], "Configure alembic.ini": [[8, "configure-alembic-ini"]], "Configure env.py": [[8, "configure-env-py"]], "Run an alembic upgrade": [[8, "run-an-alembic-upgrade"]], "Create a new revision file": [[8, "create-a-new-revision-file"]], "Application debugging": [[9, "application-debugging"]], "Browser": [[9, "browser"]], "Sources map": [[9, "sources-map"]], "Webpack": [[9, "webpack"]], "Pyramid debugtoolbar": [[9, "pyramid-debugtoolbar"]], "Authentication": [[9, "authentication"], [13, "authentication"], [17, "authentication"], [24, "authentication"], [62, "authentication"]], "Auto login": [[9, "auto-login"]], "Mapserver": [[9, "mapserver"]], "Docker-compose": [[9, "docker-compose"]], "Logs": [[9, "logs"]], "Go inside a container": [[9, "go-inside-a-container"]], "Multiple dev on one server": [[9, "multiple-dev-on-one-server"]], "Developing in Python": [[9, "developing-in-python"]], "Create a development docker-compose.override.yaml": [[9, "create-a-development-docker-compose-override-yaml"]], "Working on c2cgeoportal itself": [[9, "working-on-c2cgeoportal-itself"]], "Remote debugging using Visual Studio Code": [[9, "remote-debugging-using-visual-studio-code"]], "Debugging the upgrade procedure": [[9, "debugging-the-upgrade-procedure"]], "Profiling": [[9, "profiling"]], "Access to a hidden service": [[9, "access-to-a-hidden-service"]], "Use a specific version of ngeo": [[9, "use-a-specific-version-of-ngeo"]], "Developer Guide": [[10, "developer-guide"]], "Server-side development": [[11, "server-side-development"]], "Creating a development environment in a project": [[11, "creating-a-development-environment-in-a-project"]], "Docker images": [[11, "docker-images"]], "Tests": [[11, "tests"]], "Running tests": [[11, "running-tests"]], "Unit tests": [[11, "unit-tests"]], "Database": [[11, "database"], [31, "database"], [50, "database"]], "Object model": [[11, "object-model"]], "metadata vs functionality": [[11, "metadata-vs-functionality"]], "Migration": [[11, "migration"]], "Dependencies": [[11, "dependencies"]], "Transifex": [[12, "transifex"]], "Webservices documentation": [[13, "webservices-documentation"]], "Theme webservice": [[13, "theme-webservice"]], "Parameters": [[13, "parameters"], [13, "id1"], [13, "id6"], [13, "id8"], [13, "id10"], [13, "id12"]], "Result": [[13, "result"], [13, "id2"], [13, "id3"], [13, "id4"], [13, "id7"], [13, "id9"], [13, "id11"]], "OGC Server": [[13, "ogc-server"]], "Theme": [[13, "theme"]], "Group": [[13, "group"]], "Layer": [[13, "layer"]], "WMS Layer": [[13, "wms-layer"]], "WMTS layer": [[13, "wmts-layer"]], "Login": [[13, "login"]], "Logout": [[13, "logout"]], "User information": [[13, "user-information"]], "Anonymous JSON result": [[13, "anonymous-json-result"]], "Connected JSON result": [[13, "connected-json-result"]], "User login": [[13, "user-login"]], "Login successful": [[13, "login-successful"]], "Init without two-factor authentication JSON result": [[13, "init-without-two-factor-authentication-json-result"]], "Init two-factor authentication JSON result": [[13, "init-two-factor-authentication-json-result"]], "Change password": [[13, "change-password"]], "JSON result": [[13, "json-result"]], "Generate a new password": [[13, "generate-a-new-password"]], "Success JSON result": [[13, "success-json-result"]], "Full-text search": [[13, "full-text-search"], [37, "full-text-search"]], "Layers": [[13, "layers"]], "Layer description": [[13, "layer-description"]], "MapFish protocol": [[13, "mapfish-protocol"]], "Enumerate attributes": [[13, "enumerate-attributes"]], "Update feature": [[13, "update-feature"], [13, "id5"]], "Raster": [[13, "raster"]], "Digital Elevation Model": [[13, "digital-elevation-model"]], "Shortener": [[13, "shortener"]], "Create": [[13, "create"]], "Get": [[13, "get"]], "Geometry processing": [[13, "geometry-processing"]], "Difference": [[13, "difference"]], "Localization pot": [[13, "localization-pot"]], "c2cgeoportal documentation": [[14, "c2cgeoportal-documentation"]], "Configure the admin interface": [[15, "configure-the-admin-interface"]], "Include and excludes tabs": [[15, "include-and-excludes-tabs"]], "Default tabs/modules": [[15, "default-tabs-modules"]], "Optional tabs/modules": [[15, "optional-tabs-modules"]], "Include a new page": [[15, "include-a-new-page"]], "Exclude a page": [[15, "exclude-a-page"]], "JavaScript API": [[16, "javascript-api"]], "Supported standards": [[17, "supported-standards"], [62, "supported-standards"]], "The default policy": [[17, "the-default-policy"], [62, "the-default-policy"]], "Using another policy": [[17, "using-another-policy"], [62, "using-another-policy"]], "User validation": [[17, "user-validation"], [62, "user-validation"]], "Basic auth": [[17, "basic-auth"], [62, "basic-auth"]], "Two factors authentication": [[17, "two-factors-authentication"], [62, "two-factors-authentication"]], "Account lockout": [[17, "account-lockout"], [62, "account-lockout"]], "Intranet": [[17, "intranet"], [62, "intranet"]], "Lost admin password": [[17, "lost-admin-password"], [62, "lost-admin-password"]], "OAuth2 with QGIS": [[18, "oauth2-with-qgis"], [62, "oauth2-with-qgis"]], "Specific Backend Configuration": [[19, "specific-backend-configuration"]], "Specific configuration for Arcgis": [[20, "specific-configuration-for-arcgis"]], "Differentiating WMS and WFS services": [[20, "differentiating-wms-and-wfs-services"]], "Note": [[20, "note"]], "Specific configuration for GeoServer": [[21, "specific-configuration-for-geoserver"]], "Application configuration": [[21, "application-configuration"]], "Specific configuration for QGIS server": [[22, "specific-configuration-for-qgis-server"]], "QGIS Desktop configuration": [[22, "qgis-desktop-configuration"]], "Create a tunnel on the database server": [[22, "create-a-tunnel-on-the-database-server"]], "Run the client with Docker": [[22, "run-the-client-with-docker"]], "OWS configuration": [[22, "ows-configuration"]], "Connect to Postgres database": [[22, "connect-to-postgres-database"]], "Extra PostGIS connection": [[22, "extra-postgis-connection"]], "OGC server": [[22, "ogc-server"]], "Access Restriction": [[22, "access-restriction"]], "Project in Database": [[22, "project-in-database"]], "Landing page": [[22, "landing-page"]], "Build configuration": [[23, "build-configuration"]], "Env files": [[23, "env-files"], [61, "env-files"]], "Vars files": [[23, "vars-files"]], "Dockerfile config variables": [[23, "dockerfile-config-variables"]], "Makefile config variables": [[23, "makefile-config-variables"]], "Custom rules": [[23, "custom-rules"]], "Custom image": [[23, "custom-image"]], "C2C WSGI Utils": [[24, "c2c-wsgi-utils"]], "Caching": [[25, "caching"]], "Headers": [[25, "headers"], [39, "headers"], [39, "id1"]], "Internal": [[25, "internal"]], "Automated check": [[26, "automated-check"]], "Checker": [[26, "checker"], [50, "checker"]], "print": [[26, "print"]], "fulltextsearch": [[26, "fulltextsearch"]], "themes": [[26, "themes"]], "lang": [[26, "lang"]], "routes": [[26, "routes"]], "phantomjs": [[26, "phantomjs"]], "Infrastructure": [[26, "infrastructure"], [56, "infrastructure"]], "Check collector": [[26, "check-collector"]], "Create a cluster": [[27, "create-a-cluster"]], "Configuration Guide for advanced settings": [[28, "configuration-guide-for-advanced-settings"]], "Create a new application": [[29, "create-a-new-application"]], "Project structure": [[29, "project-structure"], [64, "project-structure"]], "Set environment variables": [[29, "set-environment-variables"]], "List existing scaffolds": [[29, "list-existing-scaffolds"]], "Create the new application": [[29, "create-the-new-application"]], "Simple application": [[29, "simple-application"]], "Put the application under revision control": [[29, "put-the-application-under-revision-control"]], "To add a project in a new repository": [[29, "to-add-a-project-in-a-new-repository"]], "Configuration of different environments in your project": [[29, "configuration-of-different-environments-in-your-project"]], "Concepts": [[29, "concepts"]], "Use of dynamic variables": [[29, "use-of-dynamic-variables"]], "Configure the application": [[29, "configure-the-application"]], "Dynamic configuration": [[29, "dynamic-configuration"]], "GitHub workflows": [[29, "github-workflows"]], ".github/workflows/main.yaml": [[29, "github-workflows-main-yaml"]], ".github/workflows/rebuild.yaml": [[29, "github-workflows-rebuild-yaml"]], ".github/workflows/update_l10n.yaml": [[29, "github-workflows-update-l10n-yaml"]], "Acceptance tests": [[29, "acceptance-tests"]], "Customize the application": [[30, "customize-the-application"]], "URL": [[30, "url"]], "Functionalities": [[30, "functionalities"], [38, "functionalities"]], "Usage in JavaScript client": [[30, "usage-in-javascript-client"], [38, "usage-in-javascript-client"]], "Using Functionalities to configure the basemap to use for each theme": [[30, "using-functionalities-to-configure-the-basemap-to-use-for-each-theme"], [38, "using-functionalities-to-configure-the-basemap-to-use-for-each-theme"]], "Extend the data model": [[30, "extend-the-data-model"], [34, "extend-the-data-model"]], "Update lifecycle": [[31, "update-lifecycle"]], "Initial state": [[31, "initial-state"]], "Prepare the project": [[31, "prepare-the-project"]], "Start a new version": [[31, "start-a-new-version"]], "Do the changes": [[31, "do-the-changes"]], "Publish the new version": [[31, "publish-the-new-version"]], "Use Docker to deploy your application": [[32, "use-docker-to-deploy-your-application"]], "Architecture schema": [[32, "architecture-schema"]], "Docker Images": [[32, "docker-images"]], "Docker compose files": [[32, "docker-compose-files"]], "Run the developer composition": [[32, "run-the-developer-composition"]], "Clean": [[32, "clean"]], "Environment variables": [[32, "environment-variables"]], "Extend the application": [[33, "extend-the-application"]], "Create a new Docker image for the new service": [[33, "create-a-new-docker-image-for-the-new-service"]], "Integrate it to the project": [[33, "integrate-it-to-the-project"]], "Create the new interface based on canvas": [[33, "create-the-new-interface-based-on-canvas"]], "Create a new WebComponent": [[33, "create-a-new-webcomponent"]], "Build it in the config image": [[33, "build-it-in-the-config-image"]], "Add it to the interface template": [[33, "add-it-to-the-interface-template"]], "Debugging Custom JavaScript and service": [[33, "debugging-custom-javascript-and-service"]], "Extend the geoportal image": [[33, "extend-the-geoportal-image"]], "Additional features": [[35, "additional-features"]], "Filter (Querier)": [[36, "filter-querier"]], "Filterable layers": [[36, "filterable-layers"]], "Available attributes and operators in filters": [[36, "available-attributes-and-operators-in-filters"]], "Enumerate available attributes for a layer": [[36, "enumerate-available-attributes-for-a-layer"]], "Project Configuration file": [[36, "project-configuration-file"]], "Administration interface": [[36, "administration-interface"]], "Using DB sessions": [[36, "using-db-sessions"]], "The full-text search table": [[37, "the-full-text-search-table"]], "Populate the full-text search table": [[37, "populate-the-full-text-search-table"]], "Populate with the themes": [[37, "populate-with-the-themes"]], "Security": [[37, "security"], [62, "security"]], "Params": [[37, "params"]], "Actions": [[37, "actions"]], "Interface": [[37, "interface"]], "Lang": [[37, "lang"]], "Ranking system": [[37, "ranking-system"]], "Using the unaccent extension": [[37, "using-the-unaccent-extension"]], "Synonym and Thesaurus Dictionary": [[37, "synonym-and-thesaurus-dictionary"]], "Add Synonyms": [[37, "add-synonyms"]], "Content-Security-Policy": [[39, "content-security-policy"]], "Access-Control-Allow-Origin": [[39, "access-control-allow-origin"]], "Global headers": [[39, "global-headers"]], "Forward host": [[39, "forward-host"]], "Headers whitelist and blacklist": [[39, "headers-whitelist-and-blacklist"]], "HTTPS": [[40, "https"], [62, "https"]], "Application behind a proxy": [[40, "application-behind-a-proxy"], [62, "application-behind-a-proxy"]], "Application and SSL certificate on the same server": [[40, "application-and-ssl-certificate-on-the-same-server"], [62, "application-and-ssl-certificate-on-the-same-server"]], "Loading non https external resources": [[40, "loading-non-https-external-resources"], [62, "loading-non-https-external-resources"]], "Local certificate checks": [[40, "local-certificate-checks"], [62, "local-certificate-checks"]], "Integrator Guide": [[41, "integrator-guide"]], "Install an existing application": [[42, "install-an-existing-application"]], "Set up the database": [[42, "set-up-the-database"]], "Create the schemas": [[42, "create-the-schemas"]], "Install the application": [[42, "install-the-application"], [42, "integrator-install-application-install-application"]], "Windows Specific Configuration": [[42, "windows-specific-configuration"]], "Command interface and environment variable": [[42, "command-interface-and-environment-variable"]], "Cygwin": [[42, "cygwin"], [58, "cygwin"]], "Migrating to a new server": [[42, "migrating-to-a-new-server"]], "Internationalization": [[43, "internationalization"], [44, "internationalization"]], "Collect custom strings": [[43, "collect-custom-strings"]], "I18next configuration": [[43, "i18next-configuration"]], "Different localization sets": [[43, "different-localization-sets"]], "Multi organization": [[44, "multi-organization"]], "__init__.py": [[44, "init-py"]], "vars.yaml": [[44, "vars-yaml"]], "Roles": [[44, "roles"]], "Warning": [[44, "warning"]], "Using multiple databases": [[45, "using-multiple-databases"]], "Using the additional sessions": [[45, "using-the-additional-sessions"]], "Restrictions in multiple database usage": [[45, "restrictions-in-multiple-database-usage"]], "ngeo": [[46, "ngeo"]], "Organization": [[46, "organization"]], "Simple and advanced modes": [[46, "simple-and-advanced-modes"], [46, "id2"]], "Advanced mode only": [[46, "advanced-mode-only"], [46, "id3"]], "HTML file": [[46, "html-file"]], "Controller (js file)": [[46, "controller-js-file"]], "Dynamic.json view": [[46, "dynamic-json-view"]], "Ngeo configuration options": [[46, "ngeo-configuration-options"]], "Ngeo API configuration options": [[46, "ngeo-api-configuration-options"]], "APIConfig": [[46, "apiconfig"], [47, "apiconfig"]], "Ngeo internal object configuration options": [[46, "ngeo-internal-object-configuration-options"], [51, "ngeo-internal-object-configuration-options"]], "Define additional types used in the config": [[46, "define-additional-types-used-in-the-config"], [48, "define-additional-types-used-in-the-config"]], "CSS style": [[46, "css-style"]], "Creating your own component": [[46, "creating-your-own-component"]], "Extending or overriding an existing component": [[46, "extending-or-overriding-an-existing-component"]], "FeatureCollection": [[48, "featurecollection"]], "ol.Feature": [[48, "ol-feature"]], "ol.geom.Geometry": [[48, "ol-geom-geometry"]], "ol.control.Control": [[48, "ol-control-control"]], "ol.interaction.interaction": [[48, "ol-interaction-interaction"]], "Bloodhound.BloodhoundOptions": [[48, "bloodhound-bloodhoundoptions"]], "Twitter.Typeahead.Dataset": [[48, "twitter-typeahead-dataset"]], "Adding a new user interface": [[50, "adding-a-new-user-interface"]], "Makefile": [[50, "makefile"]], "Copy files from template": [[50, "copy-files-from-template"]], "Edit interface files": [[50, "edit-interface-files"]], "Package file": [[50, "package-file"]], "Site-specific configuration": [[50, "site-specific-configuration"]], "Circle": [[51, "circle"]], "ExternalOGCServer": [[51, "externalogcserver"]], "Fill": [[51, "fill"]], "GridMergeTabs": [[51, "gridmergetabs"]], "LayerConfig": [[51, "layerconfig"]], "LineConfiguration": [[51, "lineconfiguration"]], "MapConfig": [[51, "mapconfig"]], "MeasureRasterLayer": [[51, "measurerasterlayer"]], "MousePositionProjection": [[51, "mousepositionprojection"]], "OptionsLegendType": [[51, "optionslegendtype"]], "Projection": [[51, "projection"]], "RegularShape": [[51, "regularshape"]], "RoutingProfile": [[51, "routingprofile"]], "SearchAction": [[51, "searchaction"]], "SearchComponentDatasource": [[51, "searchcomponentdatasource"]], "StringToHtmlReplacement": [[51, "stringtohtmlreplacement"]], "Stroke": [[51, "stroke"]], "Style": [[51, "style"]], "StyleLike": [[51, "stylelike"]], "View": [[51, "view"]], "WfsType": [[51, "wfstype"]], "authenticationBaseUrl": [[51, "authenticationbaseurl"]], "defaultLang": [[51, "defaultlang"]], "fulltextsearchUrl": [[51, "fulltextsearchurl"]], "gmfAuthenticationConfig": [[51, "gmfauthenticationconfig"]], "gmfAuthenticationNoReloadRole": [[51, "gmfauthenticationnoreloadrole"]], "gmfBackgroundLayerSelectorOptions": [[51, "gmfbackgroundlayerselectoroptions"]], "gmfContextualDataOptions": [[51, "gmfcontextualdataoptions"]], "gmfCsvFilename": [[51, "gmfcsvfilename"]], "gmfCustomCSS": [[51, "gmfcustomcss"]], "gmfCustomJavascriptUrl": [[51, "gmfcustomjavascripturl"]], "gmfCustomStylesheetUrl": [[51, "gmfcustomstylesheeturl"]], "gmfDisclaimerOptions": [[51, "gmfdisclaimeroptions"]], "gmfDisplayQueryGridOptions": [[51, "gmfdisplayquerygridoptions"]], "gmfDisplayQueryWindowOptions": [[51, "gmfdisplayquerywindowoptions"]], "gmfEditFeatureOptions": [[51, "gmfeditfeatureoptions"]], "gmfElevationOptions": [[51, "gmfelevationoptions"]], "gmfExternalOGCServers": [[51, "gmfexternalogcservers"]], "gmfFloors": [[51, "gmffloors"]], "gmfLayerTreeOptions": [[51, "gmflayertreeoptions"]], "gmfLayersUrl": [[51, "gmflayersurl"]], "gmfMobileMeasureAreaOptions": [[51, "gmfmobilemeasureareaoptions"]], "gmfMobileMeasureLengthOptions": [[51, "gmfmobilemeasurelengthoptions"]], "gmfMobileMeasurePointOptions": [[51, "gmfmobilemeasurepointoptions"]], "gmfMousePositionOptions": [[51, "gmfmousepositionoptions"]], "gmfObjectEditingToolsOptions": [[51, "gmfobjecteditingtoolsoptions"]], "gmfOptions": [[51, "gmfoptions"]], "gmfPermalinkOptions": [[51, "gmfpermalinkoptions"]], "gmfPrintOptions": [[51, "gmfprintoptions"]], "gmfPrintUrl": [[51, "gmfprinturl"]], "gmfProfileJsonUrl": [[51, "gmfprofilejsonurl"]], "gmfProfileOptions": [[51, "gmfprofileoptions"]], "gmfProjectionsOptions": [[51, "gmfprojectionsoptions"]], "gmfQueryGrid": [[51, "gmfquerygrid"]], "gmfRasterUrl": [[51, "gmfrasterurl"]], "gmfSearchGroups": [[51, "gmfsearchgroups"]], "gmfSearchOptions": [[51, "gmfsearchoptions"]], "gmfShareOptions": [[51, "gmfshareoptions"]], "gmfShortenerCreateUrl": [[51, "gmfshortenercreateurl"]], "gmfSnappingOptions": [[51, "gmfsnappingoptions"]], "gmfThemesOptions": [[51, "gmfthemesoptions"]], "gmfTreeManagerModeFlush": [[51, "gmftreemanagermodeflush"]], "gmfTreeUrl": [[51, "gmftreeurl"]], "gmfTwoFactorAuth": [[51, "gmftwofactorauth"]], "langUrls": [[51, "langurls"]], "ngeoCsvEncoding": [[51, "ngeocsvencoding"]], "ngeoCsvExtension": [[51, "ngeocsvextension"]], "ngeoCsvIncludeHeader": [[51, "ngeocsvincludeheader"]], "ngeoCsvQuote": [[51, "ngeocsvquote"]], "ngeoCsvSeparator": [[51, "ngeocsvseparator"]], "ngeoGeolocationOptions": [[51, "ngeogeolocationoptions"]], "ngeoMeasureDecimals": [[51, "ngeomeasuredecimals"]], "ngeoMeasurePrecision": [[51, "ngeomeasureprecision"]], "ngeoMeasureSpherical": [[51, "ngeomeasurespherical"]], "ngeoNominatimSearchDefaultParams": [[51, "ngeonominatimsearchdefaultparams"], [60, "ngeonominatimsearchdefaultparams"]], "ngeoOfflineTestUrl": [[51, "ngeoofflinetesturl"]], "ngeoPermalinkOgcserverUrl": [[51, "ngeopermalinkogcserverurl"]], "ngeoPointfilter": [[51, "ngeopointfilter"]], "ngeoProfileOptions": [[51, "ngeoprofileoptions"]], "ngeoQueryOptions": [[51, "ngeoqueryoptions"]], "ngeoRoutingOptions": [[51, "ngeoroutingoptions"]], "ngeoScaleSelectorOptions": [[51, "ngeoscaleselectoroptions"]], "ngeoSnappingTolerance": [[51, "ngeosnappingtolerance"]], "ngeoStreetviewOptions": [[51, "ngeostreetviewoptions"]], "ngeoStringToHtmlReplacements": [[51, "ngeostringtohtmlreplacements"]], "ngeoTilesPreloadingLimit": [[51, "ngeotilespreloadinglimit"]], "ngeoUsedKeyRegexp": [[51, "ngeousedkeyregexp"]], "ngeoWfsPermalinkOptions": [[51, "ngeowfspermalinkoptions"]], "pytreeLidarprofileJsonUrl": [[51, "pytreelidarprofilejsonurl"]], "ObjectEditing": [[52, "objectediting"]], "Access via URL": [[52, "access-via-url"]], "Feature editing": [[52, "feature-editing"]], "Working with Object storage (like S3)": [[53, "working-with-object-storage-like-s3"]], "Prepare files": [[53, "prepare-files"]], "Generalities": [[53, "generalities"]], "MapServer": [[53, "mapserver"]], "QGIS": [[53, "qgis"]], "Client": [[53, "client"]], "Server": [[53, "server"]], "Application Operation": [[54, "application-operation"]], "PDF Reporting": [[55, "pdf-reporting"]], "Configuration of the reports": [[55, "configuration-of-the-reports"]], "Template configuration": [[56, "template-configuration"]], "Attributes": [[56, "attributes"]], "Notes about the scales": [[56, "notes-about-the-scales"]], "Development": [[56, "development"]], "Local print": [[56, "local-print"]], "Digital Elevation Tools": [[57, "digital-elevation-tools"]], "Required Python packages": [[58, "required-python-packages"]], "Required Apache modules": [[58, "required-apache-modules"]], "Required PostgreSQL extensions": [[58, "required-postgresql-extensions"]], "Additional notes for Windows users": [[58, "additional-notes-for-windows-users"]], "Configure Git": [[58, "configure-git"]], "Reset password": [[59, "reset-password"], [62, "reset-password"]], "Routing interface": [[60, "routing-interface"]], "Adding the routing interface to the template": [[60, "adding-the-routing-interface-to-the-template"]], "backendUrl": [[60, "backendurl"]], "profiles": [[60, "profiles"]], "Runtime configuration": [[61, "runtime-configuration"]], "Usage in vars": [[61, "usage-in-vars"]], "Security update": [[62, "security-update"]], "Access to WMS GetCapability": [[62, "access-to-wms-getcapability"]], "Access to the admin interface": [[62, "access-to-the-admin-interface"]], "Access to services by external servers": [[62, "access-to-services-by-external-servers"]], "Authorized referrers": [[62, "authorized-referrers"]], "Configure short URL": [[63, "configure-short-url"]], "Custom application": [[64, "custom-application"]], "Other files": [[64, "other-files"]], "TileGeneration": [[65, "tilegeneration"]], "Introduction": [[65, "introduction"]], "TileCloud-chain": [[65, "id1"]], "Tile Generation and management": [[65, "tile-generation-and-management"]], "AWS credentials": [[65, "aws-credentials"]], "Web Interface": [[65, "web-interface"]], "See also": [[65, "see-also"]], "Upstream documentation": [[65, "upstream-documentation"]], "Upgrading a GeoMapFish application": [[66, "upgrading-a-geomapfish-application"]], "Prepare upgrade": [[66, "prepare-upgrade"]], "Prepare the database": [[66, "prepare-the-database"]], "From a version prior to 2.7.x": [[66, "from-a-version-prior-to-2-7-x"]], "Upgrade the project": [[66, "upgrade-the-project"]], "Upgrade the database": [[66, "upgrade-the-database"]], "URL login": [[67, "url-login"]], "How to build your token in your application": [[67, "how-to-build-your-token-in-your-application"]], "Vector tiles": [[68, "vector-tiles"]], "Configuring Windows tools required to connect to servers": [[69, "configuring-windows-tools-required-to-connect-to-servers"]], "Creating a SSH Key with Windows": [[69, "creating-a-ssh-key-with-windows"]], "Add your SSH Public Key to GitHub": [[69, "add-your-ssh-public-key-to-github"]], "Connecting to a server from Windows": [[69, "connecting-to-a-server-from-windows"]], "Command Line": [[69, "command-line"]], "Visual Interface": [[69, "visual-interface"]], "Saving your Passphrase with PuTTY or WinSCP": [[69, "saving-your-passphrase-with-putty-or-winscp"]], "Using PuTTY to Access the Server Database": [[69, "using-putty-to-access-the-server-database"]]}, "indexentries": {}}) \ No newline at end of file