Subversion Repositories php-qbpwcf

Rev

Rev 23 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 liveuser 1
// (c) ammap.com | SVG (in JSON format) map of Comoros - Low
2
// areas: {id:"KM-AN"},{id:"KM-GC"},{id:"KM-MO"}
3
AmCharts.maps.comorosLow={
4
	"svg": {
5
		"defs": {
6
			"amcharts:ammap": {
7
				"projection":"mercator",
8
				"leftLongitude":"43.2194",
9
				"topLatitude":"-11.3646",
10
				"rightLongitude":"44.5417",
11
				"bottomLatitude":"-12.4138"
12
			}
13
		},
14
		"g":{
15
			"path":[
16
				{
17
					"id":"KM-AN",
18
					"title":"Anjouan",
19
					"d":"M788.66,634.3L799.37,542.37L761.6,437.41L727.94,450.59L704.64,509.66L602.82,497.33L711.78,554.14L788.66,634.3z"
20
				},
21
				{
22
					"id":"KM-GC",
23
					"title":"Grande Comore",
24
					"d":"M84.65,0L36.42,11.38L0.63,241.85L33.05,290.37L134.57,354.7L171.5,323.85L152.17,286.31L97.69,151.55L108.5,24.17L84.65,0z"
25
				},
26
				{
27
					"id":"KM-MO",
28
					"title":"Moheli",
29
					"d":"M348.42,589.24L255.23,544.91L273.17,616.95L390.71,628.72L348.42,589.24z"
30
				}
31
			]
32
		}
33
	}
34
};