|
|
@9238
|
11 years |
tabacha |
BUGFIX: if you have ways with two same nodes
|
|
|
@9221
|
11 years |
tomhughes |
Set MIME type of all SVG files.
|
|
|
@8750
|
11 years |
ojw |
probably should stop using lat/long as names for these variables, it …
|
|
|
@8749
|
11 years |
ojw |
test scripts didn't include the layer parameter, so that wasn't …
|
|
|
@8517
|
11 years |
spaetz |
oops, one more zero-index glitch. off by one.
|
|
|
@8514
|
11 years |
spaetz |
fixup to last commit. python index are 0-based, of course.
|
|
|
@8513
|
11 years |
spaetz |
don't throw away first x,y of a way path
|
|
|
@8508
|
11 years |
spaetz |
fix testing for tag with building=*
|
|
|
@8503
|
11 years |
spaetz |
turn off bezier curving for buildings
|
|
|
@8501
|
11 years |
spaetz |
this implements dumb beziercurving for all ways on z>=16. We'll need …
|
|
|
@8499
|
11 years |
spaetz |
refactor draw_ways out into a separate function. make zoom level …
|
|
|
@8493
|
11 years |
ojw |
example placename rendering
|
|
|
@8492
|
11 years |
ojw |
example datafile for place names
|
|
|
@8447
|
11 years |
spaetz |
add basic usage instruction to the server
|
|
|
@8338
|
11 years |
ojw |
only return ways with names
|
|
|
@8337
|
11 years |
ojw |
locate road that you're standing on
|
|
|
@8336
|
11 years |
ojw |
utility for telling you the name of the road you're standing on
|
|
|
@8335
|
11 years |
ojw |
remove min zoom level from pyrender layers
|
|
|
@8329
|
11 years |
ojw |
When merging tiles together, remove nodes which aren't a junction, or …
|
|
|
@8324
|
11 years |
ojw |
start calculating distances
|
|
|
@8318
|
11 years |
ojw |
remove debugging
|
|
|
@8317
|
11 years |
ojw |
remove backgrounds from here (handed in the server)
how well do …
|
|
|
@8316
|
11 years |
ojw |
The problem was swapping x and y when saving the merged file :(
|
|
|
@8315
|
11 years |
ojw |
blank backgrounds to use /blank/colour/
|
|
|
@8314
|
11 years |
ojw |
remove some debug text
|
|
|
@8313
|
11 years |
ojw |
Send blank backgrounds directly, rather than getting the renderer to …
|
|
|
@8312
|
11 years |
ojw |
store blank backgrounds
|
|
|
@8305
|
11 years |
ojw |
updated with new module names
|
|
|
@8300
|
11 years |
studerap |
added a few more way types (track, footway)
|
|
|
@8297
|
11 years |
ojw |
tiledata module may have been missed from upload?
|
|
|
@8295
|
11 years |
ojw |
test some merge fixes (not rendering yet)
|
|
|
@8293
|
11 years |
ojw |
debug layers
|
|
|
@8290
|
11 years |
ojw |
more layers
|
|
|
@8284
|
11 years |
ojw |
fix problem with undefined layers
|
|
|
@8283
|
11 years |
ojw |
use arrays instead of copy/paste to create loads of layers
|
|
|
@8282
|
11 years |
ojw |
add a couple of new layers
|
|
|
@8280
|
11 years |
ojw |
per-layer background colours
+ make all the base maps plain-colour …
|
|
|
@8279
|
11 years |
ojw |
allow a blank map as the base, and make everything else overlays
|
|
|
@8278
|
11 years |
ojw |
Add support for multiple layers
|
|
|
@8275
|
11 years |
ojw |
try rendering the london underground (don't use this version if you …
|
|
|
@8232
|
11 years |
ojw |
Add layer support
+ layers for casing/core
|
|
|
@8231
|
11 years |
ojw |
Use the tile data server, instead of OSM API
|
|
|
@8209
|
11 years |
spaetz |
enable simplistic POI rendering for now.
|
|
|
@8207
|
11 years |
spaetz |
ability to use multiple styles for a way. This actually looks rather nice.
|
|
|
@8193
|
11 years |
spaetz |
bomb out of downloading for all exceptions rather than only IOError
|
|
|
@8192
|
11 years |
spaetz |
don't save HTTP error 500 messages as .osm file
|
|
|
@8191
|
11 years |
spaetz |
use quoteattr rather than escape from saxutils which also escapes …
|
|
|
@8190
|
11 years |
spaetz |
fix typo
|
|
|
@8189
|
11 years |
spaetz |
1)encode the xml values properlyin OsmMerge? (quotation marks in values …
|
|
|
@8185
|
11 years |
spaetz |
use cache structure of 'cache/z/x/y.osm' rather than …
|
|
|
@8184
|
11 years |
spaetz |
use zoom level 15 by default, no fun for the first time user otherwise.
|
|
|
@8183
|
11 years |
spaetz |
reworked URL param handling for permalinks. final version.
|
|
|
@8182
|
11 years |
spaetz |
implement area filling in pyrender
|
|
|
@8181
|
11 years |
spaetz |
fix URL var parsing, so that permalinks really work now. tested.
|
|
|
@8180
|
11 years |
spaetz |
split of query string in URL parsing, so permalinks actually work now.
|
|
|
@8179
|
11 years |
spaetz |
Cairo only takes color values between 0 and 1, converting values
|
|
|
@8178
|
11 years |
spaetz |
Actually make use off the imageBackgroundColour of tiles
|
|
|
@8177
|
11 years |
spaetz |
actually write out xml file in UTF-8 encoding
|
|
|
@8166
|
11 years |
spaetz |
remove README file. OJW has provided a readme.svg already. :-)
|
|
|
@8165
|
11 years |
spaetz |
add a README file to pyrender, to make it clear what this thing is.
|
|
|
@8164
|
11 years |
spaetz |
overly pyrender layer transparently over osmarender layer
|
|
|
@7836
|
12 years |
ojw |
better slippy map (although the server still doesn't let permalinks …
|
|
|
@7803
|
12 years |
ojw |
fix missing newlines
|
|
|
@7802
|
12 years |
ojw |
fix newlines
|
|
|
@7801
|
12 years |
ojw |
fix missed newlines
|
|
|
@7800
|
12 years |
ojw |
outline of how to use OSMXAPI for downloads (was very very slow when …
|
|
|
@7798
|
12 years |
ojw |
cairo renderer, using OSM tags for colours/widths
|
|
|
@7797
|
12 years |
ojw |
merge the cairo changes in
|
|
|
@7796
|
12 years |
ojw |
Merge the cairo changes in
|
|
|
@7795
|
12 years |
ojw |
rename the PIL renderer
|
|
|
@7794
|
12 years |
ojw |
Start using OSM tags to get hardcoded style information
|
|
|
@7788
|
12 years |
ojw |
rename the sample rendering engine
|
|
|
@7787
|
12 years |
ojw |
Add some tutorial text as comments in the example renderer
|
|
|
@7786
|
12 years |
ojw |
Separate rendering functionality from base class, and make it easy for …
|
|
|
@7785
|
12 years |
ojw |
base renderer and one instance of it
|
|
|
@7784
|
12 years |
ojw |
rearrange
|
|
|
@7783
|
12 years |
ojw |
Start to generalise rendering engine
|
|
|
@7757
|
12 years |
ojw |
Allow zooming in more
|
|
|
@7755
|
12 years |
ojw |
Serve the slippy-map through the same server, so you can browse the …
|
|
|
@7744
|
12 years |
ojw |
desription of the system, as image
|
|
|
@7742
|
12 years |
ojw |
program to download and cache OSM data in tile-sized chunks, and run a …
|
|
|
@7741
|
12 years |
ojw |
rename
|
|
copied from applications/rendering/pyserver:
|
|
|
@7740
|
12 years |
ojw |
create directory to store something
|