Database Changes 2.4.1

From MapbenderWiki

Jump to: navigation, search

Contents

Database changes / Datenbankänderungen

layer_epsg

unique key for (fkey_layer_id, epsg)

1. create temporary table with distinct entries 2. check for ambiguous entries 3. if there is a result: delete ambiguous entries manually, like 4. delete old data from layer_epsg 5. move new data to layer_epsg 6. add unique key 7. remove temporary table

layer_preview

Layer preview

topicCategories

table for topicCategories: md_topic_category


expansion metadata capabilties:

WMS:

  • Fees
  • Access Constraints
  • ContactPerson
  • ContactOrganization
  • Address
  • City
  • StateOrProvince
  • PostCode
  • Country
  • ContactVoiceTelephone
  • ContactElectronicMailAddress

für die interne Verwaltung

  • wms_owner
  • wms_timestamp

zusätzlich für das Abspeichern des editierten Zustands onUpdate:

  • wms_mb_getcapabilities_doc

LAYER

  • Abstract (rootLayer inherits wms abstract)
  • KeywordList (1:n table) (rootLayer inherits wms keywords)

SQL

postgresql

mysql

mysql

postgesql

Personal tools