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 Christmas Island - Low
2
// areas: {id:"CX"}
3
AmCharts.maps.christmasIslandLow={
4
	"svg": {
5
		"defs": {
6
			"amcharts:ammap": {
7
				"projection":"mercator",
8
				"leftLongitude":"105.48797",
9
				"topLatitude":"-10.412374",
10
				"rightLongitude":"105.739975",
11
				"bottomLatitude":"-10.570362"
12
			}
13
		},
14
		"g":{
15
			"path":[
16
				{
17
					"id":"CX",
18
					"title":"Christmas Island",
19
					"d":"M577.96,846.82L675.71,839.68L799.53,39.76L734.36,0L429.07,244.68L57.62,145.27L90.7,311.46L0.47,535.78L266.66,489.39L487.73,549.04L577.96,846.82z"
20
				}
21
			]
22
		}
23
	}
24
};