Skip to content

Instantly share code, notes, and snippets.

@maptastik
Created January 24, 2018 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maptastik/9fe48bee5a959859568c39db7e7505c2 to your computer and use it in GitHub Desktop.
Save maptastik/9fe48bee5a959859568c39db7e7505c2 to your computer and use it in GitHub Desktop.
ArcGIS Pro map template.
{
"type" : "CIMMapDocument",
"version" : "2.0.0",
"build" : 8933,
"mapDefinition" : {
"type" : "CIMMap",
"name" : "TEMPLATE",
"uRI" : "CIMPATH=map6/map6.xml",
"sourceModifiedTime" : {
"type" : "TimeInstant"
},
"metadataURI" : "CIMPATH=Metadata/30c804b179cc616855516a5a458dff7b.xml",
"illumination" : {
"type" : "CIMIlluminationProperties",
"ambientLight" : 75,
"sunPositionX" : -0.61237243569579003,
"sunPositionY" : 0.61237243569579003,
"sunPositionZ" : 0.5,
"illuminationSource" : "AbsoluteSunPosition",
"sunAzimuth" : 315,
"sunAltitude" : 30,
"showStars" : true
},
"layers" : [
"CIMPATH=2ada4d0f7d9f466881f45697b12e8e7c.xml",
"CIMPATH=1fd9fc6d05c743aea97fb43d41e2f365.xml"
],
"defaultViewingMode" : "Map",
"mapType" : "Map",
"defaultExtent" : {
"xmin" : -8929272.40074021555,
"ymin" : 4234692.70624517277,
"xmax" : -8575558.22828026675,
"ymax" : 4311236.094368374,
"spatialReference" : {
"wkid" : 102100,
"latestWkid" : 3857
}
},
"elevationSurfaces" : [
{
"type" : "CIMMapElevationSurface",
"elevationMode" : "BaseGlobeSurface",
"name" : "Ground",
"verticalExaggeration" : 1,
"mapElevationID" : "{5A65C7A2-3F35-4CFE-9613-F0389EACD2A5}",
"color" : {
"type" : "CIMRGBColor",
"values" : [
255,
255,
255,
100
]
},
"surfaceTINShadingMode" : "Smooth"
}
],
"generalPlacementProperties" : {
"type" : "CIMMaplexGeneralPlacementProperties",
"invertedLabelTolerance" : 2,
"unplacedLabelColor" : {
"type" : "CIMRGBColor",
"values" : [
255,
0,
0,
100
]
},
"keyNumberGroups" : [
{
"type" : "CIMMaplexKeyNumberGroup",
"delimiterCharacter" : ".",
"horizontalAlignment" : "Left",
"maximumNumberOfLines" : 20,
"minimumNumberOfLines" : 2,
"name" : "Default",
"numberResetType" : "None"
}
],
"placementQuality" : "High"
},
"snappingProperties" : {
"type" : "CIMSnappingProperties",
"xYTolerance" : 10,
"xYToleranceUnit" : "SnapXYToleranceUnitPixel",
"snapToSketchEnabled" : true,
"snapRequestType" : "SnapRequestType_GeometricAndVisualSnapping"
},
"spatialReference" : {
"wkid" : 102100,
"latestWkid" : 3857
},
"colorModel" : "RGB",
"scaleDisplayFormat" : "Value"
},
"layerDefinitions" : [
{
"type" : "CIMVectorTileLayer",
"name" : "Dark Gray Canvas Reference",
"uRI" : "CIMPATH=2ada4d0f7d9f466881f45697b12e8e7c.xml",
"sourceURI" : "c348d484f6d14189a40fdfb24d54414c",
"sourceModifiedTime" : {
"type" : "TimeInstant"
},
"layerType" : "BasemapTopReference",
"showLegends" : true,
"visibility" : true,
"displayCacheType" : "Permanent",
"maxDisplayCacheAge" : 5,
"showPopups" : true,
"serviceLayerID" : -1,
"refreshRate" : -1,
"refreshRateUnit" : "esriTimeUnitsSeconds",
"dataConnection" : {
"type" : "CIMVectorTileDataConnection",
"uRI" : "https://www.arcgis.com/sharing/rest/content/items/c348d484f6d14189a40fdfb24d54414c/resources/styles/root.json"
}
},
{
"type" : "CIMVectorTileLayer",
"name" : "Dark Gray Canvas Base",
"uRI" : "CIMPATH=1fd9fc6d05c743aea97fb43d41e2f365.xml",
"sourceURI" : "57436c01bc754dbb87dfb636b6484022",
"sourceModifiedTime" : {
"type" : "TimeInstant"
},
"layerType" : "BasemapBackground",
"showLegends" : true,
"visibility" : true,
"displayCacheType" : "Permanent",
"maxDisplayCacheAge" : 5,
"showPopups" : true,
"serviceLayerID" : -1,
"refreshRate" : -1,
"refreshRateUnit" : "esriTimeUnitsSeconds",
"dataConnection" : {
"type" : "CIMVectorTileDataConnection",
"uRI" : "https://www.arcgis.com/sharing/rest/content/items/57436c01bc754dbb87dfb636b6484022/resources/styles/root.json"
}
}
],
"binaryReferences" : [
{
"type" : "CIMBinaryReference",
"uRI" : "CIMPATH=Metadata/30c804b179cc616855516a5a458dff7b.xml",
"data" : "<?xml version=\"1.0\"?>\r\n<metadata xml:lang=\"en\"><Esri><CreaDate>20180124</CreaDate><CreaTime>12012700</CreaTime><ArcGISFormat>1.0</ArcGISFormat><SyncOnce>TRUE</SyncOnce></Esri><dataIdInfo><idCitation><resTitle>Map6</resTitle></idCitation></dataIdInfo></metadata>\r\n"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment