0
votes
1answer
32 views

GeoServer + dynamic datapath layer

My app based on Mapserver contains dynamic layers and using PHPMapscript I modify MAPFILE->LAYER->DATA value based on a parameter that comes via GET. Or I could even use RegEXP in the LAYER->DATA ...
3
votes
0answers
40 views

Geoserver WMST Date Format

There is table in SLQ-Server 2008 R2. In this table i have date column with date format like this 2006-09-08 14:39:41.000. Now i make View from this table on Geoserver side but do nothing wiht date ...
0
votes
0answers
67 views

Does time in GeoServer work?

I'm trying to replicate the time sample founded in the GeoServer User Manual here http://docs.geoserver.org/latest/en/user/googleearth/tutorials/time/time.html Here you are my GeoServer status ...
1
vote
0answers
155 views

Adding time dimension to layer in GeoServer

I have a GeoServer installation that is used as a proxy in front of a THREDDS Data Server to be able to add additional metadata to WMS layers (which I haven't found any support for in THREDDS). I ...
1
vote
0answers
109 views

GeoServer timestamp format

In my app, I use GeoServer to serve my features and OpenLayers as a client. My data contains dates info in this format: 'yyy-mm-dd hh-mm-ss' but when it comes from GeoServer, it appears like: ...
3
votes
0answers
142 views

Geoserver WMS-T backend problems

I've been trying to set up a few timed WMS layers in GeoServer. They're simple enough, of the form ID(PRIMARY KEY) REGION DATE VALUE so for every region and date you have some value, e.g. the ...
6
votes
1answer
79 views

How to store and serve data and its progress over time in GeoServer?

I recently started working with GeoServer and stored some shape files. I successfully can retrieve the data as JSON. The data I want to maintain in the database changes over time. I do not want to ...