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