bentoncounty_gistools.template

Module Contents

Functions

build_template()

Build template dictionary from template maps. The template stores layer

build_template_dictionary(template_type, template)

update_layer_def(names, template)

Build dictionary of layer info for layers.

update_layer_info(names, template)

Build dictionary of layer info for layers. Includes popup info.

Attributes

ARCGIS_USERNAME

ARCGIS_PASSWORD

TEMPLATE_DIR

TEMPLATE_AERIAL_IMAGERY_MAP

TEMPLATE_ADDRESS_MAP

TEMPLATE_ANNO_0020_MAP

TEMPLATE_ANNO_0050_MAP

TEMPLATE_BOUNDARIES_MAP

TEMPLATE_CONTOURS_MAP

TEMPLATE_CORVALLIS_IMAGERY

TEMPLATE_ENVIRONMENT_MAP

TEMPLATE_HCP_BUTTERFY_MAP

TEMPLATE_HPSV_MAP

TEMPLATE_FEMA_NFHL

TEMPLATE_NATURAL_LAYERS_MAP

TEMPLATE_NFI_FEATURES_MAP

TEMPLATE_NFI_FLOOD_MAP

TEMPLATE_NFI_HAZARD_MAP

TEMPLATE_NFI_MAP

TEMPLATE_PPSV_MAP

TEMPLATE_RIPARIAN_MAP

TEMPLATE_SURVEY_MAP

TEMPLATE_TAXLOT_MAP

TEMPLATE_TRANSPORTATION_MAP

TEMPLATE_ZONING_MAP

bentoncounty_gistools.template.ARCGIS_USERNAME
bentoncounty_gistools.template.ARCGIS_PASSWORD
bentoncounty_gistools.template.TEMPLATE_DIR
bentoncounty_gistools.template.TEMPLATE_AERIAL_IMAGERY_MAP = 4cb460dcb6464724b2e99ba696d5dd77
bentoncounty_gistools.template.TEMPLATE_ADDRESS_MAP = 5c507b0f03084f33b8da587cbd4b830b
bentoncounty_gistools.template.TEMPLATE_ANNO_0020_MAP = 47679a569cd9421d806e981fffa49b72
bentoncounty_gistools.template.TEMPLATE_ANNO_0050_MAP = e6ad704ebb53408f8e111d1ace1c45b9
bentoncounty_gistools.template.TEMPLATE_BOUNDARIES_MAP = c8595e39c1fe4971819d74e7318d1dbd
bentoncounty_gistools.template.TEMPLATE_CONTOURS_MAP = 1e0e9975687741a897e2ff4c7dd3b8e0
bentoncounty_gistools.template.TEMPLATE_CORVALLIS_IMAGERY = 8dea2f0d5c604fa5ba9e231a7a462bbb
bentoncounty_gistools.template.TEMPLATE_ENVIRONMENT_MAP = a2612a21ccf3458e945ac971390cf5dc
bentoncounty_gistools.template.TEMPLATE_HCP_BUTTERFY_MAP = 6f3467fcdeea4d839d01bff403a5e891
bentoncounty_gistools.template.TEMPLATE_HPSV_MAP = d9b5d23af3044405afe06e8d488d8b64
bentoncounty_gistools.template.TEMPLATE_FEMA_NFHL = 80f8d00a788743458e344f1e94ddf8c5
bentoncounty_gistools.template.TEMPLATE_NATURAL_LAYERS_MAP = c172db7be269462f8f1d1e08e9ecc1db
bentoncounty_gistools.template.TEMPLATE_NFI_FEATURES_MAP = 4b01743efdb94a3fa54e0f542aad987a
bentoncounty_gistools.template.TEMPLATE_NFI_FLOOD_MAP = ee08f36f69b24f2599bea34563215a17
bentoncounty_gistools.template.TEMPLATE_NFI_HAZARD_MAP = 9db5a09c12454347871a522f6af851d8
bentoncounty_gistools.template.TEMPLATE_NFI_MAP = c0c19fcc00e9430bb92332e35e19aa13
bentoncounty_gistools.template.TEMPLATE_PPSV_MAP = a0e7e1cb85c54fd39b95eed20d1aded9
bentoncounty_gistools.template.TEMPLATE_RIPARIAN_MAP = dbeaf45e240a41178879f64751d6954d
bentoncounty_gistools.template.TEMPLATE_SURVEY_MAP = 28cbe6fcdc7c49cba8f95666644b7fda
bentoncounty_gistools.template.TEMPLATE_TAXLOT_MAP = a409c55c9e0440488c4ab3ce5e10659d
bentoncounty_gistools.template.TEMPLATE_TRANSPORTATION_MAP = 8cd34cff9a43406dae69c69fa42829b9
bentoncounty_gistools.template.TEMPLATE_ZONING_MAP = 1f417e7ca2c54a8e99ffb7b373c3c229
bentoncounty_gistools.template.build_template()

Build template dictionary from template maps. The template stores layer definition information (style, labels, whether popups are enabled, etc.) referenced by the package when constructing a new map.

Returns

Updates the template.json file.

bentoncounty_gistools.template.build_template_dictionary(template_type, template)
bentoncounty_gistools.template.update_layer_def(names, template)

Build dictionary of layer info for layers.

Parameters

template – Web map template for layer fields.

Returns

Dictionary of short keys and layer definitions for the survey layers.

bentoncounty_gistools.template.update_layer_info(names, template)

Build dictionary of layer info for layers. Includes popup info.

Parameters
  • names – Function returned layers names, appends argument to base name.

  • template – Web map template for layer fields.

Returns

Dictionary of short keys and layer definitions for the survey layers.