Skip to content

Commit aeeb384

Browse files
committed
update OGC services
1 parent 0346704 commit aeeb384

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

en/MIGRATION_GUIDE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
MapServer Migration Guide
77
*****************************************************************************
88

9-
:Last Updated: 2026-03-29
9+
:Last Updated: 2026-04-19
1010

1111
.. contents:: Table of Contents
1212
:depth: 2

en/ogc/wcs_format.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
:Contact: nbarker at ittvis.com
1414
:Author: Jeff McKenna
1515
:Contact: jmckenna at gatewaygeomatics.com
16-
:Last Updated: 2026-04-16
16+
:Last Updated: 2026-04-20
1717

1818

1919
.. contents::
@@ -293,7 +293,7 @@ Then you need to define your tile index within the mapfile:
293293
DATA 'timeIndex.shp'
294294
FILTER ("[time]" = '%time%')
295295
VALIDATION
296-
#handle time values of format YYYY-MM-DDT00:00:00
296+
#handle time values of format YYYY-MM-DDThh:mm:ss
297297
'time' '^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}$'
298298
END
299299
END

en/ogc/wcs_server.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
:Contact: stephan.meissl at eox.at
1414
:Author: Fabian Schindler
1515
:Contact: fabian.schindler at eox.at
16-
:Last Updated: 2026-04-16
16+
:Last Updated: 2026-04-20
1717

1818
.. contents:: Table of Contents
1919
:depth: 2
@@ -180,7 +180,7 @@ single raster). Note the comments for the required parameters.
180180

181181
#output projection
182182
PROJECTION
183-
"init=epsg:3857" #LCC, see https://spatialreference.org/ref/epsg/3857/
183+
"init=epsg:3857" #web mercator, see https://spatialreference.org/ref/epsg/3857/
184184
END
185185

186186
LAYER
@@ -197,7 +197,7 @@ single raster). Note the comments for the required parameters.
197197
DATA "world.topo.bathy.200401.3x5400x2700_geo.tif"
198198
#the data's source projection
199199
PROJECTION
200-
"init=epsg:4326" #LCC, see https://spatialreference.org/ref/epsg/4326/
200+
"init=epsg:4326" #latlong, see https://spatialreference.org/ref/epsg/4326/
201201
END
202202
DEBUG 5
203203
END # layer
@@ -372,7 +372,7 @@ setup validation for that time format.
372372
DATA "index_bluemarble.shp"
373373
FILTER ("[imgdate]" = '%time%')
374374
VALIDATION
375-
#handle time values of format YYYY-MM-DDT00:00:00
375+
#handle time values of format YYYY-MM-DDThh:mm:ss
376376
'time' '^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}$'
377377
END
378378
PROJECTION
@@ -415,7 +415,7 @@ layer.
415415
TILEITEM "location"
416416
#the data's source projection
417417
PROJECTION
418-
"init=epsg:4326" #LCC, see https://spatialreference.org/ref/epsg/4326/
418+
"init=epsg:4326" #latlong, see https://spatialreference.org/ref/epsg/4326/
419419
END
420420
DEBUG 5
421421
END # layer
@@ -477,7 +477,7 @@ required parameters.
477477

478478
#output projection
479479
PROJECTION
480-
"init=epsg:3857" #LCC, see https://spatialreference.org/ref/epsg/3857/
480+
"init=epsg:3857" #web mercator, see https://spatialreference.org/ref/epsg/3857/
481481
END
482482

483483
/* tileindex layer */
@@ -487,7 +487,7 @@ required parameters.
487487
DATA "index_bluemarble.shp"
488488
FILTER ("[imgdate]" = '%time%')
489489
VALIDATION
490-
#handle time values of format YYYY-MM-DDT00:00:00
490+
#handle time values of format YYYY-MM-DDThh:mm:ss
491491
'time' '^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}$'
492492
END
493493
PROJECTION
@@ -520,7 +520,7 @@ required parameters.
520520
TILEITEM "location"
521521
#the data's source projection
522522
PROJECTION
523-
"init=epsg:4326" #LCC, see https://spatialreference.org/ref/epsg/4326/
523+
"init=epsg:4326" #latlong, see https://spatialreference.org/ref/epsg/4326/
524524
END
525525
DEBUG 5
526526
END # layer

0 commit comments

Comments
 (0)