mirror of
https://github.com/NASAWorldWind/WebWorldWind.git
synced 2026-01-18 15:12:57 +00:00
378 lines
12 KiB
JSON
378 lines
12 KiB
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Annotations Example",
|
|
"request": "launch",
|
|
"type": "pwa-chrome",
|
|
"url": "http://localhost:5500/examples/Annotations.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"name": "Basic Example",
|
|
"request": "launch",
|
|
"type": "pwa-chrome",
|
|
"url": "http://localhost:5500/examples/BasicExample.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}"
|
|
},
|
|
{
|
|
"name": "Blue Marble Time Series Example",
|
|
"request": "launch",
|
|
"type": "pwa-chrome",
|
|
"url": "http://localhost:5500/examples/BlueMarbleTimeSeries.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"name": "Collada Example",
|
|
"request": "launch",
|
|
"type": "pwa-chrome",
|
|
"url": "http://localhost:5500/examples/Collada.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Configuration Example",
|
|
"url": "http://localhost:5500/examples/Configuration.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Custom Placemark Example",
|
|
"url": "http://localhost:5500/examples/CustomPlacemark.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Deep Picking Example",
|
|
"url": "http://localhost:5500/examples/DeepPicking.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Geographic Meshes Example",
|
|
"url": "http://localhost:5500/examples/GeographicMeshes.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Geographic Text Example",
|
|
"url": "http://localhost:5500/examples/GeographicText.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "GeoJSON Example",
|
|
"url": "http://localhost:5500/examples/GeoJSON.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "GeoJSON Exporter Example",
|
|
"url": "http://localhost:5500/examples/GeoJSONExporter.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "GeoTIFF Example",
|
|
"url": "http://localhost:5500/examples/GeoTiff.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Go to Location Example",
|
|
"url": "http://localhost:5500/examples/GoToLocation.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "HeatMap Example",
|
|
"url": "http://localhost:5500/examples/HeatMap.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "KML Example",
|
|
"url": "http://localhost:5500/examples/KML.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Measurements Example",
|
|
"url": "http://localhost:5500/examples/Measurements.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "MultiWindow Example",
|
|
"url": "http://localhost:5500/examples/MultiWindow.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Night Sky Animation Example",
|
|
"url": "http://localhost:5500/examples/NightSkyAnimation.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Parse URL Arguments Example",
|
|
"url": "http://localhost:5500/examples/ParseUrlArguments.html?pos=38.8831,-77.0163,500",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Paths Example",
|
|
"url": "http://localhost:5500/examples/Paths.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Pick All Shapes in Region Example",
|
|
"url": "http://localhost:5500/examples/PickAllShapesInRegion.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Placemarks And Picking Example",
|
|
"url": "http://localhost:5500/examples/PlacemarksAndPicking.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Polygons Example",
|
|
"url": "http://localhost:5500/examples/Polygons.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Pyramid Example",
|
|
"url": "http://localhost:5500/examples/Pyramid.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Refresh Imagery Example",
|
|
"url": "http://localhost:5500/examples/RefreshImagery.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Screen Image Example",
|
|
"url": "http://localhost:5500/examples/ScreenImage.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Screen Text Example",
|
|
"url": "http://localhost:5500/examples/ScreenText.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Shapefiles Example",
|
|
"url": "http://localhost:5500/examples/Shapefiles.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Surface Image Example",
|
|
"url": "http://localhost:5500/examples/SurfaceImage.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Surface Shapes Example",
|
|
"url": "http://localhost:5500/examples/SurfaceShapes.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Test Moving Surface Shapes Example",
|
|
"url": "http://localhost:5500/examples/TestMovingSurfaceShapes.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Triangle Meshes Example",
|
|
"url": "http://localhost:5500/examples/TriangleMeshes.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "WKT Example",
|
|
"url": "http://localhost:5500/examples/WKT.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "WKT Exporter Example",
|
|
"url": "http://localhost:5500/examples/WKTExporter.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "WMS Example",
|
|
"url": "http://localhost:5500/examples/WMS.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "WMTS Example",
|
|
"url": "http://localhost:5500/examples/WMTS.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Collada App",
|
|
"url": "http://localhost:5500/build/app/Collada.html",
|
|
"runtimeArgs": [
|
|
"--window-size=1200,768"
|
|
],
|
|
"webRoot": "${workspaceFolder}",
|
|
}
|
|
]
|
|
} |