FOSSGIS 2014 - Berlin - 2014-03-21
Stephan Meißl stephan.meissl@eox.at @Schpidi
This work is licensed under a Creative Commons Attribution 4.0 International License.
...
/var/ngeob_data/mapcache.sqlite
select strftime('%Y-%m-%dT%H:%M:%SZ',start_time)||'/'||
strftime('%Y-%m-%dT%H:%M:%SZ',end_time)
from time
where source_id=:tileset and
datetime(:end_timestamp,'unixepoch')>=start_time and
end_time>=datetime(:start_timestamp,'unixepoch') and
maxx>=:minx and
maxy>=:miny and
:maxx>=minx and
:maxy>=miny
order by end_time
limit 100
INSPIRE View & Download Service Prototyp via WMS/WMTS und WCS
FOSSGIS 2014 - Berlin - 2014-03-21
Stephan Meißl stephan.meissl@eox.at @Schpidi
This work is licensed under a Creative Commons Attribution 4.0 International License.