├── .htaccess ├── Cesium ├── Assets │ ├── IAU2006_XYS │ │ ├── IAU2006_XYS_0.json │ │ ├── IAU2006_XYS_1.json │ │ ├── IAU2006_XYS_10.json │ │ ├── IAU2006_XYS_11.json │ │ ├── IAU2006_XYS_12.json │ │ ├── IAU2006_XYS_13.json │ │ ├── IAU2006_XYS_14.json │ │ ├── IAU2006_XYS_15.json │ │ ├── IAU2006_XYS_16.json │ │ ├── IAU2006_XYS_17.json │ │ ├── IAU2006_XYS_18.json │ │ ├── IAU2006_XYS_19.json │ │ ├── IAU2006_XYS_2.json │ │ ├── IAU2006_XYS_20.json │ │ ├── IAU2006_XYS_21.json │ │ ├── IAU2006_XYS_22.json │ │ ├── IAU2006_XYS_23.json │ │ ├── IAU2006_XYS_24.json │ │ ├── IAU2006_XYS_25.json │ │ ├── IAU2006_XYS_26.json │ │ ├── IAU2006_XYS_27.json │ │ ├── IAU2006_XYS_3.json │ │ ├── IAU2006_XYS_4.json │ │ ├── IAU2006_XYS_5.json │ │ ├── IAU2006_XYS_6.json │ │ ├── IAU2006_XYS_7.json │ │ ├── IAU2006_XYS_8.json │ │ └── IAU2006_XYS_9.json │ ├── Images │ │ ├── bing_maps_credit.png │ │ ├── cesium_credit.png │ │ ├── google_earth_credit.png │ │ └── ion-credit.png │ ├── Textures │ │ ├── LensFlare │ │ │ ├── DirtMask.jpg │ │ │ └── StarBurst.jpg │ │ ├── NaturalEarthII │ │ │ ├── 0 │ │ │ │ ├── 0 │ │ │ │ │ └── 0.jpg │ │ │ │ └── 1 │ │ │ │ │ └── 0.jpg │ │ │ ├── 1 │ │ │ │ ├── 0 │ │ │ │ │ ├── 0.jpg │ │ │ │ │ └── 1.jpg │ │ │ │ ├── 1 │ │ │ │ │ ├── 0.jpg │ │ │ │ │ └── 1.jpg │ │ │ │ ├── 2 │ │ │ │ │ ├── 0.jpg │ │ │ │ │ └── 1.jpg │ │ │ │ └── 3 │ │ │ │ │ ├── 0.jpg │ │ │ │ │ └── 1.jpg │ │ │ ├── 2 │ │ │ │ ├── 0 │ │ │ │ │ ├── 0.jpg │ │ │ │ │ ├── 1.jpg │ │ │ │ │ ├── 2.jpg │ │ │ │ │ └── 3.jpg │ │ │ │ ├── 1 │ │ │ │ │ ├── 0.jpg │ │ │ │ │ ├── 1.jpg │ │ │ │ │ ├── 2.jpg │ │ │ │ │ └── 3.jpg │ │ │ │ ├── 2 │ │ │ │ │ ├── 0.jpg │ │ │ │ │ ├── 1.jpg │ │ │ │ │ ├── 2.jpg │ │ │ │ │ └── 3.jpg │ │ │ │ ├── 3 │ │ │ │ │ ├── 0.jpg │ │ │ │ │ ├── 1.jpg │ │ │ │ │ ├── 2.jpg │ │ │ │ │ └── 3.jpg │ │ │ │ ├── 4 │ │ │ │ │ ├── 0.jpg │ │ │ │ │ ├── 1.jpg │ │ │ │ │ ├── 2.jpg │ │ │ │ │ └── 3.jpg │ │ │ │ ├── 5 │ │ │ │ │ ├── 0.jpg │ │ │ │ │ ├── 1.jpg │ │ │ │ │ ├── 2.jpg │ │ │ │ │ └── 3.jpg │ │ │ │ ├── 6 │ │ │ │ │ ├── 0.jpg │ │ │ │ │ ├── 1.jpg │ │ │ │ │ ├── 2.jpg │ │ │ │ │ └── 3.jpg │ │ │ │ └── 7 │ │ │ │ │ ├── 0.jpg │ │ │ │ │ ├── 1.jpg │ │ │ │ │ ├── 2.jpg │ │ │ │ │ └── 3.jpg │ │ │ └── tilemapresource.xml │ │ ├── SkyBox │ │ │ ├── tycho2t3_80_mx.jpg │ │ │ ├── tycho2t3_80_my.jpg │ │ │ ├── tycho2t3_80_mz.jpg │ │ │ ├── tycho2t3_80_px.jpg │ │ │ ├── tycho2t3_80_py.jpg │ │ │ └── tycho2t3_80_pz.jpg │ │ ├── maki │ │ │ ├── airfield.png │ │ │ ├── airport.png │ │ │ ├── alcohol-shop.png │ │ │ ├── america-football.png │ │ │ ├── art-gallery.png │ │ │ ├── bakery.png │ │ │ ├── bank.png │ │ │ ├── bar.png │ │ │ ├── baseball.png │ │ │ ├── basketball.png │ │ │ ├── beer.png │ │ │ ├── bicycle.png │ │ │ ├── building.png │ │ │ ├── bus.png │ │ │ ├── cafe.png │ │ │ ├── camera.png │ │ │ ├── campsite.png │ │ │ ├── car.png │ │ │ ├── cemetery.png │ │ │ ├── cesium.png │ │ │ ├── chemist.png │ │ │ ├── cinema.png │ │ │ ├── circle-stroked.png │ │ │ ├── circle.png │ │ │ ├── city.png │ │ │ ├── clothing-store.png │ │ │ ├── college.png │ │ │ ├── commercial.png │ │ │ ├── cricket.png │ │ │ ├── cross.png │ │ │ ├── dam.png │ │ │ ├── danger.png │ │ │ ├── disability.png │ │ │ ├── dog-park.png │ │ │ ├── embassy.png │ │ │ ├── emergency-telephone.png │ │ │ ├── entrance.png │ │ │ ├── farm.png │ │ │ ├── fast-food.png │ │ │ ├── ferry.png │ │ │ ├── fire-station.png │ │ │ ├── fuel.png │ │ │ ├── garden.png │ │ │ ├── gift.png │ │ │ ├── golf.png │ │ │ ├── grocery.png │ │ │ ├── hairdresser.png │ │ │ ├── harbor.png │ │ │ ├── heart.png │ │ │ ├── heliport.png │ │ │ ├── hospital.png │ │ │ ├── ice-cream.png │ │ │ ├── industrial.png │ │ │ ├── land-use.png │ │ │ ├── laundry.png │ │ │ ├── library.png │ │ │ ├── lighthouse.png │ │ │ ├── lodging.png │ │ │ ├── logging.png │ │ │ ├── london-underground.png │ │ │ ├── marker-stroked.png │ │ │ ├── marker.png │ │ │ ├── minefield.png │ │ │ ├── mobilephone.png │ │ │ ├── monument.png │ │ │ ├── museum.png │ │ │ ├── music.png │ │ │ ├── oil-well.png │ │ │ ├── park.png │ │ │ ├── park2.png │ │ │ ├── parking-garage.png │ │ │ ├── parking.png │ │ │ ├── pharmacy.png │ │ │ ├── pitch.png │ │ │ ├── place-of-worship.png │ │ │ ├── playground.png │ │ │ ├── police.png │ │ │ ├── polling-place.png │ │ │ ├── post.png │ │ │ ├── prison.png │ │ │ ├── rail-above.png │ │ │ ├── rail-light.png │ │ │ ├── rail-metro.png │ │ │ ├── rail-underground.png │ │ │ ├── rail.png │ │ │ ├── religious-christian.png │ │ │ ├── religious-jewish.png │ │ │ ├── religious-muslim.png │ │ │ ├── restaurant.png │ │ │ ├── roadblock.png │ │ │ ├── rocket.png │ │ │ ├── school.png │ │ │ ├── scooter.png │ │ │ ├── shop.png │ │ │ ├── skiing.png │ │ │ ├── slaughterhouse.png │ │ │ ├── soccer.png │ │ │ ├── square-stroked.png │ │ │ ├── square.png │ │ │ ├── star-stroked.png │ │ │ ├── star.png │ │ │ ├── suitcase.png │ │ │ ├── swimming.png │ │ │ ├── telephone.png │ │ │ ├── tennis.png │ │ │ ├── theatre.png │ │ │ ├── toilets.png │ │ │ ├── town-hall.png │ │ │ ├── town.png │ │ │ ├── triangle-stroked.png │ │ │ ├── triangle.png │ │ │ ├── village.png │ │ │ ├── warehouse.png │ │ │ ├── waste-basket.png │ │ │ ├── water.png │ │ │ ├── wetland.png │ │ │ └── zoo.png │ │ ├── moonSmall.jpg │ │ ├── pin.svg │ │ ├── waterNormals.jpg │ │ └── waterNormalsSmall.jpg │ └── approximateTerrainHeights.json ├── Cesium.js ├── ThirdParty │ ├── Workers │ │ ├── deflate.js │ │ ├── draco_decoder.js │ │ ├── draco_wasm_wrapper.js │ │ └── inflate.js │ └── draco_decoder.wasm ├── Widgets │ ├── Animation │ │ ├── Animation.css │ │ └── lighter.css │ ├── BaseLayerPicker │ │ ├── BaseLayerPicker.css │ │ └── lighter.css │ ├── Cesium3DTilesInspector │ │ └── Cesium3DTilesInspector.css │ ├── CesiumInspector │ │ └── CesiumInspector.css │ ├── CesiumWidget │ │ ├── CesiumWidget.css │ │ └── lighter.css │ ├── FullscreenButton │ │ └── FullscreenButton.css │ ├── Geocoder │ │ ├── Geocoder.css │ │ └── lighter.css │ ├── Images │ │ ├── ImageryProviders │ │ │ ├── bingAerial.png │ │ │ ├── bingAerialLabels.png │ │ │ ├── bingRoads.png │ │ │ ├── blueMarble.png │ │ │ ├── earthAtNight.png │ │ │ ├── esriNationalGeographic.png │ │ │ ├── esriWorldImagery.png │ │ │ ├── esriWorldStreetMap.png │ │ │ ├── mapQuestOpenStreetMap.png │ │ │ ├── mapboxSatellite.png │ │ │ ├── mapboxStreets.png │ │ │ ├── mapboxTerrain.png │ │ │ ├── naturalEarthII.png │ │ │ ├── openStreetMap.png │ │ │ ├── sentinel-2.png │ │ │ ├── stamenToner.png │ │ │ └── stamenWatercolor.png │ │ ├── NavigationHelp │ │ │ ├── Mouse.svg │ │ │ ├── MouseLeft.svg │ │ │ ├── MouseMiddle.svg │ │ │ ├── MouseRight.svg │ │ │ ├── Touch.svg │ │ │ ├── TouchDrag.svg │ │ │ ├── TouchRotate.svg │ │ │ ├── TouchTilt.svg │ │ │ └── TouchZoom.svg │ │ ├── TerrainProviders │ │ │ ├── CesiumWorldTerrain.png │ │ │ └── Ellipsoid.png │ │ ├── TimelineIcons.png │ │ └── info-loading.gif │ ├── InfoBox │ │ ├── InfoBox.css │ │ └── InfoBoxDescription.css │ ├── NavigationHelpButton │ │ ├── NavigationHelpButton.css │ │ └── lighter.css │ ├── PerformanceWatchdog │ │ └── PerformanceWatchdog.css │ ├── ProjectionPicker │ │ └── ProjectionPicker.css │ ├── SceneModePicker │ │ └── SceneModePicker.css │ ├── SelectionIndicator │ │ └── SelectionIndicator.css │ ├── Timeline │ │ ├── Timeline.css │ │ └── lighter.css │ ├── VRButton │ │ └── VRButton.css │ ├── Viewer │ │ └── Viewer.css │ ├── lighter.css │ ├── lighterShared.css │ ├── shared.css │ └── widgets.css └── Workers │ ├── cesiumWorkerBootstrapper.js │ ├── combineGeometry.js │ ├── createBoxGeometry.js │ ├── createBoxOutlineGeometry.js │ ├── createCircleGeometry.js │ ├── createCircleOutlineGeometry.js │ ├── createCorridorGeometry.js │ ├── createCorridorOutlineGeometry.js │ ├── createCylinderGeometry.js │ ├── createCylinderOutlineGeometry.js │ ├── createEllipseGeometry.js │ ├── createEllipseOutlineGeometry.js │ ├── createEllipsoidGeometry.js │ ├── createEllipsoidOutlineGeometry.js │ ├── createFrustumGeometry.js │ ├── createFrustumOutlineGeometry.js │ ├── createGeometry.js │ ├── createPlaneGeometry.js │ ├── createPlaneOutlineGeometry.js │ ├── createPolygonGeometry.js │ ├── createPolygonOutlineGeometry.js │ ├── createPolylineGeometry.js │ ├── createPolylineVolumeGeometry.js │ ├── createPolylineVolumeOutlineGeometry.js │ ├── createRectangleGeometry.js │ ├── createRectangleOutlineGeometry.js │ ├── createSimplePolylineGeometry.js │ ├── createSphereGeometry.js │ ├── createSphereOutlineGeometry.js │ ├── createVectorTileGeometries.js │ ├── createVectorTilePoints.js │ ├── createVectorTilePolygons.js │ ├── createVectorTilePolylines.js │ ├── createVerticesFromGoogleEarthEnterpriseBuffer.js │ ├── createVerticesFromHeightmap.js │ ├── createVerticesFromQuantizedTerrainMesh.js │ ├── createWallGeometry.js │ ├── createWallOutlineGeometry.js │ ├── decodeDraco.js │ ├── decodeGoogleEarthEnterprisePacket.js │ ├── transcodeCRNToDXT.js │ ├── transferTypedArrayTest.js │ └── upsampleQuantizedTerrainMesh.js ├── README.md ├── css ├── menubutton.css └── style.css ├── data ├── flat_web_icon_set │ ├── License for Flat Web Icon Set.rtf │ └── color │ │ ├── Email.png │ │ ├── Facebook.png │ │ ├── Facebook.psd │ │ ├── Google+.png │ │ ├── Google+.psd │ │ ├── LinkedIn.png │ │ ├── Pinboard.png │ │ ├── Pinterest.png │ │ ├── Pocket.png │ │ ├── Reddit.png │ │ ├── Tumblr.png │ │ ├── Twitter.png │ │ ├── Twitter.psd │ │ ├── Wordpress.png │ │ └── currentPosition.png ├── hinoshi.png ├── kml │ ├── hinanbasyo.kml │ ├── hinanjo.kml │ └── timeSpans.kml └── loading.gif ├── font ├── LigatureSymbols-2.11.eot ├── LigatureSymbols-2.11.otf ├── LigatureSymbols-2.11.svg ├── LigatureSymbols-2.11.ttf ├── LigatureSymbols-2.11.woff └── index.html ├── index.html └── js ├── jquery-2.1.3.min.js └── slidein.js /.htaccess: -------------------------------------------------------------------------------- 1 | SetOutputFilter DEFLATE 2 | BrowserMatch ^Mozilla/4 gzip-only-text/html 3 | BrowserMatch ^Mozilla/4\.0[678] no-gzip 4 | BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html 5 | SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png|ico)$ no-gzip dont-vary 6 | Header append Vary User-Agent env=!dont-vary 7 | 8 | 9 | 10 | ExpiresActive On 11 | ExpiresByType image/jpeg "access plus 4 weeks" 12 | ExpiresByType image/png "access plus 4 weeks" 13 | ExpiresByType text/javascript "access plus 4 weeks" 14 | ExpiresByType application/x-javascript "access plus 4 weeks" 15 | ExpiresByType application/javascript "access plus 4 weeks" 16 | ExpiresByType application/vnd.google-earth.kmz "access plus 4 weeks" 17 | ExpiresByType application/vnd.geo+json "access plus 4 weeks" 18 | 19 | -------------------------------------------------------------------------------- /Cesium/Assets/Images/bing_maps_credit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Images/bing_maps_credit.png -------------------------------------------------------------------------------- /Cesium/Assets/Images/cesium_credit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Images/cesium_credit.png -------------------------------------------------------------------------------- /Cesium/Assets/Images/google_earth_credit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Images/google_earth_credit.png -------------------------------------------------------------------------------- /Cesium/Assets/Images/ion-credit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Images/ion-credit.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/LensFlare/DirtMask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/LensFlare/DirtMask.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/LensFlare/StarBurst.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/LensFlare/StarBurst.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/0/0/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/0/0/0.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/0/1/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/0/1/0.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/1/0/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/1/0/0.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/1/0/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/1/0/1.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/1/1/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/1/1/0.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/1/1/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/1/1/1.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/1/2/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/1/2/0.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/1/2/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/1/2/1.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/1/3/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/1/3/0.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/1/3/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/1/3/1.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/0/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/0/0.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/0/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/0/1.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/0/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/0/2.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/0/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/0/3.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/1/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/1/0.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/1/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/1/1.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/1/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/1/2.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/1/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/1/3.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/2/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/2/0.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/2/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/2/1.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/2/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/2/2.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/2/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/2/3.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/3/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/3/0.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/3/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/3/1.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/3/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/3/2.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/3/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/3/3.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/4/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/4/0.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/4/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/4/1.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/4/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/4/2.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/4/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/4/3.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/5/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/5/0.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/5/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/5/1.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/5/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/5/2.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/5/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/5/3.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/6/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/6/0.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/6/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/6/1.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/6/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/6/2.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/6/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/6/3.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/7/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/7/0.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/7/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/7/1.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/7/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/7/2.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/2/7/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/NaturalEarthII/2/7/3.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/NaturalEarthII/tilemapresource.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | NE2_HR_LC_SR_W_DR_recolored.tif 4 | 5 | EPSG:4326 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Cesium/Assets/Textures/SkyBox/tycho2t3_80_mx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/SkyBox/tycho2t3_80_mx.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/SkyBox/tycho2t3_80_my.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/SkyBox/tycho2t3_80_my.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/SkyBox/tycho2t3_80_mz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/SkyBox/tycho2t3_80_mz.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/SkyBox/tycho2t3_80_px.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/SkyBox/tycho2t3_80_px.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/SkyBox/tycho2t3_80_py.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/SkyBox/tycho2t3_80_py.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/SkyBox/tycho2t3_80_pz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/SkyBox/tycho2t3_80_pz.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/airfield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/airfield.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/airport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/airport.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/alcohol-shop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/alcohol-shop.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/america-football.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/america-football.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/art-gallery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/art-gallery.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/bakery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/bakery.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/bank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/bank.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/bar.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/baseball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/baseball.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/basketball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/basketball.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/beer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/beer.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/bicycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/bicycle.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/building.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/building.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/bus.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/cafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/cafe.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/camera.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/campsite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/campsite.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/car.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/cemetery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/cemetery.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/cesium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/cesium.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/chemist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/chemist.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/cinema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/cinema.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/circle-stroked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/circle-stroked.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/circle.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/city.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/city.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/clothing-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/clothing-store.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/college.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/college.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/commercial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/commercial.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/cricket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/cricket.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/cross.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/dam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/dam.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/danger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/danger.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/disability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/disability.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/dog-park.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/dog-park.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/embassy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/embassy.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/emergency-telephone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/emergency-telephone.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/entrance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/entrance.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/farm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/farm.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/fast-food.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/fast-food.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/ferry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/ferry.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/fire-station.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/fire-station.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/fuel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/fuel.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/garden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/garden.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/gift.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/golf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/golf.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/grocery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/grocery.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/hairdresser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/hairdresser.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/harbor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/harbor.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/heart.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/heliport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/heliport.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/hospital.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/hospital.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/ice-cream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/ice-cream.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/industrial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/industrial.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/land-use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/land-use.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/laundry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/laundry.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/library.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/lighthouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/lighthouse.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/lodging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/lodging.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/logging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/logging.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/london-underground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/london-underground.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/marker-stroked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/marker-stroked.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/marker.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/minefield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/minefield.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/mobilephone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/mobilephone.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/monument.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/monument.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/museum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/museum.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/music.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/oil-well.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/oil-well.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/park.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/park.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/park2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/park2.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/parking-garage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/parking-garage.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/parking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/parking.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/pharmacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/pharmacy.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/pitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/pitch.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/place-of-worship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/place-of-worship.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/playground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/playground.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/police.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/police.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/polling-place.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/polling-place.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/post.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/prison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/prison.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/rail-above.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/rail-above.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/rail-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/rail-light.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/rail-metro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/rail-metro.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/rail-underground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/rail-underground.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/rail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/rail.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/religious-christian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/religious-christian.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/religious-jewish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/religious-jewish.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/religious-muslim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/religious-muslim.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/restaurant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/restaurant.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/roadblock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/roadblock.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/rocket.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/school.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/school.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/scooter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/scooter.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/shop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/shop.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/skiing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/skiing.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/slaughterhouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/slaughterhouse.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/soccer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/soccer.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/square-stroked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/square-stroked.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/square.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/star-stroked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/star-stroked.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/star.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/suitcase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/suitcase.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/swimming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/swimming.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/telephone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/telephone.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/tennis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/tennis.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/theatre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/theatre.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/toilets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/toilets.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/town-hall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/town-hall.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/town.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/town.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/triangle-stroked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/triangle-stroked.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/triangle.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/village.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/village.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/warehouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/warehouse.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/waste-basket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/waste-basket.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/water.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/wetland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/wetland.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/maki/zoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/maki/zoo.png -------------------------------------------------------------------------------- /Cesium/Assets/Textures/moonSmall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/moonSmall.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/pin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Cesium/Assets/Textures/waterNormals.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/waterNormals.jpg -------------------------------------------------------------------------------- /Cesium/Assets/Textures/waterNormalsSmall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Assets/Textures/waterNormalsSmall.jpg -------------------------------------------------------------------------------- /Cesium/ThirdParty/draco_decoder.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/ThirdParty/draco_decoder.wasm -------------------------------------------------------------------------------- /Cesium/Widgets/Animation/Animation.css: -------------------------------------------------------------------------------- 1 | .cesium-animation-theme{visibility:hidden;display:block;position:absolute;z-index:-100;}.cesium-animation-themeNormal{color:#222;}.cesium-animation-themeHover{color:#4488B0;}.cesium-animation-themeSelect{color:#242;}.cesium-animation-themeDisabled{color:#333;}.cesium-animation-themeKnob{color:#222;}.cesium-animation-themePointer{color:#2E2;}.cesium-animation-themeSwoosh{color:#8AC;}.cesium-animation-themeSwooshHover{color:#AEF;}.cesium-animation-svgText{fill:#edffff;font-family:Sans-Serif;font-size:15px;text-anchor:middle;}.cesium-animation-blank{fill:#000;fill-opacity:0.01;stroke:none;}.cesium-animation-rectButton{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}.cesium-animation-rectButton .cesium-animation-buttonGlow{fill:#fff;stroke:none;display:none;}.cesium-animation-rectButton:hover .cesium-animation-buttonGlow{display:block;}.cesium-animation-rectButton .cesium-animation-buttonPath{fill:#edffff;}.cesium-animation-rectButton .cesium-animation-buttonMain{stroke:#444;stroke-width:1.2;}.cesium-animation-rectButton:hover .cesium-animation-buttonMain{stroke:#AEF;}.cesium-animation-rectButton:active .cesium-animation-buttonMain{fill:#ABD6FF;}.cesium-animation-buttonDisabled{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}.cesium-animation-buttonDisabled .cesium-animation-buttonMain{stroke:#555;}.cesium-animation-buttonDisabled .cesium-animation-buttonPath{fill:#818181;}.cesium-animation-buttonDisabled .cesium-animation-buttonGlow{display:none;}.cesium-animation-buttonToggled .cesium-animation-buttonGlow{display:block;fill:#2E2;}.cesium-animation-buttonToggled .cesium-animation-buttonMain{stroke:#2E2;}.cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow{fill:#fff;}.cesium-animation-buttonToggled:hover .cesium-animation-buttonMain{stroke:#2E2;}.cesium-animation-shuttleRingG{cursor:pointer;}.cesium-animation-shuttleRingPointer{cursor:pointer;}.cesium-animation-shuttleRingPausePointer{cursor:pointer;}.cesium-animation-shuttleRingBack{fill:#181818;fill-opacity:0.8;stroke:#333;stroke-width:1.2;}.cesium-animation-shuttleRingSwoosh line{stroke:#8AC;stroke-width:3;stroke-opacity:0.2;stroke-linecap:round;}.cesium-animation-knobOuter{cursor:pointer;stroke:#444;stroke-width:1.2;}.cesium-animation-knobInner{cursor:pointer;} -------------------------------------------------------------------------------- /Cesium/Widgets/Animation/lighter.css: -------------------------------------------------------------------------------- 1 | .cesium-lighter .cesium-animation-themeNormal{color:#E5F2FE;}.cesium-lighter .cesium-animation-themeHover{color:#ABD6FF;}.cesium-lighter .cesium-animation-themeSelect{color:#E5F2FE;}.cesium-lighter .cesium-animation-themeDisabled{color:#EFEFEF;}.cesium-lighter .cesium-animation-themeKnob{color:#E1E2E3;}.cesium-lighter .cesium-animation-themePointer{color:#FA5;}.cesium-lighter .cesium-animation-themeSwoosh{color:#ACE;}.cesium-lighter .cesium-animation-themeSwooshHover{color:#BDF;}.cesium-lighter .cesium-animation-svgText{fill:#111;}.cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonPath{fill:#111;}.cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonMain{stroke:#759DC0;}.cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonGlow{fill:#FFAA2A;}.cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonMain{stroke:#EA0;}.cesium-lighter .cesium-animation-rectButton:hover .cesium-animation-buttonMain{stroke:#759DC0;}.cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow{fill:#fff;}.cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonMain{stroke:#EA0;}.cesium-lighter .cesium-animation-rectButton:active .cesium-animation-buttonMain{fill:#ABD6FF;}.cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonMain{stroke:#D3D3D3;}.cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonPath{fill:#818181;}.cesium-lighter .cesium-animation-shuttleRingBack{fill:#FAFAFA;fill-opacity:1;stroke:#AEAEAE;stroke-width:1.2;}.cesium-lighter .cesium-animation-shuttleRingSwoosh line{stroke:#8AC;}.cesium-lighter .cesium-animation-knobOuter{stroke:#A5A5A5;} -------------------------------------------------------------------------------- /Cesium/Widgets/BaseLayerPicker/BaseLayerPicker.css: -------------------------------------------------------------------------------- 1 | .cesium-baseLayerPicker-selected{position:absolute;top:0;left:0;width:100%;height:100%;border:none;}.cesium-baseLayerPicker-dropDown{display:block;position:absolute;box-sizing:content-box;top:auto;right:0;width:320px;max-height:500px;margin-top:5px;background-color:rgba(38,38,38,0.75);border:1px solid #444;padding:6px;overflow:auto;border-radius:10px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;transform:translate(0,-20%);visibility:hidden;opacity:0;transition:visibility 0s 0.2s,opacity 0.2s ease-in,transform 0.2s ease-in;}.cesium-baseLayerPicker-dropDown-visible{transform:translate(0,0);visibility:visible;opacity:1;transition:opacity 0.2s ease-out,transform 0.2s ease-out;}.cesium-baseLayerPicker-sectionTitle{display:block;font-family:sans-serif;font-size:16pt;text-align:left;color:#edffff;margin-bottom:4px;}.cesium-baseLayerPicker-choices{margin-bottom:5px;}.cesium-baseLayerPicker-categoryTitle{color:#edffff;font-size:11pt;}.cesium-baseLayerPicker-choices{display:block;border:1px solid #888;border-radius:5px;padding:5px 0;}.cesium-baseLayerPicker-item{display:inline-block;vertical-align:top;margin:2px 5px;width:64px;text-align:center;cursor:pointer;}.cesium-baseLayerPicker-itemLabel{display:block;font-family:sans-serif;font-size:8pt;text-align:center;vertical-align:middle;color:#edffff;cursor:pointer;word-wrap:break-word;}.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemLabel,.cesium-baseLayerPicker-item:focus .cesium-baseLayerPicker-itemLabel{text-decoration:underline;}.cesium-baseLayerPicker-itemIcon{display:inline-block;position:relative;width:inherit;height:auto;background-size:100% 100%;border:solid 1px #444;border-radius:9px;color:#edffff;margin:0;padding:0;cursor:pointer;box-sizing:border-box;}.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemIcon{border-color:#fff;box-shadow:0 0 8px #fff,0 0 8px #fff;}.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel{color:rgb(189,236,248);}.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemIcon{border:double 4px rgb(189,236,248);} -------------------------------------------------------------------------------- /Cesium/Widgets/BaseLayerPicker/lighter.css: -------------------------------------------------------------------------------- 1 | .cesium-lighter .cesium-baseLayerPicker-itemIcon{border-color:#759dc0;}.cesium-lighter .cesium-baseLayerPicker-dropDown{background-color:rgba(240,240,240,0.75);}.cesium-lighter .cesium-baseLayerPicker-sectionTitle{color:black;}.cesium-lighter .cesium-baseLayerPicker-itemLabel{color:black;}.cesium-lighter .cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemIcon{border-color:#000;}.cesium-lighter .cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel{color:rgb(0,61,168);}.cesium-lighter .cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemIcon{border:double 4px rgb(0,61,168);} -------------------------------------------------------------------------------- /Cesium/Widgets/Cesium3DTilesInspector/Cesium3DTilesInspector.css: -------------------------------------------------------------------------------- 1 | ul.cesium-cesiumInspector-statistics{margin:0;padding-top:3px;padding-bottom:3px;}ul.cesium-cesiumInspector-statistics + ul.cesium-cesiumInspector-statistics{border-top:1px solid #aaa;}.cesium-cesiumInspector-slider{margin-top:5px;}.cesium-cesiumInspector-slider input[type=number]{text-align:left;background-color:#222;outline:none;border:1px solid #444;color:#edffff;width:100px;border-radius:3px;padding:1px;margin-left:10px;cursor:auto;}.cesium-cesiumInspector-slider input[type=number]::-webkit-outer-spin-button,.cesium-cesiumInspector-slider input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}.cesium-cesiumInspector-slider input[type=range]{margin-left:5px;vertical-align:middle;-webkit-appearance:none;background:#ddd;height:3px;}input[type=range]:focus{outline:none;}.cesium-cesiumInspector-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:1px solid #000000;height:10px;width:10px;border-radius:5px;background:#ffffff;cursor:pointer;}.cesium-cesiumInspector-slider input[type=range]::-moz-range-thumb{border:1px solid #000000;height:10px;width:10px;border-radius:5px;background:#ffffff;cursor:pointer;}.cesium-cesiumInspector-slider input[type=range]::-moz-range-thumb{border:1px solid #000000;height:10px;width:10px;border-radius:5px;background:#ffffff;cursor:pointer;}.cesium-cesiumInspector-hide .cesium-cesiumInspector-styleEditor{display:none;}.cesium-cesiumInspector-styleEditor{padding:10px;border-radius:5px;background:rgba(48,51,54,0.8);border:1px solid #444;}.cesium-cesiumInspector-styleEditor textarea{width:100%;height:300px;background:transparent;color:#edffff;border:none;padding:0;white-space:pre;overflow-wrap:normal;overflow-x:auto;}.cesium-3DTilesInspector{width:300px;pointer-events:all;}.cesium-3DTilesInspector-statistics{font-size:11px;}.cesium-3DTilesInspector div,.cesium-3DTilesInspector input[type=range]{width:100%;box-sizing:border-box;}.cesium-cesiumInspector-error{color:#ff9e9e;overflow:auto;}.cesium-3DTilesInspector .cesium-cesiumInspector-section{margin-top:3px;}.cesium-3DTilesInspector .cesium-cesiumInspector-sectionHeader + .cesium-cesiumInspector-show{border-top:1px solid white;}input.cesium-cesiumInspector-url{overflow:hidden;white-space:nowrap;overflow-x:scroll;background-color:transparent;color:white;outline:none;border:none;height:1em;width:100%;}.cesium-cesiumInspector .field-group{display:table;}.cesium-cesiumInspector .field-group > label{display:table-cell;font-weight:bold;}.cesium-cesiumInspector .field-group > .field{display:table-cell;width:100%;} -------------------------------------------------------------------------------- /Cesium/Widgets/CesiumInspector/CesiumInspector.css: -------------------------------------------------------------------------------- 1 | .cesium-cesiumInspector{border-radius:5px;transition:width ease-in-out 0.25s;background:rgba(48,51,54,0.8);border:1px solid #444;color:#edffff;display:inline-block;position:relative;padding:4px 12px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;}.cesium-cesiumInspector-button{text-align:center;font-size:11pt;}.cesium-cesiumInspector-visible .cesium-cesiumInspector-button{border-bottom:1px solid #aaa;padding-bottom:3px;}.cesium-cesiumInspector input:enabled,.cesium-cesiumInspector-button{cursor:pointer;}.cesium-cesiumInspector-visible{width:185px;height:auto;}.cesium-cesiumInspector-hidden{width:122px;height:17px;}.cesium-cesiumInspector-show{max-height:500px;}.cesium-cesiumInspector-hide{max-height:0;padding:0 !important;overflow:hidden;}.cesium-cesiumInspector-dropDown{margin:5px 0;font-family:sans-serif;font-size:10pt;width:185px;}.cesium-cesiumInspector-frustumStatistics{padding-left:10px;padding:5px;background-color:rgba(80,80,80,0.75);}.cesium-cesiumInspector-pickButton{background-color:rgba(0,0,0,0.3);border:1px solid #444;color:#edffff;border-radius:5px;padding:3px 7px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin:0 auto;}.cesium-cesiumInspector-pickButton:focus{outline:none;}.cesium-cesiumInspector-pickButton:active,.cesium-cesiumInspector-pickButtonHighlight{color:#000;background:#adf;border-color:#fff;box-shadow:0 0 8px #fff;}.cesium-cesiumInspector-center{text-align:center;}.cesium-cesiumInspector-sectionHeader{font-weight:bold;}.cesium-cesiumInspector-pickSection{border:1px solid #aaa;border-radius:5px;padding:3px;margin-bottom:5px;}.cesium-cesiumInspector-section{margin-bottom:10px;transition:max-height 0.25s;}.cesium-cesiumInspector-toggleSwitch{padding:3px;cursor:pointer;}.cesium-cesiumInspector-tileText{padding-bottom:10px;border-bottom:1px solid #aaa;}.cesium-cesiumInspector-relativeText{padding-top:10px;} -------------------------------------------------------------------------------- /Cesium/Widgets/CesiumWidget/CesiumWidget.css: -------------------------------------------------------------------------------- 1 | .cesium-widget{position:relative;}.cesium-widget,.cesium-widget canvas{width:100%;height:100%;touch-action:none;}.cesium-widget-credits{display:block;position:absolute;bottom:0;left:0;color:#fff;font-size:10px;text-shadow:0px 0px 2px #000000;padding-right:5px;}.cesium-widget-credits a,.cesium-widget-credits a:visited{color:#fff;}.cesium-widget-errorPanel{position:absolute;top:0;right:0;bottom:0;left:0;text-align:center;background:rgba(0,0,0,0.7);z-index:99999;}.cesium-widget-errorPanel:before{display:inline-block;vertical-align:middle;height:100%;content:"";}.cesium-widget-errorPanel-content{width:75%;display:inline-block;text-align:left;vertical-align:middle;border:1px solid #526F82;border-radius:7px;background-color:black;color:white;font-size:10pt;padding:1em;}.cesium-widget-errorPanel-header{font-size:120%;color:#fe4;}.cesium-widget-errorPanel-scroll{overflow:auto;font-family:monospace;white-space:pre-wrap;padding:0;margin:10px 0;}.cesium-widget-errorPanel-buttonPanel{text-align:center;} -------------------------------------------------------------------------------- /Cesium/Widgets/CesiumWidget/lighter.css: -------------------------------------------------------------------------------- 1 | .cesium-lighter .cesium-widget-errorPanel{background:rgba(255,255,255,0.7);}.cesium-lighter .cesium-widget-errorPanel-content{border:1px solid #526F82;border-radius:7px;background-color:white;color:black;}.cesium-lighter .cesium-widget-errorPanel-header{color:#B87D00;} -------------------------------------------------------------------------------- /Cesium/Widgets/FullscreenButton/FullscreenButton.css: -------------------------------------------------------------------------------- 1 | .cesium-button.cesium-fullscreenButton{display:block;width:100%;height:100%;margin:0;border-radius:0;} -------------------------------------------------------------------------------- /Cesium/Widgets/Geocoder/Geocoder.css: -------------------------------------------------------------------------------- 1 | .cesium-viewer-geocoderContainer .cesium-geocoder-input{border:solid 1px #444;background-color:rgba(40,40,40,0.7);color:white;display:inline-block;vertical-align:middle;width:0;height:32px;margin:0;padding:0 32px 0 0;border-radius:0;box-sizing:border-box;transition:width ease-in-out 0.25s,background-color 0.2s ease-in-out;-webkit-appearance:none;}.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input{border-color:#aef;box-shadow:0 0 8px #fff;}.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus{border-color:#ea4;background-color:rgba(15,15,15,0.9);box-shadow:none;outline:none;}.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input,.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus,.cesium-viewer-geocoderContainer .cesium-geocoder-input-wide{padding-left:4px;width:250px;}.cesium-viewer-geocoderContainer .search-results{position:absolute;background-color:#000;color:#eee;overflow-y:auto;opacity:0.8;width:100%;}.cesium-viewer-geocoderContainer .search-results ul{list-style-type:none;margin:0;padding:0;}.cesium-viewer-geocoderContainer .search-results ul li{font-size:14px;padding:3px 10px;}.cesium-viewer-geocoderContainer .search-results ul li:hover{cursor:pointer;}.cesium-viewer-geocoderContainer .search-results ul li.active{background:#48b;}.cesium-geocoder-searchButton{background-color:#303336;display:inline-block;position:absolute;cursor:pointer;width:32px;top:1px;right:1px;height:30px;vertical-align:middle;fill:#edffff;}.cesium-geocoder-searchButton:hover{background-color:#48b;} -------------------------------------------------------------------------------- /Cesium/Widgets/Geocoder/lighter.css: -------------------------------------------------------------------------------- 1 | .cesium-lighter .cesium-geocoder-input{border:solid 1px #759dc0;background-color:rgba(240,240,240,0.9);color:black;}.cesium-lighter .cesium-viewer-geocoderContainer:hover .cesium-geocoder-input{border-color:#aef;box-shadow:0 0 8px #fff;}.cesium-lighter .cesium-geocoder-searchButton{background-color:#e2f0ff;fill:#111;}.cesium-lighter .cesium-geocoder-searchButton:hover{background-color:#a6d2ff;} -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/bingAerial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/bingAerial.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/bingAerialLabels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/bingAerialLabels.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/bingRoads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/bingRoads.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/blueMarble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/blueMarble.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/earthAtNight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/earthAtNight.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/esriNationalGeographic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/esriNationalGeographic.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/esriWorldImagery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/esriWorldImagery.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/esriWorldStreetMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/esriWorldStreetMap.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/mapQuestOpenStreetMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/mapQuestOpenStreetMap.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/mapboxSatellite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/mapboxSatellite.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/mapboxStreets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/mapboxStreets.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/mapboxTerrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/mapboxTerrain.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/naturalEarthII.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/naturalEarthII.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/openStreetMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/openStreetMap.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/sentinel-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/sentinel-2.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/stamenToner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/stamenToner.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/ImageryProviders/stamenWatercolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/ImageryProviders/stamenWatercolor.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/NavigationHelp/Mouse.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml 52 | 55 | 58 | 64 | 65 | 66 | 67 | 80 | -------------------------------------------------------------------------------- /Cesium/Widgets/Images/NavigationHelp/MouseLeft.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml 46 | 48 | 51 | 56 | 57 | 58 | 59 | 72 | -------------------------------------------------------------------------------- /Cesium/Widgets/Images/NavigationHelp/MouseMiddle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml 46 | 48 | 51 | 56 | 57 | 58 | 59 | 76 | -------------------------------------------------------------------------------- /Cesium/Widgets/Images/NavigationHelp/MouseRight.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml 46 | 48 | 51 | 56 | 57 | 58 | 59 | 76 | -------------------------------------------------------------------------------- /Cesium/Widgets/Images/NavigationHelp/Touch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml 49 | 52 | 53 | 59 | 60 | 63 | 64 | 67 | 68 | 71 | 72 | 75 | 76 | 79 | 80 | 83 | 84 | 87 | 88 | 91 | 92 | 95 | 96 | 99 | 100 | 103 | 104 | 107 | 108 | 111 | 112 | 115 | 116 | 119 | 120 | -------------------------------------------------------------------------------- /Cesium/Widgets/Images/NavigationHelp/TouchDrag.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml 49 | 52 | 57 | 63 | 69 | 72 | 73 | 76 | 77 | 80 | 81 | 84 | 85 | 88 | 89 | 92 | 93 | 96 | 97 | 100 | 101 | 104 | 105 | 108 | 109 | 112 | 113 | 116 | 117 | 120 | 121 | 124 | 125 | 128 | 129 | -------------------------------------------------------------------------------- /Cesium/Widgets/Images/NavigationHelp/TouchRotate.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml 50 | 51 | -------------------------------------------------------------------------------- /Cesium/Widgets/Images/NavigationHelp/TouchTilt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml 49 | 53 | 58 | 63 | 69 | 70 | 73 | 74 | 77 | 78 | 81 | 82 | 85 | 86 | 89 | 90 | 93 | 94 | 97 | 98 | 101 | 102 | 105 | 106 | 109 | 110 | 113 | 114 | 117 | 118 | 121 | 122 | 125 | 126 | 129 | 130 | -------------------------------------------------------------------------------- /Cesium/Widgets/Images/NavigationHelp/TouchZoom.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | image/svg+xml 50 | 51 | -------------------------------------------------------------------------------- /Cesium/Widgets/Images/TerrainProviders/CesiumWorldTerrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/TerrainProviders/CesiumWorldTerrain.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/TerrainProviders/Ellipsoid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/TerrainProviders/Ellipsoid.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/TimelineIcons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/TimelineIcons.png -------------------------------------------------------------------------------- /Cesium/Widgets/Images/info-loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/Cesium/Widgets/Images/info-loading.gif -------------------------------------------------------------------------------- /Cesium/Widgets/InfoBox/InfoBox.css: -------------------------------------------------------------------------------- 1 | .cesium-infoBox { 2 | display: block; 3 | position: absolute; 4 | top: 50px; 5 | right: 0; 6 | width: 40%; 7 | max-width: 480px; 8 | background: rgba(38, 38, 38, 0.95); 9 | color: #edffff; 10 | border: 1px solid #444; 11 | border-right: none; 12 | border-top-left-radius: 7px; 13 | border-bottom-left-radius: 7px; 14 | box-shadow: 0 0 10px 1px #000; 15 | -webkit-transform: translate(100%, 0); 16 | -moz-transform: translate(100%, 0); 17 | transform: translate(100%, 0); 18 | visibility: hidden; 19 | opacity: 0; 20 | -webkit-transition: visibility 0s 0.2s, opacity 0.2s ease-in, -webkit-transform 0.2s ease-in; 21 | -moz-transition: visibility 0s 0.2s, opacity 0.2s ease-in, -moz-transform 0.2s ease-in; 22 | transition: visibility 0s 0.2s, opacity 0.2s ease-in, transform 0.2s ease-in; 23 | } 24 | 25 | .cesium-infoBox-visible { 26 | -webkit-transform: translate(0, 0); 27 | -moz-transform: translate(0, 0); 28 | transform: translate(0, 0); 29 | visibility: visible; 30 | opacity: 1; 31 | -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out; 32 | -moz-transition: opacity 0.2s ease-out, -moz-transform 0.2s ease-out; 33 | transition: opacity 0.2s ease-out, transform 0.2s ease-out; 34 | } 35 | 36 | .cesium-infoBox-title { 37 | display: block; 38 | height: 20px; 39 | padding: 5px 30px 5px 25px; 40 | background: rgba(84, 84, 84, 1.0); 41 | border-top-left-radius: 7px; 42 | text-align: center; 43 | text-overflow: ellipsis; 44 | white-space: nowrap; 45 | overflow: hidden; 46 | -moz-box-sizing: content-box; 47 | -webkit-box-sizing: content-box; 48 | box-sizing: content-box; 49 | } 50 | 51 | .cesium-infoBox-bodyless .cesium-infoBox-title { 52 | border-bottom-left-radius: 7px; 53 | } 54 | 55 | button.cesium-infoBox-camera { 56 | /* 57 | display: block; 58 | */ 59 | display: none; 60 | position: absolute; 61 | top: 4px; 62 | left: 4px; 63 | width: 22px; 64 | height: 22px; 65 | background: transparent; 66 | border-color: transparent; 67 | border-radius: 3px; 68 | padding: 0 5px; 69 | margin: 0; 70 | } 71 | 72 | button.cesium-infoBox-close { 73 | display: block; 74 | position: absolute; 75 | top: 5px; 76 | right: 5px; 77 | height: 20px; 78 | background: transparent; 79 | border: none; 80 | border-radius: 2px; 81 | font-weight: bold; 82 | font-size: 16px; 83 | padding: 0 5px; 84 | margin: 0; 85 | color: #edffff; 86 | } 87 | 88 | button.cesium-infoBox-close:focus { 89 | background: rgba(238, 136, 0, 0.44); 90 | outline: none; 91 | } 92 | 93 | button.cesium-infoBox-close:hover { 94 | background: #888; 95 | color: #000; 96 | } 97 | 98 | button.cesium-infoBox-close:active { 99 | background: #a00; 100 | color: #000; 101 | } 102 | 103 | .cesium-infoBox-bodyless .cesium-infoBox-iframe { 104 | display: none; 105 | } 106 | 107 | .cesium-infoBox-iframe { 108 | border: none; 109 | width: 100%; /* Fallback */ 110 | width: calc(100% - 2px); 111 | } 112 | -------------------------------------------------------------------------------- /Cesium/Widgets/InfoBox/InfoBoxDescription.css: -------------------------------------------------------------------------------- 1 | @import url(../shared.css); 2 | body { 3 | margin: 0; 4 | padding: 0; 5 | } 6 | 7 | .cesium-infoBox-description { 8 | font-family: sans-serif; 9 | font-size: 13px; 10 | padding: 4px 10px; 11 | margin-right: 4px; 12 | color: #edffff; 13 | } 14 | 15 | .cesium-infoBox-description a:link, 16 | .cesium-infoBox-description a:visited, 17 | .cesium-infoBox-description a:hover, 18 | .cesium-infoBox-description a:active { 19 | color: #edffff; 20 | } 21 | 22 | .cesium-infoBox-description table { 23 | color: #edffff; 24 | } 25 | 26 | .cesium-infoBox-defaultTable { 27 | width: 100%; 28 | color: #edffff; 29 | } 30 | 31 | .cesium-infoBox-defaultTable tr:nth-child(odd) { 32 | background-color: rgba(84, 84, 84, 0.8); 33 | } 34 | 35 | .cesium-infoBox-defaultTable tr:nth-child(even) { 36 | background-color: rgba(84, 84, 84, 0.25); 37 | } 38 | 39 | .cesium-infoBox-defaultTable th { 40 | font-weight: normal; 41 | padding: 3px; 42 | vertical-align: middle; 43 | text-align: center; 44 | } 45 | 46 | .cesium-infoBox-defaultTable td { 47 | padding: 3px; 48 | vertical-align: middle; 49 | text-align: left; 50 | } 51 | 52 | .cesium-infoBox-description-lighter { 53 | color: #000000; 54 | } 55 | 56 | .cesium-infoBox-description-lighter a:link, 57 | .cesium-infoBox-description-lighter a:visited, 58 | .cesium-infoBox-description-lighter a:hover, 59 | .cesium-infoBox-description-lighter a:active { 60 | color: #000000; 61 | } 62 | 63 | .cesium-infoBox-description-lighter table { 64 | color: #000000; 65 | } 66 | 67 | .cesium-infoBox-defaultTable-lighter { 68 | width: 100%; 69 | color: #000000; 70 | } 71 | 72 | .cesium-infoBox-defaultTable-lighter tr:nth-child(odd) { 73 | background-color: rgba(179, 179, 179, 0.8); 74 | } 75 | 76 | .cesium-infoBox-defaultTable-lighter tr:nth-child(even) { 77 | background-color: rgba(179, 179, 179, 0.25); 78 | } 79 | 80 | .cesium-infoBox-loadingContainer { 81 | margin: 5px; 82 | text-align: center; 83 | } 84 | 85 | .cesium-infoBox-loading { 86 | display: inline-block; 87 | background-image: url(../Images/info-loading.gif); 88 | width: 16px; 89 | height: 11px; 90 | } 91 | -------------------------------------------------------------------------------- /Cesium/Widgets/NavigationHelpButton/NavigationHelpButton.css: -------------------------------------------------------------------------------- 1 | .cesium-navigationHelpButton-wrapper{position:relative;display:inline-block;}.cesium-navigation-help{visibility:hidden;position:absolute;top:38px;right:2px;width:250px;border-radius:10px;transform:scale(0.01);transform-origin:234px -10px;transition:visibility 0s 0.25s,transform 0.25s ease-in;}.cesium-navigation-help-visible{visibility:visible;transform:scale(1);transition:transform 0.25s ease-out;}.cesium-navigation-help-instructions{border:1px solid #444;background-color:rgba(38,38,38,0.75);padding-bottom:5px;border-radius:0 0 10px 10px;}.cesium-click-navigation-help{display:none;}.cesium-touch-navigation-help{display:none;padding-top:5px;}.cesium-click-navigation-help-visible{display:block;}.cesium-touch-navigation-help-visible{display:block;}.cesium-navigation-help-pan{color:#66ccff;font-weight:bold;}.cesium-navigation-help-zoom{color:#65fd00;font-weight:bold;}.cesium-navigation-help-rotate{color:#ffd800;font-weight:bold;}.cesium-navigation-help-tilt{color:#d800d8;font-weight:bold;}.cesium-navigation-help-details{color:#ffffff;}.cesium-navigation-button{color:#fff;background-color:transparent;border-bottom:none;border-top:1px solid #444;border-right:1px solid #444;margin:0;width:50%;cursor:pointer;}.cesium-navigation-button-icon{vertical-align:middle;padding:5px 1px;}.cesium-navigation-button:focus{outline:none;}.cesium-navigation-button-left{border-radius:10px 0 0 0;border-left:1px solid #444;}.cesium-navigation-button-right{border-radius:0 10px 0 0;border-left:none;}.cesium-navigation-button-selected{background-color:rgba(38,38,38,0.75);}.cesium-navigation-button-unselected{background-color:rgba(0,0,0,0.75);}.cesium-navigation-button-unselected:hover{background-color:rgba(76,76,76,0.75);} -------------------------------------------------------------------------------- /Cesium/Widgets/NavigationHelpButton/lighter.css: -------------------------------------------------------------------------------- 1 | .cesium-lighter .cesium-navigation-help-instructions{border:1px solid #759dc0;background-color:rgba(255,255,255,0.9);}.cesium-lighter .cesium-navigation-help-pan{color:#66ccee;font-weight:bold;}.cesium-lighter .cesium-navigation-help-zoom{color:#65ec00;font-weight:bold;}.cesium-lighter .cesium-navigation-help-rotate{color:#eec722;font-weight:bold;}.cesium-lighter .cesium-navigation-help-tilt{color:#d800d8;font-weight:bold;}.cesium-lighter .cesium-navigation-help-details{color:#222222;}.cesium-lighter .cesium-navigation-button{color:#222222;border-top:1px solid #759dc0;border-right:1px solid #759dc0;}.cesium-lighter .cesium-navigation-button-selected{background-color:rgba(196,225,255,0.9);}.cesium-lighter .cesium-navigation-button-unselected{background-color:rgba(226,240,255,0.9);}.cesium-lighter .cesium-navigation-button-unselected:hover{background-color:rgba(166,210,255,0.9);} -------------------------------------------------------------------------------- /Cesium/Widgets/PerformanceWatchdog/PerformanceWatchdog.css: -------------------------------------------------------------------------------- 1 | .cesium-performance-watchdog-message-area{position:relative;background-color:yellow;color:black;padding:10px;}.cesium-performance-watchdog-message{margin-right:30px;}.cesium-performance-watchdog-message-dismiss{position:absolute;right:0;margin:0 10px 0 0;} -------------------------------------------------------------------------------- /Cesium/Widgets/ProjectionPicker/ProjectionPicker.css: -------------------------------------------------------------------------------- 1 | span.cesium-projectionPicker-wrapper{display:inline-block;position:relative;margin:0 3px;}.cesium-projectionPicker-visible{visibility:visible;opacity:1;transition:opacity 0.25s linear;}.cesium-projectionPicker-hidden{visibility:hidden;opacity:0;transition:visibility 0s 0.25s,opacity 0.25s linear;}.cesium-projectionPicker-wrapper .cesium-projectionPicker-none{display:none;}.cesium-projectionPicker-wrapper .cesium-projectionPicker-dropDown-icon{box-sizing:border-box;padding:0;margin:3px 0;}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective,.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic{margin:0 0 3px 0;}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective .cesium-projectionPicker-iconOrthographic{left:100%;}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic .cesium-projectionPicker-iconPerspective{left:-100%;}.cesium-projectionPicker-wrapper .cesium-projectionPicker-selected{border-color:#2e2;box-shadow:0 0 8px #fff,0 0 8px #fff;} -------------------------------------------------------------------------------- /Cesium/Widgets/SceneModePicker/SceneModePicker.css: -------------------------------------------------------------------------------- 1 | span.cesium-sceneModePicker-wrapper{display:inline-block;position:relative;margin:0 3px;}.cesium-sceneModePicker-visible{visibility:visible;opacity:1;transition:opacity 0.25s linear;}.cesium-sceneModePicker-hidden{visibility:hidden;opacity:0;transition:visibility 0s 0.25s,opacity 0.25s linear;}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-none{display:none;}.cesium-sceneModePicker-slide-svg{transition:left 2s;top:0;left:0;}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-dropDown-icon{box-sizing:border-box;padding:0;margin:3px 0;}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D{margin:0 0 3px 0;}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-icon2D{left:100%;}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-iconColumbusView{left:200%;}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon3D{left:-200%;}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon2D{left:-100%;}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-icon3D{left:-100%;}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-iconColumbusView{left:100%;}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-selected{border-color:#2e2;box-shadow:0 0 8px #fff,0 0 8px #fff;} -------------------------------------------------------------------------------- /Cesium/Widgets/SelectionIndicator/SelectionIndicator.css: -------------------------------------------------------------------------------- 1 | .cesium-selection-wrapper{position:absolute;width:160px;height:160px;pointer-events:none;visibility:hidden;opacity:0;transition:visibility 0s 0.2s,opacity 0.2s ease-in;}.cesium-selection-wrapper-visible{visibility:visible;opacity:1;transition:opacity 0.2s ease-out;}.cesium-selection-wrapper svg{fill:#2e2;stroke:#000;stroke-width:1.1px;} -------------------------------------------------------------------------------- /Cesium/Widgets/Timeline/Timeline.css: -------------------------------------------------------------------------------- 1 | .cesium-timeline-main{position:relative;left:0;bottom:0;overflow:hidden;border:solid 1px #888;}.cesium-timeline-trackContainer{width:100%;overflow:auto;border-top:solid 1px #888;position:relative;top:0;left:0;}.cesium-timeline-tracks{position:absolute;top:0;left:0;width:100%;}.cesium-timeline-needle{position:absolute;left:0;top:1.7em;bottom:0;width:1px;background:#F00;}.cesium-timeline-bar{position:relative;left:0;top:0;overflow:hidden;cursor:pointer;width:100%;height:1.7em;background:linear-gradient(to bottom,rgba(116,117,119,0.8) 0%,rgba(58,68,82,0.8) 11%,rgba(46,50,56,0.8) 46%,rgba(53,53,53,0.8) 81%,rgba(53,53,53,0.8) 100%);}.cesium-timeline-ruler{visibility:hidden;white-space:nowrap;font-size:80%;z-index:-200;}.cesium-timeline-highlight{position:absolute;bottom:0;left:0;background:#08F;}.cesium-timeline-ticLabel{position:absolute;top:0;left:0;white-space:nowrap;font-size:80%;color:#eee;}.cesium-timeline-ticMain{position:absolute;bottom:0;left:0;width:1px;height:50%;background:#eee;}.cesium-timeline-ticSub{position:absolute;bottom:0;left:0;width:1px;height:33%;background:#aaa;}.cesium-timeline-ticTiny{position:absolute;bottom:0;left:0;width:1px;height:25%;background:#888;}.cesium-timeline-icon16{display:block;position:absolute;width:16px;height:16px;background-image:url("../Images/TimelineIcons.png");background-repeat:no-repeat;} -------------------------------------------------------------------------------- /Cesium/Widgets/Timeline/lighter.css: -------------------------------------------------------------------------------- 1 | .cesium-lighter .cesium-timeline-bar{background:linear-gradient(to bottom,#eeeeee 0%,#ffffff 50%,#fafafa 100%);}.cesium-lighter .cesium-timeline-ticLabel{color:#000;}.cesium-lighter .cesium-timeline-ticMain{position:absolute;bottom:0;left:0;width:1px;height:50%;background:#000;}.cesium-lighter .cesium-timeline-ticSub{background:#444;} -------------------------------------------------------------------------------- /Cesium/Widgets/VRButton/VRButton.css: -------------------------------------------------------------------------------- 1 | .cesium-button.cesium-vrButton{display:block;width:100%;height:100%;margin:0;border-radius:0;} -------------------------------------------------------------------------------- /Cesium/Widgets/Viewer/Viewer.css: -------------------------------------------------------------------------------- 1 | .cesium-viewer{font-family:sans-serif;font-size:16px;overflow:hidden;display:block;position:relative;top:0;left:0;width:100%;height:100%;}.cesium-viewer-cesiumWidgetContainer{width:100%;height:100%;}.cesium-viewer-bottom{display:block;position:absolute;bottom:0;left:0;right:0;padding-right:5px;}.cesium-viewer .cesium-widget-credits{display:inline;position:static;bottom:auto;left:auto;padding-right:0;color:#ffffff;font-size:10px;text-shadow:0 0 2px #000000;}.cesium-viewer-timelineContainer{position:absolute;bottom:0;left:169px;right:29px;height:27px;padding:0;margin:0;overflow:hidden;font-size:14px;}.cesium-viewer-animationContainer{position:absolute;bottom:0;left:0;padding:0;width:169px;height:112px;}.cesium-viewer-fullscreenContainer{position:absolute;bottom:0;right:0;padding:0;width:29px;height:29px;overflow:hidden;}.cesium-viewer-vrContainer{position:absolute;bottom:0;right:0;padding:0;width:29px;height:29px;overflow:hidden;}.cesium-viewer-toolbar{display:block;position:absolute;top:5px;right:5px;}.cesium-viewer-cesiumInspectorContainer{display:block;position:absolute;top:50px;right:10px;}.cesium-viewer-geocoderContainer{position:relative;display:inline-block;margin:0 3px;}.cesium-viewer-cesium3DTilesInspectorContainer{display:block;position:absolute;top:50px;right:10px;max-height:100%;padding-bottom:70px;box-sizing:border-box;overflow:auto;} -------------------------------------------------------------------------------- /Cesium/Widgets/lighter.css: -------------------------------------------------------------------------------- 1 | .cesium-lighter .cesium-button{color:#111;fill:#111;background:#e2f0ff;border:1px solid #759dc0;}.cesium-lighter .cesium-button:focus{color:#000;fill:#000;border-color:#ea4;}.cesium-lighter .cesium-button:hover{color:#000;fill:#000;background:#a6d2ff;border-color:#aef;box-shadow:0 0 8px #777;}.cesium-lighter .cesium-button:active{color:#fff;fill:#fff;background:#48b;border-color:#ea0;}.cesium-lighter .cesium-button:disabled,.cesium-lighter .cesium-button-disabled,.cesium-lighter .cesium-button-disabled:focus,.cesium-lighter .cesium-button-disabled:hover,.cesium-lighter .cesium-button-disabled:active{background:#ccc;border-color:#999;color:#999;fill:#999;box-shadow:none;}.cesium-lighter .cesium-performanceDisplay{background-color:#e2f0ff;border-color:#759dc0;}.cesium-lighter .cesium-performanceDisplay-fps{color:#e52;}.cesium-lighter .cesium-performanceDisplay-ms{color:#ea4;}.cesium-lighter .cesium-animation-themeNormal{color:#E5F2FE;}.cesium-lighter .cesium-animation-themeHover{color:#ABD6FF;}.cesium-lighter .cesium-animation-themeSelect{color:#E5F2FE;}.cesium-lighter .cesium-animation-themeDisabled{color:#EFEFEF;}.cesium-lighter .cesium-animation-themeKnob{color:#E1E2E3;}.cesium-lighter .cesium-animation-themePointer{color:#FA5;}.cesium-lighter .cesium-animation-themeSwoosh{color:#ACE;}.cesium-lighter .cesium-animation-themeSwooshHover{color:#BDF;}.cesium-lighter .cesium-animation-svgText{fill:#111;}.cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonPath{fill:#111;}.cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonMain{stroke:#759DC0;}.cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonGlow{fill:#FFAA2A;}.cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonMain{stroke:#EA0;}.cesium-lighter .cesium-animation-rectButton:hover .cesium-animation-buttonMain{stroke:#759DC0;}.cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow{fill:#fff;}.cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonMain{stroke:#EA0;}.cesium-lighter .cesium-animation-rectButton:active .cesium-animation-buttonMain{fill:#ABD6FF;}.cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonMain{stroke:#D3D3D3;}.cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonPath{fill:#818181;}.cesium-lighter .cesium-animation-shuttleRingBack{fill:#FAFAFA;fill-opacity:1;stroke:#AEAEAE;stroke-width:1.2;}.cesium-lighter .cesium-animation-shuttleRingSwoosh line{stroke:#8AC;}.cesium-lighter .cesium-animation-knobOuter{stroke:#A5A5A5;}.cesium-lighter .cesium-baseLayerPicker-itemIcon{border-color:#759dc0;}.cesium-lighter .cesium-baseLayerPicker-dropDown{background-color:rgba(240,240,240,0.75);}.cesium-lighter .cesium-baseLayerPicker-sectionTitle{color:black;}.cesium-lighter .cesium-baseLayerPicker-itemLabel{color:black;}.cesium-lighter .cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemIcon{border-color:#000;}.cesium-lighter .cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel{color:rgb(0,61,168);}.cesium-lighter .cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemIcon{border:double 4px rgb(0,61,168);}.cesium-lighter .cesium-widget-errorPanel{background:rgba(255,255,255,0.7);}.cesium-lighter .cesium-widget-errorPanel-content{border:1px solid #526F82;border-radius:7px;background-color:white;color:black;}.cesium-lighter .cesium-widget-errorPanel-header{color:#B87D00;}.cesium-lighter .cesium-geocoder-input{border:solid 1px #759dc0;background-color:rgba(240,240,240,0.9);color:black;}.cesium-lighter .cesium-viewer-geocoderContainer:hover .cesium-geocoder-input{border-color:#aef;box-shadow:0 0 8px #fff;}.cesium-lighter .cesium-geocoder-searchButton{background-color:#e2f0ff;fill:#111;}.cesium-lighter .cesium-geocoder-searchButton:hover{background-color:#a6d2ff;}.cesium-lighter .cesium-timeline-bar{background:linear-gradient(to bottom,#eeeeee 0%,#ffffff 50%,#fafafa 100%);}.cesium-lighter .cesium-timeline-ticLabel{color:#000;}.cesium-lighter .cesium-timeline-ticMain{position:absolute;bottom:0;left:0;width:1px;height:50%;background:#000;}.cesium-lighter .cesium-timeline-ticSub{background:#444;}.cesium-lighter .cesium-navigation-help-instructions{border:1px solid #759dc0;background-color:rgba(255,255,255,0.9);}.cesium-lighter .cesium-navigation-help-pan{color:#66ccee;font-weight:bold;}.cesium-lighter .cesium-navigation-help-zoom{color:#65ec00;font-weight:bold;}.cesium-lighter .cesium-navigation-help-rotate{color:#eec722;font-weight:bold;}.cesium-lighter .cesium-navigation-help-tilt{color:#d800d8;font-weight:bold;}.cesium-lighter .cesium-navigation-help-details{color:#222222;}.cesium-lighter .cesium-navigation-button{color:#222222;border-top:1px solid #759dc0;border-right:1px solid #759dc0;}.cesium-lighter .cesium-navigation-button-selected{background-color:rgba(196,225,255,0.9);}.cesium-lighter .cesium-navigation-button-unselected{background-color:rgba(226,240,255,0.9);}.cesium-lighter .cesium-navigation-button-unselected:hover{background-color:rgba(166,210,255,0.9);} -------------------------------------------------------------------------------- /Cesium/Widgets/lighterShared.css: -------------------------------------------------------------------------------- 1 | .cesium-lighter .cesium-button{color:#111;fill:#111;background:#e2f0ff;border:1px solid #759dc0;}.cesium-lighter .cesium-button:focus{color:#000;fill:#000;border-color:#ea4;}.cesium-lighter .cesium-button:hover{color:#000;fill:#000;background:#a6d2ff;border-color:#aef;box-shadow:0 0 8px #777;}.cesium-lighter .cesium-button:active{color:#fff;fill:#fff;background:#48b;border-color:#ea0;}.cesium-lighter .cesium-button:disabled,.cesium-lighter .cesium-button-disabled,.cesium-lighter .cesium-button-disabled:focus,.cesium-lighter .cesium-button-disabled:hover,.cesium-lighter .cesium-button-disabled:active{background:#ccc;border-color:#999;color:#999;fill:#999;box-shadow:none;}.cesium-lighter .cesium-performanceDisplay{background-color:#e2f0ff;border-color:#759dc0;}.cesium-lighter .cesium-performanceDisplay-fps{color:#e52;}.cesium-lighter .cesium-performanceDisplay-ms{color:#ea4;} -------------------------------------------------------------------------------- /Cesium/Widgets/shared.css: -------------------------------------------------------------------------------- 1 | .cesium-svgPath-svg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;}.cesium-button{display:inline-block;position:relative;background:#303336;border:1px solid #444;color:#edffff;fill:#edffff;border-radius:4px;padding:5px 12px;margin:2px 3px;cursor:pointer;overflow:hidden;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}.cesium-button:focus{color:#fff;fill:#fff;border-color:#ea4;outline:none;}.cesium-button:hover{color:#fff;fill:#fff;background:#48b;border-color:#aef;box-shadow:0 0 8px #fff;}.cesium-button:active{color:#000;fill:#000;background:#adf;border-color:#fff;box-shadow:0 0 8px #fff;}.cesium-button:disabled,.cesium-button-disabled,.cesium-button-disabled:focus,.cesium-button-disabled:hover,.cesium-button-disabled:active{background:#303336;border-color:#444;color:#646464;fill:#646464;box-shadow:none;cursor:default;}.cesium-button option{background-color:#000;color:#eee;}.cesium-button option:disabled{color:#777;}.cesium-button input,.cesium-button label{cursor:pointer;}.cesium-button input{vertical-align:sub;}.cesium-toolbar-button{box-sizing:border-box;width:32px;height:32px;border-radius:14%;padding:0;vertical-align:middle;z-index:0;}.cesium-performanceDisplay-defaultContainer{position:absolute;top:50px;right:10px;text-align:right;}.cesium-performanceDisplay{background-color:rgba(40,40,40,0.7);padding:7px;border-radius:5px;border:1px solid #444;font:bold 12px sans-serif;}.cesium-performanceDisplay-fps{color:#e52;}.cesium-performanceDisplay-throttled{color:#a42;}.cesium-performanceDisplay-ms{color:#de3;} -------------------------------------------------------------------------------- /Cesium/Widgets/widgets.css: -------------------------------------------------------------------------------- 1 | @import url(./shared.css); 2 | @import url(./Animation/Animation.css); 3 | @import url(./BaseLayerPicker/BaseLayerPicker.css); 4 | @import url(./CesiumWidget/CesiumWidget.css); 5 | @import url(./CesiumInspector/CesiumInspector.css); 6 | @import url(./FullscreenButton/FullscreenButton.css); 7 | @import url(./VRButton/VRButton.css); 8 | @import url(./Geocoder/Geocoder.css); 9 | @import url(./InfoBox/InfoBox.css); 10 | @import url(./SceneModePicker/SceneModePicker.css); 11 | @import url(./ProjectionPicker/ProjectionPicker.css); 12 | @import url(./PerformanceWatchdog/PerformanceWatchdog.css); 13 | @import url(./NavigationHelpButton/NavigationHelpButton.css); 14 | @import url(./SelectionIndicator/SelectionIndicator.css); 15 | @import url(./Timeline/Timeline.css); 16 | @import url(./Viewer/Viewer.css); 17 | -------------------------------------------------------------------------------- /Cesium/Workers/transferTypedArrayTest.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Cesium - https://github.com/AnalyticalGraphicsInc/cesium 3 | * 4 | * Copyright 2011-2017 Cesium Contributors 5 | * 6 | * Licensed under the Apache License, Version 2.0 (the "License"); 7 | * you may not use this file except in compliance with the License. 8 | * You may obtain a copy of the License at 9 | * 10 | * http://www.apache.org/licenses/LICENSE-2.0 11 | * 12 | * Unless required by applicable law or agreed to in writing, software 13 | * distributed under the License is distributed on an "AS IS" BASIS, 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 | * See the License for the specific language governing permissions and 16 | * limitations under the License. 17 | * 18 | * Columbus View (Pat. Pend.) 19 | * 20 | * Portions licensed separately. 21 | * See https://github.com/AnalyticalGraphicsInc/cesium/blob/master/LICENSE.md for full licensing details. 22 | */ 23 | "undefined"==typeof self&&(self={}),self.onmessage=function(e){"use strict";var s=e.data.array,a=self.webkitPostMessage||self.postMessage;try{a({array:s},[s.buffer])}catch(e){a({})}}; -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Cesiumを使ったKML可視化のサンプル 2 | ====================== 3 | Cesiumを使った日野市オープンデータを元にしたKMLファイル可視化のサンプルです。なお、日野市オープンデータに限らず、任意のKMLファイルをデジタルアース上に表示可能です。 4 | 5 | 6 | 首都大学東京システムデザイン学部インダストリアルコース3年生の授業向けに作成しました。プログラミング初心者でも、オープンデータを使ったデジタルアースコンテンツを作れます。受講者以外のかたもぜひご活用ください。 7 | 8 | ### 使い方 9 | 10 | 視点移動、ジオコーディング、ImageryLayerの切り替え、現在地へ移動、ストリートビュー起動、ヘルプ起動の各機能がすでに実装されています。これらの機能は「ヒロシマ・アーカイブ」のものに倣っています。 11 | 12 | + 視点移動:左上のメニューボタン 13 | + ジオコーディング:左上のフォーム 14 | + ImageryLayer切り替え:右上のパラメータボタン 15 | + 現在地へ移動:下中央のボタン 16 | + ストリートビュー起動:ビルボード(アイコン)をダブルクリック 17 | + ヘルプ起動:右上の「?」ボタン 18 | 19 | 20 | ### カスタマイズ 21 | 22 | サンプルのKMLファイルと自分の作成したKMLファイルを入れ替えて、下記のカスタマイズを行うだけで表示できます。 23 | 24 | + `index.html 104行目` : 25 | 視点配列を作成します。label, lat, lng, heading, pitch, rangeを指定可能です。画面左上のプルダウンメニューに表示されます。260行目のchangeViewPoint関数で処理されます。 26 | + `index.html 122行目` : 27 | KML配列を作成します。labelとurlを指定可能です。data/kmlに格納したkmlファイルについて指定してください。 28 | + `Cesium/Widgets/InfoBox/InfoBoxDescription.css` : 29 | KMLのタグ内のスタイルはこのCSSで指定してください。 30 | + `その他` : 31 | 自由に編集してください。 32 | 33 | ### 日野市オープンデータのKMLファイルについて 34 | 35 | 日野市オープンデータをGoogleFusionTablesを使ってKML化したものです。ただし、以下の編集を施しています。 36 | 37 | + `MultiGeometryタグの削除` : 38 | GFTからKMLを書き出すと自動的にMultiGeometryタグが追加され、PointとLinearRingが格納されています。Cesiumでそのまま表示すると、画面上にLinearRingのポリゴンが描画され、視覚的に煩雑なので、タグのみ削除しています。LinearRingタグは実害がないのでそのままにしてあります。ファイル容量を減らしたい場合はPointタグのみ残すのが良いと思います。 39 | 40 | ### 参考リンク 41 | 42 | 1. [GitHub Pagesでの閲覧](https://wtnv-lab.github.io/cesiumGitHubPages/ "日野市オープンデータ可視化") 43 | 2. [Cesium](http://cesiumjs.org/ "Cesium") 44 | 3. [KML Reference](https://developers.google.com/kml/documentation/kmlreference "KML Reference") 45 | 4. [Fusion Tablesを使ってみる](http://pc.nikkeibp.co.jp/article/column/20110829/1036486/ "Fusion Tablesを使ってみる-PC Online") 46 | 5. [オープンデータページ 日野](http://www.city.hino.lg.jp/index.cfm/196,129180,353,2132,html "オープンデータページ 日野") 47 | 6. [ヒロシマ・アーカイブ](http://hiroshima.mapping.jp/ "ヒロシマ・アーカイブ") 48 | 49 | ### ライセンス 50 | 51 | Licensed under the [Apache License, Version 2.0][Apache] 52 | [Apache]: http://www.apache.org/licenses/LICENSE-2.0 53 | -------------------------------------------------------------------------------- /css/menubutton.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: "LigatureSymbols"; 3 | src: url("../font/LigatureSymbols-2.11.eot"); 4 | src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"), url("../font/LigatureSymbols-2.11.woff") format("woff"), url("../font/LigatureSymbols-2.11.ttf") format("truetype"), url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg"); 5 | font-weight: normal; 6 | font-style: normal; 7 | } 8 | 9 | .icon-font { 10 | font-family: "LigatureSymbols"; 11 | -webkit-text-rendering: optimizeLegibility; 12 | -moz-text-rendering: optimizeLegibility; 13 | -ms-text-rendering: optimizeLegibility; 14 | -o-text-rendering: optimizeLegibility; 15 | text-rendering: optimizeLegibility; 16 | -webkit-font-smoothing: antialiased; 17 | -moz-font-smoothing: antialiased; 18 | -ms-font-smoothing: antialiased; 19 | -o-font-smoothing: antialiased; 20 | font-smoothing: antialiased; 21 | -webkit-font-feature-settings: "liga"1, "dlig"1; 22 | -moz-font-feature-settings: "liga=1, dlig=1"; 23 | -ms-font-feature-settings: "liga"1, "dlig"1; 24 | -o-font-feature-settings: "liga"1, "dlig"1; 25 | font-feature-settings: "liga"1, "dlig"1; 26 | } 27 | 28 | 29 | /*------------------------------------------ 30 | // User style start 31 | // change 32 | ----------------------------------------- */ 33 | 34 | .general-button { 35 | border-radius: 5px; 36 | background-color: #303336; 37 | } 38 | 39 | .general-button:before { 40 | border-radius: 5px; 41 | border-bottom: 0px solid rgba(12, 12, 13, 0); 42 | background-color: rgba(12, 12, 13, 0); 43 | } 44 | 45 | .button-content { 46 | border-radius: 0px 0px 5px 5px; 47 | padding: 2px 4.5px; 48 | box-shadow: 0px 0px 0px 0px rgba(12, 12, 13, 0); 49 | color: #f8f8f8; 50 | } 51 | 52 | .button-text { 53 | padding: 0px 4px; 54 | line-height: 1em; 55 | font-size: 60px; 56 | } 57 | 58 | .icon-font { 59 | padding: 0px 4px; 60 | font-size: 32px; 61 | } 62 | 63 | 64 | /*----------------- at hover -----------------*/ 65 | 66 | .general-button:hover { 67 | transition: all 0ms; 68 | -moz-transition: all 0ms; 69 | -webkit-transition: all 0ms; 70 | -o-transition: all 0ms; 71 | background-color: #373a3e; 72 | } 73 | 74 | .general-button:hover:before { 75 | border-bottom: 1px solid rgba(12, 12, 13, 0); 76 | transition: all 0ms; 77 | -moz-transition: all 0ms; 78 | -webkit-transition: all 0ms; 79 | -o-transition: all 0ms; 80 | } 81 | 82 | .general-button:hover .button-content { 83 | box-shadow: 0px 1px 0px 0px rgba(12, 12, 13, 1); 84 | transition: all 0ms; 85 | -moz-transition: all 0ms; 86 | -webkit-transition: all 0ms; 87 | -o-transition: all 0ms; 88 | } 89 | 90 | 91 | /*----------------- at active -----------------*/ 92 | 93 | .general-button:active { 94 | background-color: #242628; 95 | box-shadow: 0px 1.2px 0px 0px rgba(0, 0, 0, 1) inset; 96 | } 97 | 98 | .general-button:active:before { 99 | padding-bottom: 1px; 100 | border-bottom: 0px solid rgba(12, 12, 13, 0); 101 | } 102 | 103 | .general-button:active .button-content { 104 | box-shadow: 0px 0px 0px 0px rgba(12, 12, 13, 0); 105 | } 106 | 107 | 108 | /*------------------------------------------ 109 | // User style end 110 | ----------------------------------------- */ 111 | 112 | 113 | /*------------------------------------------ 114 | // Core style start 115 | // not change 116 | ----------------------------------------- */ 117 | 118 | .general-button { 119 | display: -moz-inline-box; 120 | display: inline-block; 121 | user-select: none; 122 | -moz-user-select: none; 123 | -webkit-user-select: none; 124 | -ms-user-select: none; 125 | transition: all 0ms; 126 | -moz-transition: all 0ms; 127 | -webkit-transition: all 0ms; 128 | -o-transition: all 0ms; 129 | position: relative; 130 | cursor: pointer; 131 | text-decoration: none; 132 | line-height: 1; 133 | } 134 | 135 | .general-button:before { 136 | content: ''; 137 | position: absolute; 138 | top: 0; 139 | left: 0; 140 | width: 100%; 141 | height: 100%; 142 | } 143 | 144 | .button-content { 145 | display: table; 146 | transition: all 0ms; 147 | -moz-transition: all 0ms; 148 | -webkit-transition: all 0ms; 149 | -o-transition: all 0ms; 150 | } 151 | 152 | .button-text { 153 | display: table-cell; 154 | vertical-align: middle; 155 | text-decoration: none; 156 | } 157 | 158 | .icon-font { 159 | display: table-cell; 160 | vertical-align: middle; 161 | } 162 | 163 | 164 | /*----------------- at hover -----------------*/ 165 | 166 | .general-button:hover { 167 | transition-timing-function: ease-in-out; 168 | } 169 | 170 | .general-button:hover:before { 171 | transition-timing-function: ease-in-out; 172 | } 173 | 174 | .general-button:hover .button-content { 175 | transition-timing-function: ease-in-out; 176 | } 177 | 178 | 179 | /*----------------- at active -----------------*/ 180 | 181 | .general-button:active { 182 | transition: all 0ms; 183 | -moz-transition: all 0ms; 184 | -webkit-transition: all 0ms; 185 | -o-transition: all 0ms; 186 | } 187 | 188 | .general-button:active:before { 189 | transition: all 0ms; 190 | -moz-transition: all 0ms; 191 | -webkit-transition: all 0ms; 192 | -o-transition: all 0ms; 193 | } 194 | 195 | .general-button:active .button-content { 196 | transition: all 0ms; 197 | -moz-transition: all 0ms; 198 | -webkit-transition: all 0ms; 199 | -o-transition: all 0ms; 200 | } 201 | 202 | 203 | /*------------------------------------------ 204 | // Core style end 205 | ----------------------------------------- */ 206 | 207 | 208 | /*------------------------------------------ 209 | // Touch style start 210 | ----------------------------------------- */ 211 | 212 | 213 | /*----------------- at hover -----------------*/ 214 | 215 | .touch .general-button:hover { 216 | background-color: #303336; 217 | } 218 | 219 | .touch .general-button:hover:before { 220 | border-bottom: 0px solid rgba(12, 12, 13, 0); 221 | } 222 | 223 | .touch .general-button:hover .button-content { 224 | box-shadow: 0px 0px 0px 0px rgba(12, 12, 13, 1); 225 | } 226 | 227 | 228 | /*----------------- at active -----------------*/ 229 | 230 | .touch .general-button:active { 231 | background-color: #242628; 232 | box-shadow: 0px 1.2px 0px 0px rgba(0, 0, 0, 1) inset; 233 | } 234 | 235 | .touch .general-button:active:before { 236 | padding-bottom: 1px; 237 | border-bottom: 0px solid rgba(12, 12, 13, 0); 238 | } 239 | 240 | .touch .general-button:active .button-content { 241 | box-shadow: 0px 0px 0px 0px rgba(12, 12, 13, 0); 242 | } 243 | 244 | 245 | /*------------------------------------------ 246 | // Touch style end 247 | ----------------------------------------- */ 248 | -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- 1 | /*全般*/ 2 | 3 | html, body, #cesiumContainer { 4 | width: 100%; 5 | height: 100%; 6 | margin: 0; 7 | padding: 0; 8 | overflow: hidden; 9 | position: relative; 10 | font-family: "MS Pゴシック", sans-serif; 11 | } 12 | 13 | h2 { 14 | font-size: 13px; 15 | font-weight: bold; 16 | text-align: center; 17 | } 18 | 19 | a { 20 | color: black; 21 | text-decoration: none; 22 | } 23 | 24 | a:hover { 25 | color: white; 26 | background: gray; 27 | } 28 | 29 | 30 | /*Cesiumインターフェイス関連*/ 31 | 32 | .cesium-infoBox-iframe { 33 | width: 320px; 34 | overflow: hidden; 35 | padding: 0px; 36 | margin: 0px; 37 | z-index: 10001; 38 | } 39 | 40 | .cesium-infoBox { 41 | width: 320px; 42 | overflow: hidden; 43 | padding: 0px; 44 | margin: 0px; 45 | z-index: 10001; 46 | background-color: rgba(255, 255, 255, 0.9); 47 | overflow-y: auto; 48 | -webkit-overflow-scrolling: touch; 49 | } 50 | 51 | .cesium-infoBox-visible { 52 | width: 320px; 53 | overflow: hidden; 54 | padding: 0px; 55 | margin: 0px; 56 | z-index: 10001; 57 | overflow-y: auto; 58 | -webkit-overflow-scrolling: touch; 59 | } 60 | 61 | .cesium-infoBox-title { 62 | padding: 5px 24px; 63 | overflow: hidden; 64 | color: #000; 65 | background-color: rgba(255, 255, 255, 0.5); 66 | } 67 | 68 | button.cesium-infoBox-close { 69 | color: #aaa; 70 | } 71 | 72 | .cesium-selection-wrapper svg { 73 | fill: #FFF; 74 | stroke: #FFF; 75 | stroke-width: 0px; 76 | opacity: 0.7; 77 | } 78 | 79 | 80 | /*ボタン群*/ 81 | 82 | .sample { 83 | position: absolute; 84 | height: 100%; 85 | } 86 | 87 | #buttonViewPoint { 88 | position: absolute; 89 | top: 8px; 90 | left: 8px; 91 | z-index: 10005; 92 | } 93 | 94 | #buttonHelp { 95 | position: absolute; 96 | top: 8px; 97 | right: 8px; 98 | z-index: 10005; 99 | } 100 | 101 | #buttonLayer { 102 | position: absolute; 103 | top: 8px; 104 | right: 54px; 105 | z-index: 10005; 106 | } 107 | 108 | #buttonGeo { 109 | position: absolute; 110 | bottom: 8px; 111 | left: 50%; 112 | margin-left: -20px; 113 | opacity: 0.9; 114 | } 115 | 116 | 117 | /*スライドメニュー群*/ 118 | 119 | #slideMenuViewPoint { 120 | position: fixed; 121 | top: 48px; 122 | left: -200px; 123 | width: 80px; 124 | opacity: 0.8; 125 | padding: 0px 0px 20px 0px; 126 | margin: 0px; 127 | margin-bottom: 0px; 128 | background: white; 129 | text-align: center; 130 | -moz-border-radius: 3px; 131 | -webkit-border-radius: 3px; 132 | border-radius: 3px; 133 | } 134 | 135 | #slideMenuLayer { 136 | position: fixed; 137 | top: 48px; 138 | right: -200px; 139 | width: 100px; 140 | opacity: 0.8; 141 | padding: 10px 10px 0px 10px; 142 | margin: 0px; 143 | margin-bottom: 0px; 144 | background: white; 145 | text-align: left; 146 | -moz-border-radius: 3px; 147 | -webkit-border-radius: 3px; 148 | border-radius: 3px; 149 | z-index: 10005; 150 | } 151 | 152 | .viewpoint { 153 | padding: 0; 154 | margin: 20px 0px 0px 0px; 155 | font-size: 11px; 156 | list-style-type: none; 157 | line-height: 1.7em; 158 | text-indent: 0px; 159 | background: white; 160 | } 161 | 162 | .slideLabel { 163 | font-size: 11px; 164 | margin: 0px 0px 2px 0px; 165 | padding: 0px; 166 | height: 12px; 167 | } 168 | 169 | #slider { 170 | position: absolute; 171 | width: 100px; 172 | top: 5px; 173 | background: none repeat scroll 0% 0% transparent; 174 | z-index: 10001; 175 | right: 98px; 176 | } 177 | 178 | 179 | /*ローディング*/ 180 | 181 | #blackOut { 182 | position: absolute; 183 | margin: 0px; 184 | padding: 0px; 185 | width: 100%; 186 | height: 100%; 187 | background: black; 188 | z-index: 10002; 189 | opacity: 0.6; 190 | } 191 | 192 | .loading { 193 | position: absolute; 194 | top: 50%; 195 | left: 50%; 196 | margin-top: -32px; 197 | margin-left: -32px; 198 | } 199 | 200 | input { 201 | margin: 2px 0px 0px 0px; 202 | padding: 0px; 203 | width: 100px !important; 204 | } 205 | 206 | 207 | /*ジオコーディング*/ 208 | 209 | .geocode { 210 | opacity: 0.7; 211 | position: absolute; 212 | top: 18px; 213 | left: 55px; 214 | z-index: 10001; 215 | } 216 | 217 | .textbox { 218 | border: 0; 219 | margin: 0px; 220 | padding: 0px 0px 1px 2px; 221 | font-size: 12px; 222 | width: 100px; 223 | height: 15px; 224 | } 225 | 226 | 227 | /* ストリートビュー関連 */ 228 | 229 | #streetView_wrapper { 230 | position: absolute; 231 | top: 0; 232 | left: 0; 233 | width: 100%; 234 | height: 100%; 235 | display: none; 236 | background-color: rgba(0, 0, 0, 0.5); 237 | z-index: 20000; 238 | } 239 | 240 | #streetView { 241 | position: absolute; 242 | width: 80%; 243 | height: 80%; 244 | top: 0; 245 | bottom: 0; 246 | left: 0; 247 | right: 0; 248 | margin: auto; 249 | } 250 | 251 | .btn { 252 | position: absolute; 253 | left: 90%; 254 | bottom: 90%; 255 | background: #3498db; 256 | background-image: -webkit-linear-gradient(top, #3498db, #2980b9); 257 | background-image: -moz-linear-gradient(top, #3498db, #2980b9); 258 | background-image: -ms-linear-gradient(top, #3498db, #2980b9); 259 | background-image: -o-linear-gradient(top, #3498db, #2980b9); 260 | background-image: linear-gradient(to bottom, #3498db, #2980b9); 261 | -webkit-border-radius: 28px; 262 | -moz-border-radius: 28px; 263 | border-radius: 28px; 264 | font-family: Arial; 265 | color: #ffffff; 266 | font-size: 24px; 267 | padding: 5px 12px 5px 12px; 268 | text-decoration: none; 269 | } 270 | 271 | .btn:hover { 272 | background: #3cb0fd; 273 | background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db); 274 | background-image: -moz-linear-gradient(top, #3cb0fd, #3498db); 275 | background-image: -ms-linear-gradient(top, #3cb0fd, #3498db); 276 | background-image: -o-linear-gradient(top, #3cb0fd, #3498db); 277 | background-image: linear-gradient(to bottom, #3cb0fd, #3498db); 278 | text-decoration: none; 279 | } 280 | 281 | 282 | /* ストビュー利用不可メッセージ */ 283 | 284 | #svNotAvailable { 285 | position: absolute; 286 | width: 100%; 287 | height: 100%; 288 | margin: 0; 289 | background-color: rgba(0, 0, 0, 0.8); 290 | color: white; 291 | z-index: 10010; 292 | } 293 | 294 | .errorMessage { 295 | position: absolute; 296 | top: 50%; 297 | width: 100%; 298 | text-align: center; 299 | margin-top: -1em; 300 | } 301 | 302 | 303 | /* OSMクレジット */ 304 | 305 | #osmCredit { 306 | position: absolute; 307 | bottom: 2px; 308 | left: 2px; 309 | font-size: 8px; 310 | z-index: 20000; 311 | margin: 0; 312 | padding: 0; 313 | } 314 | -------------------------------------------------------------------------------- /data/flat_web_icon_set/License for Flat Web Icon Set.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\deff3\adeflang1025 2 | {\fonttbl{\f0\froman\fprq2\fcharset0 Times New Roman;}{\f1\froman\fprq2\fcharset2 Symbol;}{\f2\fswiss\fprq2\fcharset0 Arial;}{\f3\froman\fprq2\fcharset0 Liberation Serif{\*\falt Times New Roman};}{\f4\fswiss\fprq2\fcharset0 Liberation Sans{\*\falt Arial};}{\f5\froman\fprq0\fcharset1 Courier{\*\falt Courier New};}{\f6\froman\fprq0\fcharset1 Courier-Bold;}{\f7\fnil\fprq2\fcharset0 Droid Sans Fallback;}{\f8\fnil\fprq2\fcharset0 FreeSans;}{\f9\fswiss\fprq0\fcharset1 FreeSans;}} 3 | {\colortbl;\red0\green0\blue0;\red0\green0\blue128;\red128\green128\blue128;} 4 | {\stylesheet{\s0\snext0\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf0\kerning1\dbch\af7\langfe2052\dbch\af8\afs24\alang1081\loch\f3\fs24\lang1033 Normal;} 5 | {\*\cs15\snext15\cf2\ul\ulc0\langfe255\alang255\lang255 Internet Link;} 6 | {\s16\sbasedon0\snext17\sb240\sa120\keepn\dbch\af7\dbch\af8\afs28\loch\f4\fs28 Heading;} 7 | {\s17\sbasedon0\snext17\sl288\slmult1\sb0\sa140 Text Body;} 8 | {\s18\sbasedon17\snext18\sl288\slmult1\sb0\sa140\dbch\af9 List;} 9 | {\s19\sbasedon0\snext19\sb120\sa120\noline\i\dbch\af9\afs24\ai\fs24 Caption;} 10 | {\s20\sbasedon0\snext20\noline\dbch\af9 Index;} 11 | }{\info{\creatim\yr0\mo0\dy0\hr0\min0}{\revtim\yr0\mo0\dy0\hr0\min0}{\printim\yr0\mo0\dy0\hr0\min0}{\comment LibreOffice}{\vern67240707}}\deftab720 12 | \viewscale100 13 | {\*\pgdsctbl 14 | {\pgdsc0\pgdscuse451\pgwsxn11906\pghsxn16838\marglsxn1440\margrsxn1440\margtsxn1440\margbsxn1440\pgdscnxt0 Default Style;}} 15 | \formshade{\*\pgdscno0}\paperh16838\paperw11906\margl1440\margr1440\margt1440\margb1440\sectd\sbknone\sectunlocked1\pgndec\pgwsxn11906\pghsxn16838\marglsxn1440\margrsxn1440\margtsxn1440\margbsxn1440\ftnbj\ftnstart1\ftnrstcont\ftnnar\aenddoc\aftnrstcont\aftnstart1\aftnnrlc 16 | \pgndec\pard\plain \s0\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf0\kerning1\dbch\af7\langfe2052\dbch\af8\afs24\alang1081\loch\f3\fs24\lang1033{\cf1\rtlch \ltrch\loch\fs26\loch\f5 17 | The "Flat Web Icon Set" is distributed for }{\cf1\b\rtlch \ltrch\loch\fs26\loch\f6 18 | free}{\cf1\b0\rtlch \ltrch\loch\fs26\loch\f5 19 | by Icons & Coffee under the "}{{\field{\*\fldinst HYPERLINK "http://creativecommons.org/licenses/by-sa/3.0/" }{\fldrslt \cf2\ul\ulc0\langfe255\alang255\lang255\cf1\b0\rtlch \ltrch\loch\fs26\loch\f5 20 | Creative Commons Attribution Share-Alike 3.0 Unported License}{\cf1\b0\rtlch \ltrch\loch\fs26\loch\f5 21 | }}".} 22 | \par \pard\plain \s0\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf0\kerning1\dbch\af7\langfe2052\dbch\af8\afs24\alang1081\loch\f3\fs24\lang1033\cf1\b0\rtlch \ltrch\loch\fs26\loch\f5 23 | 24 | \par \pard\plain \s0\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf0\kerning1\dbch\af7\langfe2052\dbch\af8\afs24\alang1081\loch\f3\fs24\lang1033{\cf1\b0\rtlch \ltrch\loch\fs26\loch\f5 25 | You can share, modify and incorporate the icons in any personal or commercial project, but you can't sell them. If you use the icons publicly, use the attribution link to iconsandcoffee.com.} 26 | \par \pard\plain \s0\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf0\kerning1\dbch\af7\langfe2052\dbch\af8\afs24\alang1081\loch\f3\fs24\lang1033\cf1\b0\rtlch \ltrch\loch\fs26\loch\f5 27 | 28 | \par \pard\plain \s0\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf0\kerning1\dbch\af7\langfe2052\dbch\af8\afs24\alang1081\loch\f3\fs24\lang1033{\cf1\b0\rtlch \ltrch\loch\fs26\loch\f5 29 | If you have any questions send an email at contact@iconsandcoffee.com.} 30 | \par \pard\plain \s0\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf0\kerning1\dbch\af7\langfe2052\dbch\af8\afs24\alang1081\loch\f3\fs24\lang1033\cf1\b0\rtlch \ltrch\loch\fs26\loch\f5 31 | 32 | \par \pard\plain \s0\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf0\kerning1\dbch\af7\langfe2052\dbch\af8\afs24\alang1081\loch\f3\fs24\lang1033{\cf1\b0\rtlch \ltrch\loch\fs26\loch\f5 33 | Thank you.} 34 | \par \pard\plain \s0\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf0\kerning1\dbch\af7\langfe2052\dbch\af8\afs24\alang1081\loch\f3\fs24\lang1033\cf1\b0\rtlch \ltrch\loch\fs26\loch\f5 35 | 36 | \par \pard\plain \s0\nowidctlpar{\*\hyphen2\hyphlead2\hyphtrail2\hyphmax0}\cf0\kerning1\dbch\af7\langfe2052\dbch\af8\afs24\alang1081\loch\f3\fs24\lang1033{\cf1\b0\rtlch \ltrch\loch\fs26\loch\f5 37 | The company logos in the icons are copyright of the respective owners.} 38 | \par } -------------------------------------------------------------------------------- /data/flat_web_icon_set/color/Email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/flat_web_icon_set/color/Email.png -------------------------------------------------------------------------------- /data/flat_web_icon_set/color/Facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/flat_web_icon_set/color/Facebook.png -------------------------------------------------------------------------------- /data/flat_web_icon_set/color/Facebook.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/flat_web_icon_set/color/Facebook.psd -------------------------------------------------------------------------------- /data/flat_web_icon_set/color/Google+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/flat_web_icon_set/color/Google+.png -------------------------------------------------------------------------------- /data/flat_web_icon_set/color/Google+.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/flat_web_icon_set/color/Google+.psd -------------------------------------------------------------------------------- /data/flat_web_icon_set/color/LinkedIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/flat_web_icon_set/color/LinkedIn.png -------------------------------------------------------------------------------- /data/flat_web_icon_set/color/Pinboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/flat_web_icon_set/color/Pinboard.png -------------------------------------------------------------------------------- /data/flat_web_icon_set/color/Pinterest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/flat_web_icon_set/color/Pinterest.png -------------------------------------------------------------------------------- /data/flat_web_icon_set/color/Pocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/flat_web_icon_set/color/Pocket.png -------------------------------------------------------------------------------- /data/flat_web_icon_set/color/Reddit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/flat_web_icon_set/color/Reddit.png -------------------------------------------------------------------------------- /data/flat_web_icon_set/color/Tumblr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/flat_web_icon_set/color/Tumblr.png -------------------------------------------------------------------------------- /data/flat_web_icon_set/color/Twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/flat_web_icon_set/color/Twitter.png -------------------------------------------------------------------------------- /data/flat_web_icon_set/color/Twitter.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/flat_web_icon_set/color/Twitter.psd -------------------------------------------------------------------------------- /data/flat_web_icon_set/color/Wordpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/flat_web_icon_set/color/Wordpress.png -------------------------------------------------------------------------------- /data/flat_web_icon_set/color/currentPosition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/flat_web_icon_set/color/currentPosition.png -------------------------------------------------------------------------------- /data/hinoshi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/hinoshi.png -------------------------------------------------------------------------------- /data/kml/timeSpans.kml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | timeSpans 5 | 1 6 | 7 | 2017.kml 8 | 9 | 10 | normal 11 | #sn_A 12 | 13 | 14 | highlight 15 | #sh_A 16 | 17 | 18 | 32 | 46 | 47 | 2017 48 | 1 49 | 50 | 139.7472184433347 51 | 35.64357085114912 52 | 0 53 | -44.3282468250481 54 | 11.07458165206254 55 | 3709.379063666587 56 | relativeToSeaFloor 57 | 58 | 59 | 2017 60 | 2017-12-31T23:59:59Z 61 | 62 | #msn_A 63 | 64 | 1 65 | 139.7414677674975,35.64374421745557,0 66 | 67 | 68 | 69 | 70 | 2016.kml 71 | 72 | 73 | normal 74 | #sn_A0 75 | 76 | 77 | highlight 78 | #sh_A0 79 | 80 | 81 | 95 | 109 | 110 | 2016 111 | 112 | 139.7572849903231 113 | 35.64563364346905 114 | 43073.60786510159 115 | -35.79605330424357 116 | 0.06864182242416894 117 | 8.579183648436198 118 | relativeToSeaFloor 119 | 120 | 121 | 2016 122 | 2016-12-31T23:59:59Z 123 | 124 | #msn_A0 125 | 126 | 1 127 | 139.7569514939505,35.64600939551376,0 128 | 129 | 130 | 131 | 132 | 133 | -------------------------------------------------------------------------------- /data/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/data/loading.gif -------------------------------------------------------------------------------- /font/LigatureSymbols-2.11.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/font/LigatureSymbols-2.11.eot -------------------------------------------------------------------------------- /font/LigatureSymbols-2.11.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/font/LigatureSymbols-2.11.otf -------------------------------------------------------------------------------- /font/LigatureSymbols-2.11.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/font/LigatureSymbols-2.11.ttf -------------------------------------------------------------------------------- /font/LigatureSymbols-2.11.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wtnv-lab/cesiumGitHubPages/b490c54751aca7b47806de012e0ba425fcff5d32/font/LigatureSymbols-2.11.woff -------------------------------------------------------------------------------- /font/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Hiroshima Archive|ヒロシマ・アーカイブ 13 | 14 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 33 | 34 | 35 |
36 |
37 |
38 |
39 | menu 40 |
41 |
42 |
43 |
44 | map 45 |
46 |
47 |
48 |
49 | paramater 50 |
51 |
52 |
53 |
54 |
55 | 60 |
61 | 310 | 311 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 日野市オープンデータ可視化 12 | 13 | 14 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 |
29 | 30 |
31 |
32 |
33 |
34 | 35 |
36 |
37 |
38 |
39 | menu 40 |
41 |
42 |
43 |
44 | help 45 |
46 |
47 |
48 |
49 | paramater 50 |
51 |
52 |
53 |
54 | geo 55 |
56 |
57 |
58 |
59 |
60 |
61 | 62 |
63 |
64 | MapData: © OpenStreetMap contributors 65 |
66 | 463 | 464 | 465 | 466 | -------------------------------------------------------------------------------- /js/slidein.js: -------------------------------------------------------------------------------- 1 | $(function(){ 2 | var menu = $('#slideMenuViewPoint'), 3 | menuBtn = $('#buttonViewPoint'), 4 | body = $(document.body), 5 | menuWidth = menu.outerWidth(); 6 | 7 | menuBtn.on('click', function(){ 8 | body.toggleClass('open'); 9 | if(body.hasClass('open')){ 10 | menu.animate({'left' : 8 }, 120); 11 | } else { 12 | menu.animate({'left' : -140 }, 120); 13 | } 14 | }); 15 | }); 16 | 17 | $(function(){ 18 | var menu = $('#slideMenuLayer'), 19 | menuBtn = $('#buttonLayer'), 20 | body = $(document.body), 21 | menuWidth = menu.outerWidth(); 22 | 23 | menuBtn.on('click', function(){ 24 | body.toggleClass('open'); 25 | if(body.hasClass('open')){ 26 | menu.animate({'right' : 8 }, 120); 27 | } else { 28 | menu.animate({'right' : -140 }, 120); 29 | } 30 | }); 31 | }); --------------------------------------------------------------------------------