Skip to content

Commit

Permalink
Add shapefileTest.jGIS
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Sep 29, 2024
1 parent 6729974 commit c7809f9
Showing 1 changed file with 95 additions and 0 deletions.
95 changes: 95 additions & 0 deletions examples/shapefileTest.jGIS
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"layerTree": [
"54e0ea1f-32fd-4ff2-90fb-ad449a38f902",
"9ccab8f8-a170-4977-92b1-ab5f42175c48",
"61ef4256-0d6b-4810-93a7-cf29b9e3ae00"
],
"layers": {
"54e0ea1f-32fd-4ff2-90fb-ad449a38f902": {
"name": "OpenStreetMap.Mapnik Layer",
"parameters": {
"source": "780c4234-ba6d-4da2-9731-739f6c4d8033"
},
"type": "RasterLayer",
"visible": true
},
"61ef4256-0d6b-4810-93a7-cf29b9e3ae00": {
"filters": {
"appliedFilters": [],
"logicalOp": "all"
},
"name": "Custom Shapefile Layer",
"parameters": {
"opacity": 1.0,
"source": "df86531e-086d-48fa-bfec-98477ec554a4",
"type": "line"
},
"type": "VectorLayer",
"visible": true
},
"9ccab8f8-a170-4977-92b1-ab5f42175c48": {
"name": "Custom Shapefile Layer",
"parameters": {
"opacity": 1.0,
"source": "284311a5-01a0-4333-a120-19c23a37e064",
"type": "line"
},
"type": "VectorLayer",
"visible": true
}
},
"options": {
"bearing": 0.0,
"extent": [
-9999255.896951001,
3675836.689228255,
-7012315.526044298,
6666919.834574496
],
"latitude": 42.069382387280626,
"longitude": -76.40877308083776,
"pitch": 0.0,
"projection": "EPSG:3857",
"zoom": 5.2398182281592565
},
"sources": {
"284311a5-01a0-4333-a120-19c23a37e064": {
"name": "Custom Shapefile Source",
"parameters": {
"additionalFiles": {},
"attribution": "",
"encoding": "UTF-8",
"path": "https://www2.census.gov/geo/tiger/GENZ2015/shp/cb_2015_us_county_500k.zip",
"projection": "WGS84"
},
"type": "ShapefileSource"
},
"780c4234-ba6d-4da2-9731-739f6c4d8033": {
"name": "OpenStreetMap.Mapnik",
"parameters": {
"attribution": "(C) OpenStreetMap contributors",
"maxZoom": 19.0,
"minZoom": 0.0,
"provider": "OpenStreetMap",
"url": "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
"urlParameters": {}
},
"type": "RasterSource"
},
"df86531e-086d-48fa-bfec-98477ec554a4": {
"name": "Custom Shapefile Source",
"parameters": {
"additionalFiles": {},
"attribution": "",
"encoding": "UTF-8",
"path": "https://docs.geoserver.org/stable/en/user/_downloads/30e405b790e068c43354367cb08e71bc/nyc_roads.zip",
"projection": "WGS84"
},
"type": "ShapefileSource"
}
},
"terrain": {
"exaggeration": 0.0,
"source": ""
}
}

0 comments on commit c7809f9

Please sign in to comment.