Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 40 additions & 40 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "Annotations Example",
"request": "launch",
"type": "pwa-chrome",
"type": "chrome",
"url": "http://localhost:5500/examples/Annotations.html",
"runtimeArgs": [
"--window-size=1200,768"
Expand All @@ -17,7 +17,7 @@
{
"name": "Basic Example",
"request": "launch",
"type": "pwa-chrome",
"type": "chrome",
"url": "http://localhost:5500/examples/BasicExample.html",
"runtimeArgs": [
"--window-size=1200,768"
Expand All @@ -27,7 +27,7 @@
{
"name": "Blue Marble Time Series Example",
"request": "launch",
"type": "pwa-chrome",
"type": "chrome",
"url": "http://localhost:5500/examples/BlueMarbleTimeSeries.html",
"runtimeArgs": [
"--window-size=1200,768"
Expand All @@ -37,15 +37,15 @@
{
"name": "Collada Example",
"request": "launch",
"type": "pwa-chrome",
"type": "chrome",
"url": "http://localhost:5500/examples/Collada.html",
"runtimeArgs": [
"--window-size=1200,768"
],
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Configuration Example",
"url": "http://localhost:5500/examples/Configuration.html",
Expand All @@ -55,7 +55,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Custom Placemark Example",
"url": "http://localhost:5500/examples/CustomPlacemark.html",
Expand All @@ -65,7 +65,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Deep Picking Example",
"url": "http://localhost:5500/examples/DeepPicking.html",
Expand All @@ -75,7 +75,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Geographic Meshes Example",
"url": "http://localhost:5500/examples/GeographicMeshes.html",
Expand All @@ -85,7 +85,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Geographic Text Example",
"url": "http://localhost:5500/examples/GeographicText.html",
Expand All @@ -95,7 +95,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "GeoJSON Example",
"url": "http://localhost:5500/examples/GeoJSON.html",
Expand All @@ -105,7 +105,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "GeoJSON Exporter Example",
"url": "http://localhost:5500/examples/GeoJSONExporter.html",
Expand All @@ -115,7 +115,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "GeoTIFF Example",
"url": "http://localhost:5500/examples/GeoTiff.html",
Expand All @@ -125,7 +125,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Go to Location Example",
"url": "http://localhost:5500/examples/GoToLocation.html",
Expand All @@ -135,7 +135,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "HeatMap Example",
"url": "http://localhost:5500/examples/HeatMap.html",
Expand All @@ -145,17 +145,17 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "KML Example",
"url": "http://localhost:5500/examples/KML.html",
"runtimeArgs": [
"--window-size=1200,768"
"--window-size=1200,1152"
],
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Measurements Example",
"url": "http://localhost:5500/examples/Measurements.html",
Expand All @@ -165,7 +165,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "MultiWindow Example",
"url": "http://localhost:5500/examples/MultiWindow.html",
Expand All @@ -175,7 +175,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Night Sky Animation Example",
"url": "http://localhost:5500/examples/NightSkyAnimation.html",
Expand All @@ -185,7 +185,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Parse URL Arguments Example",
"url": "http://localhost:5500/examples/ParseUrlArguments.html?pos=38.8831,-77.0163,500",
Expand All @@ -195,7 +195,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Paths Example",
"url": "http://localhost:5500/examples/Paths.html",
Expand All @@ -205,7 +205,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Pick All Shapes in Region Example",
"url": "http://localhost:5500/examples/PickAllShapesInRegion.html",
Expand All @@ -215,7 +215,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Placemarks And Picking Example",
"url": "http://localhost:5500/examples/PlacemarksAndPicking.html",
Expand All @@ -225,7 +225,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Polygons Example",
"url": "http://localhost:5500/examples/Polygons.html",
Expand All @@ -235,7 +235,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Pyramid Example",
"url": "http://localhost:5500/examples/Pyramid.html",
Expand All @@ -245,7 +245,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Refresh Imagery Example",
"url": "http://localhost:5500/examples/RefreshImagery.html",
Expand All @@ -255,7 +255,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Screen Image Example",
"url": "http://localhost:5500/examples/ScreenImage.html",
Expand All @@ -265,7 +265,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Screen Text Example",
"url": "http://localhost:5500/examples/ScreenText.html",
Expand All @@ -275,7 +275,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Shapefiles Example",
"url": "http://localhost:5500/examples/Shapefiles.html",
Expand All @@ -285,7 +285,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Surface Image Example",
"url": "http://localhost:5500/examples/SurfaceImage.html",
Expand All @@ -295,7 +295,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Surface Shapes Example",
"url": "http://localhost:5500/examples/SurfaceShapes.html",
Expand All @@ -305,7 +305,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Test Moving Surface Shapes Example",
"url": "http://localhost:5500/examples/TestMovingSurfaceShapes.html",
Expand All @@ -315,7 +315,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Triangle Meshes Example",
"url": "http://localhost:5500/examples/TriangleMeshes.html",
Expand All @@ -325,7 +325,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "WKT Example",
"url": "http://localhost:5500/examples/WKT.html",
Expand All @@ -335,7 +335,7 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "WKT Exporter Example",
"url": "http://localhost:5500/examples/WKTExporter.html",
Expand All @@ -345,17 +345,17 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "WMS Example",
"url": "http://localhost:5500/examples/WMS.html",
"runtimeArgs": [
"--window-size=1200,768"
"--window-size=1400,1152"
],
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "WMTS Example",
"url": "http://localhost:5500/examples/WMTS.html",
Expand All @@ -365,10 +365,10 @@
"webRoot": "${workspaceFolder}",
},
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Collada App",
"url": "http://localhost:5500/build/app/Collada.html",
"url": "http://localhost:5500/apps/Collada.html",
"runtimeArgs": [
"--window-size=1200,768"
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nasaworldwind/worldwind",
"version": "0.11.0",
"version": "0.11.1",
"description": "Web WorldWind",
"main": "build/dist/worldwind.min.js",
"homepage": "https://worldwind.arc.nasa.gov",
Expand Down Expand Up @@ -71,4 +71,4 @@
"publishConfig": {
"access": "public"
}
}
}
Loading