|
|
@9401
|
11 years |
spaetz |
disable max active requests. It doesn't seem to work well…
|
|
|
@9390
|
11 years |
spaetz |
allow 400 concurrent active requests
|
|
|
@9387
|
11 years |
spaetz |
limit the number of active requests to 100
|
|
|
@9386
|
11 years |
spaetz |
fix up MapOf? excerpts. People have annoyed me enough into fixing it.
|
|
|
@9382
|
11 years |
spaetz |
much more contrast for lowzooms. too much?
|
|
|
@9380
|
11 years |
spaetz |
latest incarnation
|
|
|
@9378
|
11 years |
spaetz |
commit final version that is currently running.
|
|
|
@9377
|
11 years |
spaetz |
use Newform admin interface
|
|
|
@9374
|
11 years |
spaetz |
Use new AdminModel? classes for the web admin interface, works only …
|
|
|
@9367
|
11 years |
spaetz |
fall back from captionless to tile layer, then use unknown image
|
|
|
@9366
|
11 years |
spaetz |
use local blank tile pngs, not those on NFS drive.
|
|
|
@9365
|
11 years |
spaetz |
final lowzoom stitcher. works now.
|
|
|
@9364
|
11 years |
spaetz |
remove debug thing
|
|
|
@9363
|
11 years |
spaetz |
stitch lowzoom with captions
|
|
|
@9362
|
11 years |
spaetz |
adapt path in stitch lowzoom. various other minor changes.
|
|
|
@9361
|
11 years |
spaetz |
use max_length rather than maxlength to avoid Deprecation warnings
|
|
|
@9360
|
11 years |
spaetz |
protect better against valid zip files that are no tileset.
|
|
|
@9359
|
11 years |
spaetz |
call LegacyTileset? only on tilesetfile that don't exist yet.
|
|
|
@9358
|
11 years |
spaetz |
adapt paths to hypercube's locations
|
|
|
@9357
|
11 years |
spaetz |
delete temporary conversion script
|
|
|
@9356
|
11 years |
spaetz |
add django fastcgi starter
|
|
|
@9355
|
11 years |
spaetz |
prevent uploads from being loaded to ram. requires svn django plus …
|
|
|
@9354
|
11 years |
jth |
global content image/png,cleanup file & mmap
|
|
|
@9348
|
11 years |
spaetz |
make admin interface work with django SVN version. will break on older …
|
|
|
@9345
|
11 years |
ritzert |
mmap the tileset header for easier parsing.
|
|
|
@9344
|
11 years |
ritzert |
Fold parse_tileset into serve_tileset. Avoid doing work twice.
|
|
|
@9343
|
11 years |
ritzert |
Check for zero-size legacy tile.
|
|
|
@9342
|
11 years |
ritzert |
#include system headers with <>.
|
|
|
@9341
|
11 years |
ritzert |
Fix If-Modified-Since.
|
|
|
@9339
|
11 years |
ritzert |
Just formatting changes.
|
|
|
@9338
|
11 years |
ritzert |
Move tileset serving code to serve_tileset.
|
|
|
@9337
|
11 years |
ritzert |
Minor cleanups.
|
|
|
@9336
|
11 years |
ritzert |
Always set the Cache-Control header.
Remove commented out code.
|
|
|
@9335
|
11 years |
ritzert |
Move legacy tile serving code to serve_legacytile.
|
|
|
@9334
|
11 years |
ritzert |
Simplify arguments to xyz_to_blankdbtile.
|
|
|
@9333
|
11 years |
ritzert |
Fix oceantiles lookup to correctly return the sea tile.
|
|
|
@9329
|
11 years |
jth |
Revert to uri, something missing?
|
|
|
@9328
|
11 years |
ritzert |
Look at path_info, not uri.
|
|
|
@9327
|
11 years |
ritzert |
Serve legacy tiles from within the module.
|
|
|
@9326
|
11 years |
spaetz |
use correct tile path, z is not zero-padded. use unsigned int for …
|
|
|
@9325
|
11 years |
spaetz |
update t@h TODO list
|
|
|
@9324
|
11 years |
spaetz |
use 2000x2000 as max MapOf? dimensions.
|
|
|
@9323
|
11 years |
spaetz |
cache MapOf? images for 10 days by the browser (or proxy)
|
|
|
@9322
|
11 years |
spaetz |
refuse MapOf? images with w,h > 1024. Suckers have been requesting …
|
|
|
@9321
|
11 years |
jth |
Update path again with padding
|
|
|
@9319
|
11 years |
jth |
Update to the new tilepath
|
|
|
@9312
|
11 years |
jth |
No need to include hostname
|
|
|
@9311
|
11 years |
jth |
Usage note and path update
|
|
|
@9310
|
11 years |
jth |
os.mkdirs not found, replace with os.makedirs
|
|
|
@9309
|
11 years |
jonb |
mod_tah: Remove unset oceandb pointer. Fix-up inconsistencies in …
|
|
|
@9308
|
11 years |
jth |
Django complains otherwise that base_browse.html not first, ok for …
|
|
|
@9307
|
11 years |
ritzert |
Formatting.
|
|
|
@9306
|
11 years |
jth |
New mod_tah module and hello
|
|
|
@9285
|
11 years |
spaetz |
improved INSTALL instructions.
|
|
|
@9278
|
11 years |
spaetz |
temporarily add conversion script. will soon be removed
|
|
|
@9277
|
11 years |
spaetz |
use more fine grained directory structure
|
|
|
@9259
|
11 years |
spaetz |
struct.unpack returns a tuple. Treat it as such
|
|
|
@9256
|
11 years |
studerap |
first try to make serving tiles faster. patch from ast.
|
|
|
@9255
|
11 years |
spaetz |
fix bug when second offset would just mark a blank tile.
|
|
|
@9253
|
11 years |
spaetz |
add more individual cache control headers
|
|
|
@9242
|
11 years |
spaetz |
add cache-control header
|
|
|
@9235
|
11 years |
spaetz |
depale stitched lowzooms. At least better looking than before
|
|
|
@9231
|
11 years |
spaetz |
protect against in-existing layers
|
|
|
@9230
|
11 years |
spaetz |
don't use the django 1.0 version of the admin interface.
|
|
|
@9219
|
11 years |
spaetz |
use 'GMT' time zone rather than +0000
|
|
|
@9218
|
11 years |
spaetz |
use email.Utils rather than deprecated rfc8222 module
|
|
|
@9217
|
11 years |
spaetz |
slightly beautify server_tiles
|
|
|
@9216
|
11 years |
spaetz |
always hand back file length, so we can use data-length in http reply
|
|
|
@9215
|
11 years |
spaetz |
set req.finfo, hoping that it helps with Last-Modified. Doubtful.
|
|
|
@9214
|
11 years |
spaetz |
make setSetting return the set value. 2) Don't hardcode changedTile …
|
|
|
@9213
|
11 years |
spaetz |
use object related exceptions instead of excplicitely importing them.
|
|
|
@9212
|
11 years |
spaetz |
make getSetting bullet proof against non-existing settings
|
|
|
@9209
|
11 years |
spaetz |
this works with django SVN version. I hope it will also work with …
|
|
|
@9208
|
11 years |
spaetz |
make old API form tile.serve_tile work again as before.
|
|
|
@9207
|
11 years |
spaetz |
remove settings.py from svn
|
|
|
@9206
|
11 years |
spaetz |
mv settings.py to settings.py.example, svn:ignore settings.py and …
|
|
|
@9205
|
11 years |
spaetz |
mv settings.py to settings.py.example, svn:ignore settings.py and …
|
|
|
@9204
|
11 years |
spaetz |
second bug fix commit for the 2-liner patch.
|
|
|
@9202
|
11 years |
spaetz |
actually use returned blankness value rather than unknown
|
|
|
@9201
|
11 years |
spaetz |
fix add setSetting method
|
|
|
@9200
|
11 years |
spaetz |
add setSetting method
|
|
|
@9199
|
11 years |
spaetz |
make 'extend' tag be the first in the template. Django SVN version …
|
|
|
@9198
|
11 years |
spaetz |
remove superfluous MapOf? URL
|
|
|
@9197
|
11 years |
spaetz |
adapt docs
|
|
|
@9196
|
11 years |
spaetz |
ditch the max_length of x/y coordinates and use SmallPositiveNumber? …
|
|
|
@9194
|
11 years |
spaetz |
fix previous checkin. This idea is based on patch by kai Krueger. …
|
|
|
@9193
|
11 years |
spaetz |
make use of apache.sendfile() to avoid copying all served tile data in …
|
|
|
@9186
|
11 years |
spaetz |
tellus wants noengineering notation. blame him :-)
|
|
|
@9185
|
11 years |
spaetz |
make mapof return jpeg on demand and correct image size
|
|
|
@9184
|
11 years |
spaetz |
nicer user stats
|
|
|
@9139
|
11 years |
spaetz |
leave mod_python as is now…
|
|
|
@9138
|
11 years |
spaetz |
add Content-Length to HTTP reply. Implmement 304 Not modified reply too.
|
|
|
@9133
|
11 years |
amillar |
Updated installation documentation for tahngo server
|
|
|
@9132
|
11 years |
spaetz |
commit stitch lowzoom script using Python Image Library, rather than …
|
|
|
@9131
|
11 years |
spaetz |
stat returns an OSError if the file does not exist.
|
|
|
@9130
|
11 years |
spaetz |
seperate SQL check for an active request. Refuse to accept a new that. …
|
|
|
@9129
|
11 years |
spaetz |
return the tilesetfile mtime and use that in the 'Last-Modified' header.
|
|
|
@9127
|
11 years |
spaetz |
Add an 'Expires' header to png tiles set to 3 hours in the future. …
|
|
|
@9122
|
11 years |
spaetz |
Add a start/stop script for the upload processor, that can be called …
|
|
|
@9121
|
11 years |
spaetz |
protect more places against disappeared files.
|
|
|