Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- LAYER
- NAME "ch.swisstopo.lubis-bildstreifen"
- TYPE LINE
- STATUS ON
- CONNECTIONTYPE POSTGIS
- CONNECTION "user=**** password=**** dbname=lubis_master host=**** port=****"
- DATA "the_geom from (
- SELECT
- the_geom
- , filmart
- , firma
- , flugdatum
- , objectid
- , resolution
- , bildstreifen_nr
- , bildstreifen_nr as id
- , bgdi_flugjahr
- , area
- , gsd
- , toposhop_length
- , toposhop_start_x
- , toposhop_start_y
- , toposhop_end_x
- , toposhop_end_y
- , toposhop_date
- , goal
- , georef_source as source_georef
- from ads40.view_bildstreifen
- WHERE
- firma like 'swisstopo'
- order by resolution desc
- ) AS bla USING UNIQUE bildstreifen_nr USING SRID=2056"
- TEMPLATE "GetFeatureInfo"
- TOLERANCE 10
- METADATA
- "wms_enable_request" "*"
- "wms_title" "lubis_bildstreifen"
- "wms_extent" "2100000 1050000 2850000 1400000"
- "wms_timeextent" "2005/2022"
- "wms_timeitem" "flugdatum"
- #"wms_timedefault" "2005/2022"
- "ows_include_items" "id,flugdatum,firma,filmart,bgdi_flugjahr,resolution,objectid,area,gsd,toposhop_length,toposhop_start_x,toposhop_start_y,toposhop_end_x,toposhop_end_y,toposhop_date,goal,source_georef"
- END
- CLASS
- NAME "resolution_10"
- EXPRESSION ( [resolution] <= 0.1 )
- MINSCALEDENOM 900001
- STYLE
- COLOR 255 255 255
- WIDTH 2
- END
- STYLE
- COLOR 138 220 247
- WIDTH 1
- END
- END
- CLASS
- NAME "resolution_10"
- EXPRESSION ( [resolution] <= 0.1 )
- MAXSCALEDENOM 900000
- STYLE
- COLOR 255 255 255
- WIDTH 5
- END
- STYLE
- COLOR 138 220 247
- WIDTH 3
- END
- END
- CLASS
- NAME "resolution_25"
- EXPRESSION ( ( [resolution] <= 0.25 ) AND ( [resolution] > 0.1 ) )
- MINSCALEDENOM 900001
- STYLE
- COLOR 255 255 255
- WIDTH 2
- END
- STYLE
- COLOR 255 0 0
- WIDTH 1
- END
- END
- CLASS
- NAME "resolution_25"
- EXPRESSION ( ( [resolution] <= 0.25 ) AND ( [resolution] > 0.1 ) )
- MAXSCALEDENOM 900000
- STYLE
- COLOR 255 255 255
- WIDTH 5
- END
- STYLE
- COLOR 255 0 0
- WIDTH 3
- END
- END
- CLASS
- NAME "resolution_50"
- EXPRESSION ( ( [resolution] <= 0.5 ) AND ( [resolution] > 0.25 ) )
- MINSCALEDENOM 900001
- STYLE
- COLOR 255 255 255
- WIDTH 2
- END
- STYLE
- COLOR 0 0 255
- WIDTH 1
- END
- END
- CLASS
- NAME "resolution_50"
- EXPRESSION ( ( [resolution] <= 0.5 ) AND ( [resolution] > 0.25 ) )
- MAXSCALEDENOM 900000
- STYLE
- COLOR 255 255 255
- WIDTH 5
- END
- STYLE
- COLOR 0 0 255
- WIDTH 3
- END
- END
- PROJECTION
- "init=epsg:2056"
- END
- END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement