This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!DOCTYPE Map [ | |
<!ENTITY % entities SYSTEM "inc/entities.xml.inc"> | |
%entities; | |
]> | |
<Map background-color="transparent" srs="&srs900913;"> | |
<Style name="Poly_bluestyle"> | |
<Rule> | |
<PolygonSymbolizer fill="#428BCA" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"AF":"AFGHANISTAN","AX":"ÅLAND ISLANDS","AL":"ALBANIA","DZ":"ALGERIA","AS":"AMERICAN SAMOA","AD":"ANDORRA","AO":"ANGOLA","AI":"ANGUILLA","AQ":"ANTARCTICA","AG":"ANTIGUA AND BARBUDA","AR":"ARGENTINA","AM":"ARMENIA","AW":"ARUBA","AU":"AUSTRALIA","AT":"AUSTRIA","AZ":"AZERBAIJAN","BS":"BAHAMAS","BH":"BAHRAIN","BD":"BANGLADESH","BB":"BARBADOS","BY":"BELARUS","BE":"BELGIUM","BZ":"BELIZE","BJ":"BENIN","BM":"BERMUDA","BT":"BHUTAN","BO":"BOLIVIA, PLURINATIONAL STATE OF","BQ":"BONAIRE, SINT EUSTATIUS AND SABA","BA":"BOSNIA AND HERZEGOVINA","BW":"BOTSWANA","BV":"BOUVET ISLAND","BR":"BRAZIL","IO":"BRITISH INDIAN OCEAN TERRITORY","BN":"BRUNEI DARUSSALAM","BG":"BULGARIA","BF":"BURKINA FASO","BI":"BURUNDI","KH":"CAMBODIA","CM":"CAMEROON","CA":"CANADA","CV":"CAPE VERDE","KY":"CAYMAN ISLANDS","CF":"CENTRAL AFRICAN REPUBLIC","TD":"CHAD","CL":"CHILE","CN":"CHINA","CX":"CHRISTMAS ISLAND","CC":"COCOS (KEELING) ISLANDS","CO":"COLOMBIA","KM":"COMOROS","CG":"CONGO","CD":"CONGO, THE DEMOCRATIC REPUBLIC OF THE","CK":"COOK ISLANDS","C |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"ADM1":["first-order administrative division","a primary administrative division of a country, such as a state in the United States"],"ADM1H":["historical first-order administrative division","a former first-order administrative division"],"ADM2":["second-order administrative division","a subdivision of a first-order administrative division"],"ADM2H":["historical second-order administrative division","a former second-order administrative division"],"ADM3":["third-order administrative division","a subdivision of a second-order administrative division"],"ADM3H":["historical third-order administrative division","a former third-order administrative division"],"ADM4":["fourth-order administrative division","a subdivision of a third-order administrative division"],"ADM4H":["historical fourth-order administrative division","a former fourth-order administrative division"],"ADM5":["fifth-order administrative division","a subdivision of a fourth-order administrative division"],"ADMD":["administrative division","an adm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* colors from https://github.com/mbostock/d3/blob/master/src/scale/category.js */ | |
.d3_category10.i0, .d3_category10 .i0 { background-color:#1f77b4 } | |
.d3_category10.i1, .d3_category10 .i1 { background-color:#ff7f0e } | |
.d3_category10.i2, .d3_category10 .i2 { background-color:#2ca02c } | |
.d3_category10.i3, .d3_category10 .i3 { background-color:#d62728 } | |
.d3_category10.i4, .d3_category10 .i4 { background-color:#9467bd } | |
.d3_category10.i5, .d3_category10 .i5 { background-color:#8c564b } | |
.d3_category10.i6, .d3_category10 .i6 { background-color:#e377c2 } | |
.d3_category10.i7, .d3_category10 .i7 { background-color:#7f7f7f } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// bundles/url2/start.php | |
Autoloader::map(array( | |
'URL2' => Bundle::path('url2').'url2.php' | |
)); |