Skip to content

Shapefile Templates

Raman Prasad edited this page Jan 27, 2017 · 3 revisions

This has changed considerably since 12/2016


Shapefiles

Examine shapefile

  • View: view_examine_dataset
  • Template: view_01_examine_zip.html

Basic view: view_shapefile_overview.html

Pre-Mapping:

file: view_shapefile_overview.html

  • Includes:
    • Title: view_02_main_panel_title.html
    • View: view_02a_shp_table.html
    • On error: view_02a_err_examine.html
    • Link back to Dataverse: link-back-to-dataverse.html

Post-Mapping/Classify

file: view_shapefile_overview.html

  • Includes:
    • View/Classify: view_04_ajax_style_layer.html
    • Delete Confirmation (Modal): modal_delete_confirm.html
    • Save Confirmation (Modal): modal_save_confirm.html
    • Classify JS: classification/classify_form_dynamic_js.html
  • Ajax:
    • view: view_classify_layer_form
      • template(s):
        • classification/view_classify_form.html
        • classification/classify_success_msg.html
        • classification/classify_major_error.html
        • classification/classify_basic_error.html
  • Views:
    • view_classify_layer_form (classification/views.py)
    • view_delete_map (gis_shapefiles/views_delete.py)

Clone this wiki locally