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
| var proj:ProjProjection = ProjProjection.getProjProjection("EPSG:3857");
var tileMatrixMap:HashMap = new HashMap();
tileMatrixMap.put("0.29858214173896974" , new TileMatrix("19", 1066.364791924892, new Location(-20037508, 20037508, proj), 256, 256, 524288, 524288));
tileMatrixMap.put("19567.87924100512" , new TileMatrix("3", 6.988528300358972E7, new Location(-20037508, 20037508, proj), 256, 256, 8, 8));
tileMatrixMap.put("1.194328566955879" , new TileMatrix("17", 4265.459167699568, new Location(-20037508, 20037508, proj), 256, 256, 131072, 131072));
tileMatrixMap.put("152.8740565703525" , new TileMatrix("10", 545978.7734655447, new Location(-20037508, 20037508, proj), 256, 256, 1024, 1024));
tileMatrixMap.put("4.777314267823516" , new TileMatrix("15", 17061.83667079827, new Location(-20037508, 20037508, proj), 256, 256, 32768, 32768));
tileMatrixMap.put("0.0746455354347424" , new TileMatrix("21", 266.5911979812229, new Location(-20037508, 20037508, proj), 256, 256, 2097152, 2097152));
tileMatrixMap.put("611.49622628141" , new TileMatrix("8", 2183915.0938621787, new Location(-20037508, 20037508, proj), 256, 256, 256, 256));
tileMatrixMap.put("76.43702828517625" , new TileMatrix("11", 272989.38673277234, new Location(-20037508, 20037508, proj), 256, 256, 2048, 2048));
tileMatrixMap.put("4891.96981025128" , new TileMatrix("5", 1.747132075089743E7, new Location(-20037508, 20037508, proj), 256, 256, 32, 32));
tileMatrixMap.put("1222.99245256282" , new TileMatrix("7", 4367830.1877243575, new Location(-20037508, 20037508, proj), 256, 256, 128, 128));
tileMatrixMap.put("0.5971642834779395" , new TileMatrix("18", 2132.729583849784, new Location(-20037508, 20037508, proj), 256, 256, 262144, 262144));
tileMatrixMap.put("2445.98490512564" , new TileMatrix("6", 8735660.375448715, new Location(-20037508, 20037508, proj), 256, 256, 64, 64));
tileMatrixMap.put("0.1492910708694849" , new TileMatrix("20", 533.1823959624461, new Location(-20037508, 20037508, proj), 256, 256, 1048576, 1048576));
tileMatrixMap.put("305.7481131407048" , new TileMatrix("9", 1091957.5469310887, new Location(-20037508, 20037508, proj), 256, 256, 512, 512));
tileMatrixMap.put("39135.758482010235" , new TileMatrix("2", 1.397705660071794E8, new Location(-20037508, 20037508, proj), 256, 256, 4, 4));
tileMatrixMap.put("19.109257071294063" , new TileMatrix("13", 68247.34668319309, new Location(-20037508, 20037508, proj), 256, 256, 8192, 8192));
tileMatrixMap.put("9783.93962050256" , new TileMatrix("4", 3.494264150179486E7, new Location(-20037508, 20037508, proj), 256, 256, 16, 16));
tileMatrixMap.put("78271.51696402048" , new TileMatrix("1", 2.795411320143589E8, new Location(-20037508, 20037508, proj), 256, 256, 2, 2));
tileMatrixMap.put("38.21851414258813" , new TileMatrix("12", 136494.69336638617, new Location(-20037508, 20037508, proj), 256, 256, 4096, 4096));
tileMatrixMap.put("9.554628535647032" , new TileMatrix("14", 34123.67334159654, new Location(-20037508, 20037508, proj), 256, 256, 16384, 16384));
tileMatrixMap.put("2.388657133911758" , new TileMatrix("16", 8530.918335399136, new Location(-20037508, 20037508, proj), 256, 256, 65536, 65536));
tileMatrixMap.put("156543.033928041" , new TileMatrix("0", 5.590822640287179E8, new Location(-20037508, 20037508, proj), 256, 256, 1, 1));
_tileMatrixSets.put("PM", new TileMatrixSet("PM", "EPSG:3857", tileMatrixMap)); |
Partager