forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtilesets.js
More file actions
26 lines (26 loc) · 776 Bytes
/
tilesets.js
File metadata and controls
26 lines (26 loc) · 776 Bytes
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
var tilesetsEscapedJson = [
{
metaData: {
scaleDenominators: [131551.973707087, 65775.9868535433],
originalPoint: {
x: 48.397189336313,
y: -55.5776523104111
},
standardMBTiles: false,
resolutions: [34.80645971, 17.403229855],
tileWidth: 256,
mapStatusHashCode: '-1265617253',
transparent: false,
mapParameter: {},
tileType: 'Image',
tileFormat: 'PNG',
bounds: {},
tileRuleVersion: '1.1',
prjCoordSys: {},
mapName: '长春市区图',
tileHeight: 256
},
name: 'smtiles_tileset_1116742863',
tileVersions: null
}
];