############################################################################### # Bolivia Map - Ian Macky, August 2010 ############################################################################### encoding latin1 device gif 750 800 bo/bo projection lcc standard -12, -20 30 # leave space at bottom for 36-point label + 6 pixel border top and bottom window viewport <0, 1, 0.06, 1> add label <<0.5, .03>>, BOLIVIA, anchor centered, color white, \ font sans36b, spacing 2, flags no-clip # --- bolivia --- @(mwdb3, W060S10, W100S10, W100N40) data {} select bolivia, zoom 0.925, pan -0.0375, 0 add 300 bolivia, fill country0, \ shading 32 .3 hill W060S10 W100S10 W100N40 315, 45, 0.01 # --- national capital --- @data cities @data instance cc_cities cities @data filter cc_cities (country = "bo") @data sort cc_cities population point la_paz cc_cities "la paz" add point la_paz, capital, \ label La Paz, anchor center left, offset 0.4, 1, \ font helv18b, color black, border shaded # --- other cities --- point santa_cruz -17 48, -63 10 add point santa_cruz, city5, \ label Santa Cruz, anchor top left, \ offset 0.7, -0.3, font helv12b, color black, border shaded add point cc_cities cochabamba, city5, \ label Cochabamba, anchor bottom center, \ offset 1, 0.7, font helv12b, color black, border shaded add point cc_cities sucre, city4, \ label Sucre, anchor bottom right, \ offset -0.5, 0.3, font helv12b, color black, border shaded add point cc_cities oruro, city4, \ label Oruro, anchor bottom left, \ offset 0.4, 0.3, font helv12b, color black, border shaded add point cc_cities tarija, city4, \ label Tarija, anchor bottom center, \ offset 0.6, 0.6, font helv12b, color black, border shaded add point cc_cities potosi, city4, \ label Potosí, anchor center right, \ offset -0.6, -0.2, font helv12b, color black, border shaded add point cc_cities montero, city3, \ label Montero, anchor bottom right, \ offset 0.9, 0.4, font helv12b, color black add point cc_cities trinidad, city3, \ label Trinidad, anchor bottom left, \ offset 0.3, 0.1, font helv12b, color black add point cc_cities yacuiba, city3, \ label Yacuiba, anchor bottom center, \ offset 0, 0.6, font helv12b, color black, border shaded add point cc_cities riberalta, city3, \ label Riberalta, anchor bottom right, \ offset -0.3, 0.4, font helv12b, color black, border shaded add point cc_cities guayaramerin, city3, \ label Guayaramerín, anchor bottom left, \ offset 0.5, 0.2, font helv12b, color black add point cc_cities villazon, city3, \ label Villazón, anchor bottom left, \ offset 0, 0.4, font helv12b, color black, border shaded add point cc_cities bermejo, city3, \ label Bermejo, anchor center right, \ offset -0.6, 0, font helv12b, color black add point cc_cities llallagua, city3, \ label Llallagua, anchor top right, \ offset -0.3, 0, font helv12b, color black, border shaded add point cc_cities camiri, city3, \ label Camiri, anchor bottom left, \ offset 0.5, 0.3, font helv12b, color black add point cc_cities cobija, city3, \ label Cobija, anchor bottom center, \ offset 0, 0.6, font helv12b, color black add point cc_cities "san ignacio", city3, \ label San Ignacio, anchor bottom right, \ offset -0.4, 0.3, font helv12b, color black add point cc_cities tupiza, city3, \ label Tupiza, anchor bottom right, \ offset -0.4, 0.3, font helv12b, color black, border shaded add point -18 59 11, -57 42 25, city3, \ label Puerto//Aguirre, anchor bottom right, align center, \ offset -0.6, 0.3, font helv12b, color black # --- other countries --- color brazil country1 add 300 brazil, fill brazil add label -11 30, -62 54, BRAZIL, anchor centered, \ font helv24b, color black, border brazil, spacing 1 color peru country4 add 300 peru, fill peru add label -13 34, -70 15, PERU, anchor centered, \ font helv24b, color black, border peru, spacing 0.5 color chile country9 add 300 chile, fill chile add label -22 16, -69 6, CHILE, anchor centered, \ font helv24b, color black, spacing 0.2 color argentina country5 add 300 argentina, fill argentina add label -23 8, -64 30, ARGENTINA, anchor centered, \ font helv24b, color black, border argentina, spacing 0.4 color paraguay country3 add 300 paraguay, fill paraguay add label -21 4, -60, PARAGUAY, anchor centered, \ font helv24b, color black, border paraguay, spacing 0.2 # --- graticule labels --- delete graticule add graticule-labels, spacing 5, 5, flags top right inside, tic-color black, \ label [font helv12b, color black, border brazil] # --- roads --- @data amroad data filter amroad (SRC_RANK0 <= 50) add amroad, color orange # --- land features --- add point -18 6 18, -68 52 46, mountain, \ label Nevado//Sajama//6542m, anchor top center, \ align center, offset -3.8, -1.3, font helv10b, color black, \ stalk-color black, stalk-mode closest, spacing -0.1, stalk-adjust -1, 2 # --- water features --- add "Lake Titicaca", fill lake-water add label -16 15, -69 55, "Lake//Titicaca", anchor centered, align center, \ font helv10b, color blue add label -20 32, -70 57, South//Pacific//Ocean, anchor centered, \ align center, font gent16i, color water-label, \ spacing -0.1, leading 0.5 # --- rivers --- @data sariv3 @data instance samer-rivers sariv3 @data filter samer-rivers (type = 60) add samer-rivers add label -12 46, -67 12, Rio Beni, anchor centered, \ font helv10i, rot 70, cmap river-shaded add label -16 18, -63 34, Rio Mamore, anchor centered, \ font helv10i, rot -36, cmap river-shaded add label -17 20, -68 52, Rio, anchor centered, \ font helv10i, rot -42, cmap river-shaded add label -17 40, -68 7, Lauca, anchor centered, \ font helv10i, rot -4, cmap river-shaded # --- scale bar --- add scale-bar <.695, .042>, .25, between la_paz santa_cruz, \ color black, bg 4 peru, font clea12, units both # --- overview window --- window new bo-ov <<0.737, 0.936, 0.707 0.960>>, border 2 projection orthographic select zone -55, 12, -81, -35 graticule 30 add background lmask10 add 300 bolivia, color red, fill red add 300 country3 # $Id: bo.cmd,v 1.27 2011/05/13 03:33:31 ian Exp $