-
Notifications
You must be signed in to change notification settings - Fork 7
/
Makefile
584 lines (402 loc) · 29 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
# Previews:
# - final: http://brillo.stamen/~geraldine/handmaps/index.html
# - for troubleshooting (no edge texture, or inner glow, but uses the "colors"): http://brillo.stamen/~geraldine/handmaps/masks.html
#
# TODO
#
# - Adjust textures, colors.
# - General map compilation: what map features should be shown when.
# ----- NAIP imagery?
# ----- texturea at zooms 0 to 6 for continent land
#
# There are 5 layers:
#
# They are used as mask layers for further coloring and texturing in TileStache.
# The MSS just defined B+W #000 and #fff colors on objects to say "draw this, don't draw this".
#
# To add more layers,
# - setup new MML+MSS combos in self-titled directories.
# - Add them to the "stack" in the tilestache.cfg and
# - prep the Mapnik XML by adding new targets in the Makefile. See the STYLES variable.
#
# The colors come later in these files:
# - tilestache.cfg
# "stack": [
# {"src": "mask_water", "type": "watercolor", "zoom": "0-2", "edge_thresh": 75, "disp_tile": "textures/watertest1.jpg"},
# {"src": "mask_water", "type": "watercolor", "zoom": "3-99", "edge_thresh": 75, "disp_tile": "textures/watercolor_tile_water0.jpg"},
# {"src": "mask_ground", "type": "watercolor", "zoom": "0-99", "disp_tile": "textures/watercolor_tile_ground0.jpg"},
# {"src": "mask_green", "type": "watercolor", "zoom": "0-99", "disp_tile": "textures/watercolor_tile_green0.jpg"},
# {"src": "mask_civic", "type": "watercolor", "zoom": "0-99", "disp_tile": "textures/watercolor_tile_civic0.jpg"},
# {"src": "mask_motorways", "type": "watercolor", "zoom": "15-99", "edge_gauss": 4, "edge_thresh": 120, "disp_tile": "textures/watercolor_tile_motorways0.jpg"}
# ]
# Where the image file gives it color and fill texture, like: "textures/watertest1.jpg"
#
# Map masks:
# - mask_civic
# - mask_green
# - mask_ground
# - mask_motorways -- only for super big roads zoomed in when they are purple
# - mask_water
# They are stored in folders with their own MML and MSS.
# - style_base is the master template that describes the MML layers and potential MSS
# stylings. But it's not actually used for rendering.
# NOTE: Roads are usually drawn by implying their negative presence in the other masks. This is defined in the ../stylebase/roads.mss
#
# If you want to modify the "roughness" of the edge of things, either mod the "defaults" or the layer overrides for:
# This should mostly affect the edge of your B+W mask, but if the numbers are too high, it'll impact the middle of your mask, too.
# "edge_tile": "textures/paper_tile_256_1.jpg", ---- another texture file that determines roughness of the edge
# "edge_mult": 0.4, - to combine the edge_tile image into the layer mask. 0 = none. 1.0 = mostly ignore the mask. (don't use 1; 0.1 and .3 is good range)
# "edge_gauss": 6, - blur the edge of the B+W mask before the edge texture is added. useful range of 3 to 10. Higher values = slower to process.
# "edge_thresh": 120, - range of 0 to 255. Below this number = TRUE; Above = FALSE. Based on the contrast in your original edge_tile image. This turns the combination of the B+W mask + texture back into B+W.
# "outline_gauss": 15, - like an inner glow, how wide
# "outline_mult": 0.7, - like an inner glow, how dark
# "aa_mult": 2 - a scale factor that we can now ignore, was used for anti-aliasing.
#
16TH_MISSION = 37.76519 -122.4174
SFO_LATLON = 37.807613 -122.279891
NYC_LATLON = 40.756749 -73.998284
LON_LATLON = 51.507553 -0.008271
TOKYO_LATLON = 35.6595 139.7004
CAI_LATLON = 30.056466 31.221428
BEI_LATLON = 39.904214 116.407413
IST_LATLON = 41.00527 28.97696
AMS_LATLON = 52.370215 4.895167
ADE_LATLON = -34.928726 138.599945
PAR_LATLON = 48.856614 2.352221
SUP_LATLON = 48.076 -89.096
all: index.html
tilestache/tilestache.cfg:
rm -f -r tilestache/cache/watercolor
touch tilestache/tilestache.cfg
tilestache-update: \
tilestache/tilestache.cfg
tokyo: \
renders/low-zoom-world-1.jpg renders/low-zoom-world-2.jpg \
renders/low-zoom-world-tokyo-3.jpg renders/low-zoom-world-tokyo-4.jpg \
renders/low-zoom-world-tokyo-5.jpg \
renders/low-zoom-world-tokyo-6.jpg \
renders/low-zoom-world-tokyo-7.jpg \
renders/low-zoom-world-tokyo-8.jpg \
renders/low-zoom-world-tokyo-9.jpg \
renders/tokyo-10.jpg renders/tokyo-11.jpg renders/tokyo-12.jpg \
renders/tokyo-13.jpg renders/tokyo-14.jpg renders/tokyo-15.jpg \
renders/tokyo-16.jpg renders/tokyo-17.jpg renders/tokyo-18.jpg \
renders/tokyo-19.jpg
touch index.html
superior: \
renders/low-zoom-world-lake-superior-7.jpg \
renders/low-zoom-world-lake-superior-8.jpg \
renders/low-zoom-world-lake-superior-9.jpg
index.html: \
renders/low-zoom-world-1.jpg renders/low-zoom-world-2.jpg \
renders/low-zoom-world-usa-3.jpg renders/low-zoom-world-berlin-3.jpg \
renders/low-zoom-world-tokyo-3.jpg renders/low-zoom-world-usa-4.jpg \
renders/low-zoom-world-berlin-4.jpg renders/low-zoom-world-tokyo-4.jpg \
renders/low-zoom-world-dc-5.jpg renders/low-zoom-world-berlin-5.jpg \
renders/low-zoom-world-tokyo-5.jpg renders/low-zoom-world-oakland-5.jpg \
renders/low-zoom-world-dc-6.jpg renders/low-zoom-world-berlin-6.jpg \
renders/low-zoom-world-tokyo-6.jpg renders/low-zoom-world-oakland-6.jpg \
renders/low-zoom-world-dc-7.jpg renders/low-zoom-world-berlin-7.jpg \
renders/low-zoom-world-tokyo-7.jpg renders/low-zoom-world-oakland-7.jpg \
renders/low-zoom-world-dc-8.jpg renders/low-zoom-world-berlin-8.jpg \
renders/low-zoom-world-tokyo-8.jpg renders/low-zoom-world-oakland-8.jpg \
renders/low-zoom-world-dc-9.jpg renders/low-zoom-world-berlin-9.jpg \
renders/low-zoom-world-tokyo-9.jpg renders/low-zoom-world-oakland-9.jpg \
renders/sanfrancisco-10.jpg renders/sanfrancisco-11.jpg renders/sanfrancisco-12.jpg \
renders/sanfrancisco-13.jpg renders/sanfrancisco-14.jpg renders/sanfrancisco-15.jpg \
renders/sanfrancisco-16.jpg renders/sanfrancisco-17.jpg renders/sanfrancisco-18.jpg \
renders/newyork-10.jpg renders/newyork-11.jpg renders/newyork-12.jpg \
renders/newyork-13.jpg renders/newyork-14.jpg renders/newyork-15.jpg \
renders/newyork-16.jpg renders/newyork-17.jpg renders/newyork-18.jpg \
renders/london-10.jpg renders/london-11.jpg renders/london-12.jpg \
renders/london-13.jpg renders/london-14.jpg renders/london-15.jpg \
renders/london-16.jpg renders/london-17.jpg renders/london-18.jpg \
renders/tokyo-10.jpg renders/tokyo-11.jpg renders/tokyo-12.jpg \
renders/tokyo-13.jpg renders/tokyo-14.jpg renders/tokyo-15.jpg \
renders/tokyo-16.jpg renders/tokyo-17.jpg renders/tokyo-18.jpg \
renders/16th-mission-10.jpg renders/16th-mission-11.jpg renders/16th-mission-12.jpg \
renders/16th-mission-13.jpg renders/16th-mission-14.jpg renders/16th-mission-15.jpg \
renders/16th-mission-16.jpg renders/16th-mission-17.jpg renders/16th-mission-18.jpg \
renders/newyork-19.jpg renders/sanfrancisco-19.jpg renders/london-19.jpg \
renders/tokyo-19.jpg renders/16th-mission-19.jpg
touch index.html
renders/16th-mission-10.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(16TH_MISSION) -z 10 -d 1024 512 $@
renders/16th-mission-11.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(16TH_MISSION) -z 11 -d 1024 512 $@
renders/16th-mission-12.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(16TH_MISSION) -z 12 -d 1024 512 $@
renders/16th-mission-13.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(16TH_MISSION) -z 13 -d 1024 512 $@
renders/16th-mission-14.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(16TH_MISSION) -z 14 -d 1024 512 $@
renders/16th-mission-15.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(16TH_MISSION) -z 15 -d 1024 512 $@
renders/16th-mission-16.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(16TH_MISSION) -z 16 -d 1024 512 $@
renders/16th-mission-17.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(16TH_MISSION) -z 17 -d 1024 512 $@
renders/16th-mission-18.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(16TH_MISSION) -z 18 -d 1024 512 $@
renders/16th-mission-19.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(16TH_MISSION) -z 19 -d 1024 512 $@
renders/low-zoom-world-1.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 0 0 -z 1 -d 1024 600 $@
renders/low-zoom-world-2.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 0 0 -z 2 -d 1024 600 $@
renders/low-zoom-world-usa-3.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 38 -90 -z 3 -d 1024 600 $@
renders/low-zoom-world-usa-4.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 38 -90 -z 4 -d 1024 600 $@
renders/low-zoom-world-dc-5.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 38.8893 -77.0502 -z 5 -d 1024 600 $@
renders/low-zoom-world-dc-6.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 38.8893 -77.0502 -z 6 -d 1024 600 $@
renders/low-zoom-world-dc-7.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 38.8893 -77.0502 -z 7 -d 1024 600 $@
renders/low-zoom-world-dc-8.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 38.8893 -77.0502 -z 8 -d 1024 600 $@
renders/low-zoom-world-dc-9.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 38.8893 -77.0502 -z 9 -d 1024 600 $@
renders/low-zoom-world-berlin-3.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 52.5096 13.3765 -z 3 -d 1024 600 $@
renders/low-zoom-world-berlin-4.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 52.5096 13.3765 -z 4 -d 1024 600 $@
renders/low-zoom-world-berlin-5.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 52.5096 13.3765 -z 5 -d 1024 600 $@
renders/low-zoom-world-berlin-6.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 52.5096 13.3765 -z 6 -d 1024 600 $@
renders/low-zoom-world-berlin-7.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 52.5096 13.3765 -z 7 -d 1024 600 $@
renders/low-zoom-world-berlin-8.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 52.5096 13.3765 -z 8 -d 1024 600 $@
renders/low-zoom-world-berlin-9.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 52.5096 13.3765 -z 9 -d 1024 600 $@
renders/low-zoom-world-tokyo-3.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 35.6595 90 -z 3 -d 1024 600 $@
renders/low-zoom-world-tokyo-4.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 35.6595 135 -z 4 -d 1024 600 $@
renders/low-zoom-world-tokyo-5.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 35.6595 139.7004 -z 5 -d 1024 600 $@
renders/low-zoom-world-tokyo-6.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 35.6595 139.7004 -z 6 -d 1024 600 $@
renders/low-zoom-world-tokyo-7.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 35.6595 139.7004 -z 7 -d 1024 600 $@
renders/low-zoom-world-tokyo-8.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 35.6595 139.7004 -z 8 -d 1024 600 $@
renders/low-zoom-world-tokyo-9.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 35.6595 139.7004 -z 9 -d 1024 600 $@
renders/low-zoom-world-lake-superior-5.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(SUP_LATLON) -z 5 -d 1024 600 $@
renders/low-zoom-world-lake-superior-6.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(SUP_LATLON) -z 6 -d 1024 600 $@
renders/low-zoom-world-lake-superior-7.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(SUP_LATLON) -z 7 -d 1024 600 $@
renders/low-zoom-world-lake-superior-8.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(SUP_LATLON) -z 8 -d 1024 600 $@
renders/low-zoom-world-lake-superior-9.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(SUP_LATLON) -z 9 -d 1024 600 $@
renders/low-zoom-world-oakland-5.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 37.8043 -122.2712 -z 5 -d 1024 600 $@
renders/low-zoom-world-oakland-6.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 37.8043 -122.2712 -z 6 -d 1024 600 $@
renders/low-zoom-world-oakland-7.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 37.8043 -122.2712 -z 7 -d 1024 600 $@
renders/low-zoom-world-oakland-8.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 37.8043 -122.2712 -z 8 -d 1024 600 $@
renders/low-zoom-world-oakland-9.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n 37.8043 -122.2712 -z 9 -d 1024 600 $@
renders/sanfrancisco-10.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(SFO_LATLON) -z 10 -d 1024 512 $@
renders/sanfrancisco-11.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(SFO_LATLON) -z 11 -d 1024 512 $@
renders/sanfrancisco-12.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(SFO_LATLON) -z 12 -d 1024 512 $@
renders/sanfrancisco-13.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(SFO_LATLON) -z 13 -d 1024 512 $@
renders/sanfrancisco-14.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(SFO_LATLON) -z 14 -d 1024 512 $@
renders/sanfrancisco-15.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(SFO_LATLON) -z 15 -d 1024 512 $@
renders/sanfrancisco-16.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(SFO_LATLON) -z 16 -d 1024 512 $@
renders/sanfrancisco-17.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(SFO_LATLON) -z 17 -d 1024 512 $@
renders/sanfrancisco-18.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(SFO_LATLON) -z 18 -d 1024 512 $@
renders/sanfrancisco-19.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(SFO_LATLON) -z 19 -d 1024 512 $@
renders/newyork-10.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(NYC_LATLON) -z 10 -d 1024 512 $@
renders/newyork-11.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(NYC_LATLON) -z 11 -d 1024 512 $@
renders/newyork-12.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(NYC_LATLON) -z 12 -d 1024 512 $@
renders/newyork-13.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(NYC_LATLON) -z 13 -d 1024 512 $@
renders/newyork-14.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(NYC_LATLON) -z 14 -d 1024 512 $@
renders/newyork-15.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(NYC_LATLON) -z 15 -d 1024 512 $@
renders/newyork-16.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(NYC_LATLON) -z 16 -d 1024 512 $@
renders/newyork-17.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(NYC_LATLON) -z 17 -d 1024 512 $@
renders/newyork-18.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(NYC_LATLON) -z 18 -d 1024 512 $@
renders/newyork-19.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(NYC_LATLON) -z 19 -d 1024 512 $@
renders/london-10.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(LON_LATLON) -z 10 -d 1024 512 $@
renders/london-11.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(LON_LATLON) -z 11 -d 1024 512 $@
renders/london-12.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(LON_LATLON) -z 12 -d 1024 512 $@
renders/london-13.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(LON_LATLON) -z 13 -d 1024 512 $@
renders/london-14.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(LON_LATLON) -z 14 -d 1024 512 $@
renders/london-15.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(LON_LATLON) -z 15 -d 1024 512 $@
renders/london-16.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(LON_LATLON) -z 16 -d 1024 512 $@
renders/london-17.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(LON_LATLON) -z 17 -d 1024 512 $@
renders/london-18.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(LON_LATLON) -z 18 -d 1024 512 $@
renders/london-19.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(LON_LATLON) -z 19 -d 1024 512 $@
renders/tokyo-10.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(TOKYO_LATLON) -z 10 -d 1024 512 $@
renders/tokyo-11.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(TOKYO_LATLON) -z 11 -d 1024 512 $@
renders/tokyo-12.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(TOKYO_LATLON) -z 12 -d 1024 512 $@
renders/tokyo-13.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(TOKYO_LATLON) -z 13 -d 1024 512 $@
renders/tokyo-14.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(TOKYO_LATLON) -z 14 -d 1024 512 $@
renders/tokyo-15.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(TOKYO_LATLON) -z 15 -d 1024 512 $@
renders/tokyo-16.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(TOKYO_LATLON) -z 16 -d 1024 512 $@
renders/tokyo-17.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(TOKYO_LATLON) -z 17 -d 1024 512 $@
renders/tokyo-18.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(TOKYO_LATLON) -z 18 -d 1024 512 $@
renders/tokyo-19.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(TOKYO_LATLON) -z 19 -d 1024 512 $@
renders/cairo-10.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(CAI_LATLON) -z 10 -d 1024 512 $@
renders/cairo-11.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(CAI_LATLON) -z 11 -d 1024 512 $@
renders/cairo-12.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(CAI_LATLON) -z 12 -d 1024 512 $@
renders/cairo-13.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(CAI_LATLON) -z 13 -d 1024 512 $@
renders/cairo-14.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(CAI_LATLON) -z 14 -d 1024 512 $@
renders/cairo-15.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(CAI_LATLON) -z 15 -d 1024 512 $@
renders/cairo-16.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(CAI_LATLON) -z 16 -d 1024 512 $@
renders/cairo-17.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(CAI_LATLON) -z 17 -d 1024 512 $@
renders/cairo-18.jpg: tilestache/tilestache.cfg
tilestache-compose.py -i . -c tilestache/tilestache.cfg -l watercolor -n $(CAI_LATLON) -z 18 -d 1024 512 $@
renders/beijing-10.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(BEI_LATLON) -z 10 -d 1024 512 $@
renders/beijing-11.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(BEI_LATLON) -z 11 -d 1024 512 $@
renders/beijing-12.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(BEI_LATLON) -z 12 -d 1024 512 $@
renders/beijing-13.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(BEI_LATLON) -z 13 -d 1024 512 $@
renders/beijing-14.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(BEI_LATLON) -z 14 -d 1024 512 $@
renders/beijing-15.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(BEI_LATLON) -z 15 -d 1024 512 $@
renders/beijing-16.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(BEI_LATLON) -z 16 -d 1024 512 $@
renders/beijing-17.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(BEI_LATLON) -z 17 -d 1024 512 $@
renders/beijing-18.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(BEI_LATLON) -z 18 -d 1024 512 $@
renders/istanbul-10.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(IST_LATLON) -z 10 -d 1024 512 $@
renders/istanbul-11.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(IST_LATLON) -z 11 -d 1024 512 $@
renders/istanbul-12.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(IST_LATLON) -z 12 -d 1024 512 $@
renders/istanbul-13.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(IST_LATLON) -z 13 -d 1024 512 $@
renders/istanbul-14.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(IST_LATLON) -z 14 -d 1024 512 $@
renders/istanbul-15.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(IST_LATLON) -z 15 -d 1024 512 $@
renders/istanbul-16.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(IST_LATLON) -z 16 -d 1024 512 $@
renders/istanbul-17.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(IST_LATLON) -z 17 -d 1024 512 $@
renders/istanbul-18.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(IST_LATLON) -z 18 -d 1024 512 $@
renders/amsterdam-10.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(AMS_LATLON) -z 10 -d 1024 512 $@
renders/amsterdam-11.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(AMS_LATLON) -z 11 -d 1024 512 $@
renders/amsterdam-12.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(AMS_LATLON) -z 12 -d 1024 512 $@
renders/amsterdam-13.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(AMS_LATLON) -z 13 -d 1024 512 $@
renders/amsterdam-14.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(AMS_LATLON) -z 14 -d 1024 512 $@
renders/amsterdam-15.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(AMS_LATLON) -z 15 -d 1024 512 $@
renders/amsterdam-16.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(AMS_LATLON) -z 16 -d 1024 512 $@
renders/amsterdam-17.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(AMS_LATLON) -z 17 -d 1024 512 $@
renders/amsterdam-18.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(AMS_LATLON) -z 18 -d 1024 512 $@
renders/adelaide-10.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(ADE_LATLON) -z 10 -d 1024 512 $@
renders/adelaide-11.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(ADE_LATLON) -z 11 -d 1024 512 $@
renders/adelaide-12.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(ADE_LATLON) -z 12 -d 1024 512 $@
renders/adelaide-13.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(ADE_LATLON) -z 13 -d 1024 512 $@
renders/adelaide-14.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(ADE_LATLON) -z 14 -d 1024 512 $@
renders/adelaide-15.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(ADE_LATLON) -z 15 -d 1024 512 $@
renders/adelaide-16.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(ADE_LATLON) -z 16 -d 1024 512 $@
renders/adelaide-17.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(ADE_LATLON) -z 17 -d 1024 512 $@
renders/adelaide-18.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(ADE_LATLON) -z 18 -d 1024 512 $@
renders/paris-10.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(PAR_LATLON) -z 10 -d 1024 512 $@
renders/paris-11.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(PAR_LATLON) -z 11 -d 1024 512 $@
renders/paris-12.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(PAR_LATLON) -z 12 -d 1024 512 $@
renders/paris-13.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(PAR_LATLON) -z 13 -d 1024 512 $@
renders/paris-14.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(PAR_LATLON) -z 14 -d 1024 512 $@
renders/paris-15.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(PAR_LATLON) -z 15 -d 1024 512 $@
renders/paris-16.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(PAR_LATLON) -z 16 -d 1024 512 $@
renders/paris-17.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(PAR_LATLON) -z 17 -d 1024 512 $@
renders/paris-18.jpg: Tilestache/tilestache.cfg
tilestache-compose.py -i . -c Tilestache/tilestache.cfg -l watercolor -n $(PAR_LATLON) -z 18 -d 1024 512 $@
clean:
rm -f mapnik/mask_set_1/style.xml
rm -f mapnik/mask_set_2/style.xml
rm -f -r tilestache/cache/watercolor
rm -f renders/*.jpg
touch tilestache/tilestache.cfg