mpeltriaux
16fd7a3a2c
* replaces 'dumb' link template with LANIS mapinterface support * adds fallback default LANIS link
12 lines
341 B
Python
12 lines
341 B
Python
"""
|
|
Author: Michel Peltriaux
|
|
Organization: Struktur- und Genehmigungsdirektion Nord, Rhineland-Palatinate, Germany
|
|
Contact: michel.peltriaux@sgdnord.rlp.de
|
|
Created on: 19.08.21
|
|
|
|
"""
|
|
|
|
EMA_IDENTIFIER_LENGTH = 6
|
|
EMA_IDENTIFIER_TEMPLATE = "EMA-{}"
|
|
EMA_LANIS_LAYER_NAME_RECORDED = "ema_recorded"
|
|
EMA_LANIS_LAYER_NAME_UNRECORDED = "ema_unrecorded" |