├── .cpcache
├── 1620371538.basis
├── 1620371538.cp
├── 2263120091.basis
├── 2263120091.cp
├── 2263120091.main
├── 269288740.basis
├── 269288740.cp
├── 269288740.main
├── 3088309131.basis
├── 3088309131.cp
├── 3088309131.main
├── 998073842.basis
├── 998073842.cp
└── 998073842.main
├── .gitignore
├── 1.png
├── CHANGELOG.md
├── LICENSE
├── NMEA_CACHE
└── DK.txt
├── NMEA_PROXY
└── nmea_proxy.py
├── README.md
├── Rules.clj
├── data
└── shape
│ ├── dcwpo-browse.shp
│ └── dcwpo-browse.ssx
├── deps.edn
├── doc
└── vr_videos.md
├── lib
├── AisLibMessages.jar
├── AisMessages.jar
├── ClojureTab-1.5.jar
├── JGo-3.5.0.jar
├── JGoLayout-3.5.0.jar
├── OpenMapTab-5.2.1.jar
├── ProtegeExtensions.jar
├── ScenaSupport.jar
├── VRDnmea.jar
├── enav-model.jar
├── looks-3.5.0.jar
├── openmap-5.1.15.jar
├── protege-3.5.0.jar
├── standard-extensions-3.5.0.jar
└── unicode_panel-3.5.0.jar
├── lib_cljs
├── clojurescript-1.11.132.jar
├── closure-compiler-unshaded-v20230802.jar
├── closure-compiler-v20160208.jar
└── protobuf-java-3.21.12.jar
├── lib_ext
├── asm-3.3.1.jar
├── clj-json-0.5.3.jar
├── cljs-ajax-0.8.4.jar
├── clojure-1.11.1.jar
├── clout-2.2.1.jar
├── commons-fileupload2-core-2.0.0-M1.jar
├── commons-io-2.15.1.jar
├── compojure-1.7.1.jar
├── core.async-1.6.681.jar
├── core.cache-1.1.234.jar
├── core.memoize-1.1.266.jar
├── core.specs.alpha-0.2.62.jar
├── data.json-2.5.0.jar
├── data.priority-map-1.2.0.jar
├── instaparse-1.4.8.jar
├── jackson-core-2.15.2.jar
├── jackson-core-asl-1.9.9.jar
├── jakarta.servlet-api-6.1.0-M2.jar
├── jetty-http-11.0.20.jar
├── jetty-io-11.0.20.jar
├── jetty-security-11.0.20.jar
├── jetty-server-11.0.20.jar
├── jetty-servlet-11.0.20.jar
├── jetty-util-11.0.20.jar
├── medley-1.4.0.jar
├── rete-5.3.0-SNAPSHOT.jar
├── ring-codec-1.2.0.jar
├── ring-core-1.12.1.jar
├── ring-core-protocols-1.12.1.jar
├── ring-jakarta-servlet-1.12.1.jar
├── ring-jetty-adapter-1.12.1.jar
├── ring-websocket-protocols-1.12.1.jar
├── slf4j-api-2.0.9.jar
├── spec.alpha-0.3.218.jar
├── tools.analyzer-1.1.1.jar
├── tools.analyzer.jvm-1.2.3.jar
├── tools.macro-0.1.5.jar
├── tools.reader-1.4.0.jar
├── transit-clj-1.0.329.jar
├── transit-java-1.0.362.jar
├── websocket-common-9.4.36.v20210114.jar
├── websocket-core-common-11.0.20.jar
├── websocket-core-server-11.0.20.jar
├── websocket-jetty-api-11.0.20.jar
├── websocket-jetty-common-11.0.20.jar
└── websocket-jetty-server-11.0.20.jar
├── linux-install.sh
├── nmea_cashe.py
├── pprj_base
├── CesiumClient.pins
├── CesiumClient.pont
├── CesiumClient.pprj
├── CesiumEngine.pins
├── CesiumEngine.pont
├── CesiumEngine.pprj
├── CesiumServer.pins
├── CesiumServer.pont
├── CesiumServer.pprj
├── Clojure.pins
├── Clojure.pont
├── Clojure.pprj
├── ClojureScriptBuild.pins
├── ClojureScriptBuild.pont
├── ClojureScriptBuild.pprj
├── GeoNames.pins
├── GeoNames.pont
├── GeoNames.pprj
├── ProClojure.pins
├── ProClojure.pont
├── ProClojure.pprj
├── RuleEngine.pins
├── RuleEngine.pont
├── RuleEngine.pprj
├── ShareOnto.pins
├── ShareOnto.pont
├── ShareOnto.pprj
├── WikipediaGIS.pins
├── WikipediaGIS.pont
├── WikipediaGIS.pprj
├── igis.pins
├── igis.pont
└── igis.pprj
├── pprj_examples
├── SailExpert.pins
├── SailExpert.pont
├── SailExpert.pprj
├── VRDashboardClient.pins
├── VRDashboardClient.pont
└── VRDashboardClient.pprj
├── protege.properties
├── resources
└── public
│ ├── 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
│ │ │ ├── package.json
│ │ │ ├── pako_deflate.min.js
│ │ │ ├── pako_inflate.min.js
│ │ │ └── z-worker-pako.js
│ │ ├── basis_transcoder.wasm
│ │ ├── draco_decoder.wasm
│ │ └── google-earth-dbroot-parser.js
│ ├── 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
│ │ ├── I3SBuildingSceneLayerExplorer
│ │ │ └── I3SBuildingSceneLayerExplorer.css
│ │ ├── Images
│ │ │ ├── ImageryProviders
│ │ │ │ ├── ArcGisMapServiceWorldHillshade.png
│ │ │ │ ├── ArcGisMapServiceWorldImagery.png
│ │ │ │ ├── ArcGisMapServiceWorldOcean.png
│ │ │ │ ├── bingAerial.png
│ │ │ │ ├── bingAerialLabels.png
│ │ │ │ ├── bingRoads.png
│ │ │ │ ├── blueMarble.png
│ │ │ │ ├── earthAtNight.png
│ │ │ │ ├── mapQuestOpenStreetMap.png
│ │ │ │ ├── mapboxSatellite.png
│ │ │ │ ├── mapboxStreets.png
│ │ │ │ ├── mapboxTerrain.png
│ │ │ │ ├── naturalEarthII.png
│ │ │ │ ├── openStreetMap.png
│ │ │ │ ├── sentinel-2.png
│ │ │ │ ├── stadiaAlidadeSmooth.png
│ │ │ │ ├── stadiaAlidadeSmoothDark.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
│ │ ├── VoxelInspector
│ │ │ └── VoxelInspector.css
│ │ ├── lighter.css
│ │ ├── lighterShared.css
│ │ ├── shared.css
│ │ └── widgets.css
│ ├── Workers
│ │ ├── chunk-3C7WC463.js
│ │ ├── chunk-3JW36LZF.js
│ │ ├── chunk-4BTGX3WJ.js
│ │ ├── chunk-4WRMLZA7.js
│ │ ├── chunk-7Z5IIKOJ.js
│ │ ├── chunk-ABGXSJNX.js
│ │ ├── chunk-AMQUWUD4.js
│ │ ├── chunk-ATPDRNKI.js
│ │ ├── chunk-BMHPVZ4H.js
│ │ ├── chunk-CBEO3SHS.js
│ │ ├── chunk-CV7DLCWG.js
│ │ ├── chunk-DQO6B4EQ.js
│ │ ├── chunk-ED3TLP6D.js
│ │ ├── chunk-EFZKO5RU.js
│ │ ├── chunk-F5IHREXR.js
│ │ ├── chunk-FKRG4HDY.js
│ │ ├── chunk-FYOYUPXG.js
│ │ ├── chunk-GFN7NNSJ.js
│ │ ├── chunk-HEEMUCG6.js
│ │ ├── chunk-HSWA4OEL.js
│ │ ├── chunk-IAC5XVZV.js
│ │ ├── chunk-II4VNKYR.js
│ │ ├── chunk-ILGBPNP6.js
│ │ ├── chunk-IRH46BDL.js
│ │ ├── chunk-IUA6FAOZ.js
│ │ ├── chunk-K4ASOM65.js
│ │ ├── chunk-KCIZBVXL.js
│ │ ├── chunk-KF5NF354.js
│ │ ├── chunk-KRKI6AAO.js
│ │ ├── chunk-KZNJOCYU.js
│ │ ├── chunk-O5IJ3OGP.js
│ │ ├── chunk-OO23RBLX.js
│ │ ├── chunk-P37AI2DW.js
│ │ ├── chunk-PDMQLSBL.js
│ │ ├── chunk-PEYJTJPE.js
│ │ ├── chunk-POASMU2N.js
│ │ ├── chunk-PXCJYT2S.js
│ │ ├── chunk-Q6L7X3LP.js
│ │ ├── chunk-QB3MDM4J.js
│ │ ├── chunk-R6KGAEF6.js
│ │ ├── chunk-RXTBM4OI.js
│ │ ├── chunk-SB224QGV.js
│ │ ├── chunk-T6BE4RZK.js
│ │ ├── chunk-TAMCUKAR.js
│ │ ├── chunk-TMSETF7M.js
│ │ ├── chunk-TOGHF3VN.js
│ │ ├── chunk-UH2WFNTA.js
│ │ ├── chunk-V7JEDBOE.js
│ │ ├── chunk-VBIROZR5.js
│ │ ├── chunk-W23CU777.js
│ │ ├── chunk-X5IHHI6X.js
│ │ ├── chunk-XHX2UPDO.js
│ │ ├── combineGeometry.js
│ │ ├── createBoxGeometry.js
│ │ ├── createBoxOutlineGeometry.js
│ │ ├── createCircleGeometry.js
│ │ ├── createCircleOutlineGeometry.js
│ │ ├── createCoplanarPolygonGeometry.js
│ │ ├── createCoplanarPolygonOutlineGeometry.js
│ │ ├── createCorridorGeometry.js
│ │ ├── createCorridorOutlineGeometry.js
│ │ ├── createCylinderGeometry.js
│ │ ├── createCylinderOutlineGeometry.js
│ │ ├── createEllipseGeometry.js
│ │ ├── createEllipseOutlineGeometry.js
│ │ ├── createEllipsoidGeometry.js
│ │ ├── createEllipsoidOutlineGeometry.js
│ │ ├── createFrustumGeometry.js
│ │ ├── createFrustumOutlineGeometry.js
│ │ ├── createGeometry.js
│ │ ├── createGroundPolylineGeometry.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
│ │ ├── createTaskProcessorWorker.js
│ │ ├── createVectorTileClampedPolylines.js
│ │ ├── createVectorTileGeometries.js
│ │ ├── createVectorTilePoints.js
│ │ ├── createVectorTilePolygons.js
│ │ ├── createVectorTilePolylines.js
│ │ ├── createVerticesFromGoogleEarthEnterpriseBuffer.js
│ │ ├── createVerticesFromHeightmap.js
│ │ ├── createVerticesFromQuantizedTerrainMesh.js
│ │ ├── createWallGeometry.js
│ │ ├── createWallOutlineGeometry.js
│ │ ├── decodeDraco.js
│ │ ├── decodeGoogleEarthEnterprisePacket.js
│ │ ├── decodeI3S.js
│ │ ├── transcodeKTX2.js
│ │ ├── transferTypedArrayTest.js
│ │ └── upsampleQuantizedTerrainMesh.js
│ ├── index.cjs
│ └── index.js
│ ├── cesium.html
│ ├── css
│ ├── L.Control.MousePosition.css
│ ├── cesium.css
│ ├── cesium_light.css
│ ├── test.css
│ ├── wint.css
│ └── workshop.css
│ ├── fonts
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.ttf
│ └── fontawesome-webfont.woff
│ ├── img
│ ├── ARRb.png
│ ├── ARRr.png
│ ├── BigHeader.jpg
│ ├── Highlight.png
│ ├── Run.gif
│ ├── Sound.gif
│ ├── aim1.gif
│ ├── aim2.gif
│ ├── arb.gif
│ ├── arr.gif
│ ├── arrdn.png
│ ├── autob.png
│ ├── autog.png
│ ├── autor.png
│ ├── autos.png
│ ├── autow.png
│ ├── bin1.png
│ ├── binB.png
│ ├── binN.png
│ ├── binS.png
│ ├── bluball.png
│ ├── buoy.png
│ ├── buoy1.png
│ ├── buoy2.png
│ ├── buoy3.png
│ ├── buoy4.png
│ ├── buoyb.gif
│ ├── buoyr.gif
│ ├── crossB.gif
│ ├── crossR.gif
│ ├── dir.gif
│ ├── eagl2.png
│ ├── favicon.ico
│ ├── finn5.png
│ ├── fire.gif
│ ├── fire1.gif
│ ├── fish.gif
│ ├── flagr.png
│ ├── gerb25.png
│ ├── grndiamd.gif
│ ├── helr.gif
│ ├── home.gif
│ ├── home2.gif
│ ├── lnrR.gif
│ ├── nerd.gif
│ ├── no.png
│ ├── oogis_big.GIF
│ ├── oogis_small.GIF
│ ├── placemark
│ │ ├── admin.png
│ │ ├── airport.png
│ │ ├── amenity1.png
│ │ ├── amenity2.png
│ │ ├── amenity3.jpeg
│ │ ├── amenity4.png
│ │ ├── arrdn.png
│ │ ├── b.png
│ │ ├── bluepln32.png
│ │ ├── boots.jpeg
│ │ ├── bp.png
│ │ ├── city.png
│ │ ├── edu.png
│ │ ├── event.png
│ │ ├── forest.png
│ │ ├── glacier.png
│ │ ├── greenpln32.png
│ │ ├── greypln32.png
│ │ ├── home.gif
│ │ ├── house.png
│ │ ├── info.png
│ │ ├── isle.png
│ │ ├── landmark.png
│ │ ├── leisure1.jpeg
│ │ ├── man_made1.png
│ │ ├── mountain.png
│ │ ├── pass.png
│ │ ├── place1.png
│ │ ├── place2.jpeg
│ │ ├── place3.png
│ │ ├── power1.jpeg
│ │ ├── power2.png
│ │ ├── power3.jpeg
│ │ ├── power4.jpeg
│ │ ├── purplepln32.png
│ │ ├── r.png
│ │ ├── railway1.png
│ │ ├── railway2.png
│ │ ├── railwaystation.png
│ │ ├── redpln32.png
│ │ ├── river.png
│ │ ├── satellite.png
│ │ ├── shop2.jpeg
│ │ ├── tourism1.png
│ │ ├── tourism2.jpeg
│ │ └── waterbody.png
│ ├── plnb.gif
│ ├── plnbb.gif
│ ├── plnr.gif
│ ├── plnrb.gif
│ ├── raftB.gif
│ ├── ross.png
│ ├── rscr.gif
│ ├── seiner.gif
│ ├── sosb.gif
│ ├── speedboat.gif
│ ├── star10.png
│ ├── star16.png
│ ├── star8.png
│ ├── steer.gif
│ ├── t1.gif
│ ├── t2.gif
│ ├── tall.gif
│ ├── tallp.png
│ ├── tallr.png
│ ├── tanker.gif
│ ├── tanker1.gif
│ ├── tr.gif
│ ├── trib.png
│ ├── tric.png
│ ├── trig.png
│ ├── trik.png
│ ├── trir.png
│ ├── triy.png
│ ├── trnB.gif
│ ├── wind.png
│ ├── wind1.png
│ ├── yacht.png
│ ├── yachtb.png
│ ├── yachtg.png
│ ├── yachtk.png
│ ├── yachtp.png
│ └── yachtr.png
│ ├── js
│ ├── cesium.js
│ └── cesium
│ │ ├── ajax
│ │ ├── core.cljc
│ │ ├── core.cljc.cache.json
│ │ ├── core.js
│ │ ├── core.js.map
│ │ ├── easy.cljc
│ │ ├── easy.cljc.cache.json
│ │ ├── easy.js
│ │ ├── easy.js.map
│ │ ├── formats.cljc
│ │ ├── formats.cljc.cache.json
│ │ ├── formats.js
│ │ ├── formats.js.map
│ │ ├── interceptors.cljc
│ │ ├── interceptors.cljc.cache.json
│ │ ├── interceptors.js
│ │ ├── interceptors.js.map
│ │ ├── json.cljc
│ │ ├── json.cljc.cache.json
│ │ ├── json.js
│ │ ├── json.js.map
│ │ ├── protocols.cljc
│ │ ├── protocols.cljc.cache.json
│ │ ├── protocols.js
│ │ ├── protocols.js.map
│ │ ├── ring.cljc
│ │ ├── ring.cljc.cache.json
│ │ ├── ring.js
│ │ ├── ring.js.map
│ │ ├── simple.cljc
│ │ ├── simple.cljc.cache.json
│ │ ├── simple.js
│ │ ├── simple.js.map
│ │ ├── transit.cljc
│ │ ├── transit.cljc.cache.json
│ │ ├── transit.js
│ │ ├── transit.js.map
│ │ ├── url.cljc
│ │ ├── url.cljc.cache.json
│ │ ├── url.js
│ │ ├── url.js.map
│ │ ├── util.cljc
│ │ ├── util.cljc.cache.json
│ │ ├── util.js
│ │ ├── util.js.map
│ │ ├── xhrio.cljs
│ │ ├── xhrio.cljs.cache.json
│ │ ├── xhrio.js
│ │ ├── xhrio.js.map
│ │ ├── xml_http_request.cljs
│ │ ├── xml_http_request.cljs.cache.json
│ │ ├── xml_http_request.js
│ │ └── xml_http_request.js.map
│ │ ├── client
│ │ ├── cesium.cljs
│ │ ├── cesium.cljs.cache.json
│ │ ├── cesium.js
│ │ ├── cesium.js.map
│ │ ├── v3d.cljs
│ │ ├── v3d.cljs.cache.json
│ │ ├── v3d.js
│ │ └── v3d.js.map
│ │ ├── cljs
│ │ ├── analyzer.cljc
│ │ ├── analyzer.cljc.cache.json
│ │ ├── analyzer.js
│ │ ├── analyzer.js.map
│ │ ├── analyzer
│ │ │ ├── impl.cljc
│ │ │ ├── impl.cljc.cache.json
│ │ │ ├── impl.js
│ │ │ ├── impl.js.map
│ │ │ ├── impl
│ │ │ │ ├── namespaces.cljc
│ │ │ │ ├── namespaces.cljc.cache.json
│ │ │ │ ├── namespaces.js
│ │ │ │ └── namespaces.js.map
│ │ │ ├── passes.cljc
│ │ │ ├── passes.cljc.cache.json
│ │ │ ├── passes.js
│ │ │ ├── passes.js.map
│ │ │ └── passes
│ │ │ │ ├── and_or.cljc
│ │ │ │ ├── and_or.cljc.cache.json
│ │ │ │ ├── and_or.js
│ │ │ │ └── and_or.js.map
│ │ ├── compiler.cljc
│ │ ├── compiler.cljc.cache.json
│ │ ├── compiler.js
│ │ ├── compiler.js.map
│ │ ├── core$macros.cljc
│ │ ├── core$macros.cljc.cache.json
│ │ ├── core$macros.js
│ │ ├── core$macros.js.map
│ │ ├── core.cljc
│ │ ├── core.cljs
│ │ ├── core.js
│ │ ├── core.js.map
│ │ ├── core
│ │ │ ├── async.cljs
│ │ │ ├── async.cljs.cache.json
│ │ │ ├── async.js
│ │ │ ├── async.js.map
│ │ │ └── async
│ │ │ │ ├── impl
│ │ │ │ ├── buffers.cljs
│ │ │ │ ├── buffers.cljs.cache.json
│ │ │ │ ├── buffers.js
│ │ │ │ ├── buffers.js.map
│ │ │ │ ├── channels.cljs
│ │ │ │ ├── channels.cljs.cache.json
│ │ │ │ ├── channels.js
│ │ │ │ ├── channels.js.map
│ │ │ │ ├── dispatch.cljs
│ │ │ │ ├── dispatch.cljs.cache.json
│ │ │ │ ├── dispatch.js
│ │ │ │ ├── dispatch.js.map
│ │ │ │ ├── ioc_helpers.cljs
│ │ │ │ ├── ioc_helpers.cljs.cache.json
│ │ │ │ ├── ioc_helpers.js
│ │ │ │ ├── ioc_helpers.js.map
│ │ │ │ ├── protocols.cljs
│ │ │ │ ├── protocols.cljs.cache.json
│ │ │ │ ├── protocols.js
│ │ │ │ ├── protocols.js.map
│ │ │ │ ├── timers.cljs
│ │ │ │ ├── timers.cljs.cache.json
│ │ │ │ ├── timers.js
│ │ │ │ └── timers.js.map
│ │ │ │ ├── interop.cljs
│ │ │ │ ├── interop.cljs.cache.json
│ │ │ │ ├── interop.js
│ │ │ │ └── interop.js.map
│ │ ├── env.cljc
│ │ ├── env.cljc.cache.json
│ │ ├── env.js
│ │ ├── env.js.map
│ │ ├── js.cljs
│ │ ├── js.cljs.cache.json
│ │ ├── js.js
│ │ ├── js.js.map
│ │ ├── reader.cljs
│ │ ├── reader.cljs.cache.json
│ │ ├── reader.js
│ │ ├── reader.js.map
│ │ ├── source_map.cljs
│ │ ├── source_map.cljs.cache.json
│ │ ├── source_map.js
│ │ ├── source_map.js.map
│ │ ├── source_map
│ │ │ ├── base64.cljs
│ │ │ ├── base64.cljs.cache.json
│ │ │ ├── base64.js
│ │ │ ├── base64.js.map
│ │ │ ├── base64_vlq.cljs
│ │ │ ├── base64_vlq.cljs.cache.json
│ │ │ ├── base64_vlq.js
│ │ │ └── base64_vlq.js.map
│ │ ├── spec
│ │ │ ├── alpha.cljs
│ │ │ ├── alpha.cljs.cache.json
│ │ │ ├── alpha.js
│ │ │ ├── alpha.js.map
│ │ │ └── gen
│ │ │ │ ├── alpha.cljs
│ │ │ │ ├── alpha.cljs.cache.json
│ │ │ │ ├── alpha.js
│ │ │ │ └── alpha.js.map
│ │ ├── tagged_literals.cljc
│ │ ├── tagged_literals.cljc.cache.json
│ │ ├── tagged_literals.js
│ │ ├── tagged_literals.js.map
│ │ └── tools
│ │ │ ├── reader.cljs
│ │ │ ├── reader.cljs.cache.json
│ │ │ ├── reader.js
│ │ │ ├── reader.js.map
│ │ │ └── reader
│ │ │ ├── edn.cljs
│ │ │ ├── edn.cljs.cache.json
│ │ │ ├── edn.js
│ │ │ ├── edn.js.map
│ │ │ ├── impl
│ │ │ ├── commons.cljs
│ │ │ ├── commons.cljs.cache.json
│ │ │ ├── commons.js
│ │ │ ├── commons.js.map
│ │ │ ├── errors.cljs
│ │ │ ├── errors.cljs.cache.json
│ │ │ ├── errors.js
│ │ │ ├── errors.js.map
│ │ │ ├── inspect.cljs
│ │ │ ├── inspect.cljs.cache.json
│ │ │ ├── inspect.js
│ │ │ ├── inspect.js.map
│ │ │ ├── utils.cljs
│ │ │ ├── utils.cljs.cache.json
│ │ │ ├── utils.js
│ │ │ └── utils.js.map
│ │ │ ├── reader_types.cljs
│ │ │ ├── reader_types.cljs.cache.json
│ │ │ ├── reader_types.js
│ │ │ └── reader_types.js.map
│ │ ├── cljs_deps.js
│ │ ├── cljsc_opts.edn
│ │ ├── clojure
│ │ ├── set.cljs
│ │ ├── set.cljs.cache.json
│ │ ├── set.js
│ │ ├── set.js.map
│ │ ├── string.cljs
│ │ ├── string.cljs.cache.json
│ │ ├── string.js
│ │ ├── string.js.map
│ │ ├── walk.cljs
│ │ ├── walk.cljs.cache.json
│ │ ├── walk.js
│ │ └── walk.js.map
│ │ ├── cognitect
│ │ ├── transit.cljs
│ │ ├── transit.cljs.cache.json
│ │ ├── transit.js
│ │ └── transit.js.map
│ │ ├── com
│ │ └── cognitect
│ │ │ ├── transit.js
│ │ │ └── transit
│ │ │ ├── caching.js
│ │ │ ├── delimiters.js
│ │ │ ├── eq.js
│ │ │ ├── handlers.js
│ │ │ ├── impl
│ │ │ ├── decoder.js
│ │ │ ├── reader.js
│ │ │ └── writer.js
│ │ │ ├── types.js
│ │ │ └── util.js
│ │ ├── geo
│ │ ├── calc.cljs
│ │ ├── calc.cljs.cache.json
│ │ ├── calc.js
│ │ └── calc.js.map
│ │ ├── goog
│ │ ├── array
│ │ │ └── array.js
│ │ ├── asserts
│ │ │ ├── asserts.js
│ │ │ └── dom.js
│ │ ├── async
│ │ │ ├── freelist.js
│ │ │ ├── nexttick.js
│ │ │ ├── run.js
│ │ │ ├── throwexception.js
│ │ │ └── workqueue.js
│ │ ├── base.js
│ │ ├── collections
│ │ │ ├── iters.js
│ │ │ └── maps.js
│ │ ├── crypt
│ │ │ ├── base64.js
│ │ │ └── crypt.js
│ │ ├── debug
│ │ │ ├── asyncstacktag.js
│ │ │ ├── debug.js
│ │ │ ├── entrypointregistry.js
│ │ │ ├── error.js
│ │ │ ├── errorcontext.js
│ │ │ └── errorhandler.js
│ │ ├── deps.js
│ │ ├── disposable
│ │ │ ├── disposable.js
│ │ │ ├── dispose.js
│ │ │ ├── disposeall.js
│ │ │ └── idisposable.js
│ │ ├── dom
│ │ │ ├── asserts.js
│ │ │ ├── browserfeature.js
│ │ │ ├── dom.js
│ │ │ ├── element.js
│ │ │ ├── htmlelement.js
│ │ │ ├── nodetype.js
│ │ │ ├── safe.js
│ │ │ ├── tagname.js
│ │ │ └── tags.js
│ │ ├── events
│ │ │ ├── browserevent.js
│ │ │ ├── browserfeature.js
│ │ │ ├── event.js
│ │ │ ├── eventhandler.js
│ │ │ ├── eventid.js
│ │ │ ├── eventlike.js
│ │ │ ├── events.js
│ │ │ ├── eventtarget.js
│ │ │ ├── eventtype.js
│ │ │ ├── eventtypehelpers.js
│ │ │ ├── eventwrapper.js
│ │ │ ├── listenable.js
│ │ │ ├── listenablekey.js
│ │ │ ├── listener.js
│ │ │ └── listenermap.js
│ │ ├── flags
│ │ │ └── flags.js
│ │ ├── fs
│ │ │ ├── blob.js
│ │ │ └── url.js
│ │ ├── functions
│ │ │ └── functions.js
│ │ ├── html
│ │ │ ├── safehtml.js
│ │ │ ├── safescript.js
│ │ │ ├── safestyle.js
│ │ │ ├── safestylesheet.js
│ │ │ ├── safeurl.js
│ │ │ ├── trustedresourceurl.js
│ │ │ ├── trustedtypes.js
│ │ │ └── uncheckedconversions.js
│ │ ├── iter
│ │ │ ├── es6.js
│ │ │ └── iter.js
│ │ ├── json
│ │ │ ├── hybrid.js
│ │ │ └── json.js
│ │ ├── labs
│ │ │ └── useragent
│ │ │ │ ├── browser.js
│ │ │ │ ├── engine.js
│ │ │ │ ├── highentropy
│ │ │ │ ├── highentropydata.js
│ │ │ │ └── highentropyvalue.js
│ │ │ │ ├── platform.js
│ │ │ │ ├── useragent.js
│ │ │ │ └── util.js
│ │ ├── log
│ │ │ └── log.js
│ │ ├── math
│ │ │ ├── coordinate.js
│ │ │ ├── integer.js
│ │ │ ├── long.js
│ │ │ ├── math.js
│ │ │ └── size.js
│ │ ├── net
│ │ │ ├── errorcode.js
│ │ │ ├── eventtype.js
│ │ │ ├── httpstatus.js
│ │ │ ├── wrapperxmlhttpfactory.js
│ │ │ ├── xhrio.js
│ │ │ ├── xhriopool.js
│ │ │ ├── xhrlike.js
│ │ │ ├── xhrmanager.js
│ │ │ ├── xmlhttp.js
│ │ │ └── xmlhttpfactory.js
│ │ ├── object
│ │ │ └── object.js
│ │ ├── promise
│ │ │ ├── promise.js
│ │ │ ├── resolver.js
│ │ │ └── thenable.js
│ │ ├── reflect
│ │ │ └── reflect.js
│ │ ├── string
│ │ │ ├── const.js
│ │ │ ├── internal.js
│ │ │ ├── string.js
│ │ │ ├── stringbuffer.js
│ │ │ ├── stringformat.js
│ │ │ └── typedstring.js
│ │ ├── structs
│ │ │ ├── collection.js
│ │ │ ├── heap.js
│ │ │ ├── map.js
│ │ │ ├── node.js
│ │ │ ├── pool.js
│ │ │ ├── prioritypool.js
│ │ │ ├── priorityqueue.js
│ │ │ ├── queue.js
│ │ │ ├── set.js
│ │ │ └── structs.js
│ │ ├── timer
│ │ │ └── timer.js
│ │ ├── uri
│ │ │ ├── uri.js
│ │ │ └── utils.js
│ │ └── useragent
│ │ │ ├── product.js
│ │ │ └── useragent.js
│ │ └── process
│ │ ├── env.cljs
│ │ ├── env.cljs.cache.json
│ │ ├── env.js
│ │ └── env.js.map
│ └── models
│ ├── air_carrier
│ └── 111.glb
│ ├── frigate
│ ├── scene.bin
│ └── scene.gltf
│ ├── helicopter
│ ├── scene.bin
│ └── scene.gltf
│ ├── idf-_plain
│ ├── scene.bin
│ └── scene.gltf
│ ├── sailboat
│ ├── 1368 Sailboat.bin
│ ├── 1368 Sailboat.gltf
│ └── 1368 Sailboat.png
│ ├── santa_isadora
│ ├── license.txt
│ ├── scene.bin
│ ├── scene.gltf
│ └── textures
│ │ ├── T_Metal03_Diffuse_baseColor.png
│ │ ├── T_Metal03_Diffuse_normal.png
│ │ ├── T_RopesBlack_Diffuse_baseColor.png
│ │ ├── T_RopesBlack_Diffuse_normal.png
│ │ ├── T_Ropes_Diffuse_baseColor.png
│ │ ├── T_Ropes_Diffuse_normal.png
│ │ ├── T_Sails_Diffuse_baseColor.png
│ │ ├── T_Sails_Diffuse_normal.png
│ │ ├── T_Ship12_Glass_Diffuse_baseColor.png
│ │ ├── T_Ship12_RearDetail_BC_baseColor.png
│ │ ├── T_Ship12_RearDetail_BC_normal.png
│ │ ├── T_Ship12_SwivelGun_BC_baseColor.png
│ │ ├── T_Ship12_SwivelGun_BC_normal.png
│ │ ├── T_Ship12_Wood02_Diffuse_baseColor.png
│ │ ├── T_Ship12_Wood02_Diffuse_normal.png
│ │ ├── T_Ship12_Wood03_Diffuse_baseColor.png
│ │ ├── T_Ship12_Wood03_Diffuse_normal.png
│ │ ├── T_Ship12_WoodBolts_Diffuse_baseColor.png
│ │ ├── T_Ship12_WoodBolts_Diffuse_normal.png
│ │ ├── T_Wood03_Diffuse_baseColor.png
│ │ └── T_Wood03_Diffuse_normal.png
│ ├── santa_maria
│ ├── license.txt
│ ├── scene.bin
│ └── scene.gltf
│ └── trimaran
│ ├── Sketchfab_Scene.gltf
│ ├── scene.bin
│ └── scene.gltf
├── run.bat
├── run_SE.bat
├── run_SE.sh
├── run_VR.bat
├── run_VR.sh
├── run_VRclj.sh
└── src
├── cljs
├── client
│ ├── cesium.cljs
│ └── v3d.cljs
└── geo
│ └── calc.cljs
├── clojure
├── calc
│ └── core.clj
├── cljs
│ └── compile.clj
├── eva.clj
├── geo
│ └── names.clj
├── light
│ ├── async
│ │ └── proc.clj
│ ├── cesium
│ │ └── core.clj
│ ├── pro
│ │ └── server.clj
│ └── sim.clj
├── menu
│ └── item.clj
├── protege
│ └── core.clj
├── ru
│ └── rules.clj
├── sail
│ └── exp.clj
├── share
│ └── onto.clj
├── vr
│ └── dashcli.clj
└── wiki
│ └── gis.clj
├── pro
└── core.clj
└── sail_pro
└── core.clj
/.cpcache/2263120091.main:
--------------------------------------------------------------------------------
1 | -m
2 | pro.core
3 |
--------------------------------------------------------------------------------
/.cpcache/269288740.main:
--------------------------------------------------------------------------------
1 | -m
2 | sail-pro.core
3 |
--------------------------------------------------------------------------------
/.cpcache/3088309131.main:
--------------------------------------------------------------------------------
1 | -m
2 | sail-pro.core
3 |
--------------------------------------------------------------------------------
/.cpcache/998073842.main:
--------------------------------------------------------------------------------
1 | -m
2 | pro.core
3 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | /checkouts
2 | pom.xml
3 | pom.xml.asc
4 | /.lein-*
5 | /.nrepl-port
6 | .hgignore
7 | .hg/
8 | protege.properties
9 | logs
10 | data/tiles
11 | NMEA_CACHE
12 |
--------------------------------------------------------------------------------
/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/1.png
--------------------------------------------------------------------------------
/CHANGELOG.md:
--------------------------------------------------------------------------------
1 | # Change Log
2 | All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
3 |
4 | ## [Unreleased]
5 | ### Changed
6 | - Add a new arity to `make-widget-async` to provide a different widget shape.
7 |
8 | ## [0.1.1] - 2021-04-26
9 | ### Changed
10 | - Documentation on how to make the widgets.
11 |
12 | ### Removed
13 | - `make-widget-sync` - we're all async, all the time.
14 |
15 | ### Fixed
16 | - Fixed widget maker to keep working when daylight savings switches over.
17 |
18 | ## 0.1.0 - 2021-04-26
19 | ### Added
20 | - Files from the new template.
21 | - Widget maker public API - `make-widget-sync`.
22 |
23 | [Unreleased]: https://github.com/your-name/sail-pro/compare/0.1.1...HEAD
24 | [0.1.1]: https://github.com/your-name/sail-pro/compare/0.1.0...0.1.1
25 |
--------------------------------------------------------------------------------
/NMEA_CACHE/DK.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/NMEA_CACHE/DK.txt
--------------------------------------------------------------------------------
/data/shape/dcwpo-browse.shp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/data/shape/dcwpo-browse.shp
--------------------------------------------------------------------------------
/data/shape/dcwpo-browse.ssx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/data/shape/dcwpo-browse.ssx
--------------------------------------------------------------------------------
/lib/AisLibMessages.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib/AisLibMessages.jar
--------------------------------------------------------------------------------
/lib/AisMessages.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib/AisMessages.jar
--------------------------------------------------------------------------------
/lib/ClojureTab-1.5.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib/ClojureTab-1.5.jar
--------------------------------------------------------------------------------
/lib/JGo-3.5.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib/JGo-3.5.0.jar
--------------------------------------------------------------------------------
/lib/JGoLayout-3.5.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib/JGoLayout-3.5.0.jar
--------------------------------------------------------------------------------
/lib/OpenMapTab-5.2.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib/OpenMapTab-5.2.1.jar
--------------------------------------------------------------------------------
/lib/ProtegeExtensions.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib/ProtegeExtensions.jar
--------------------------------------------------------------------------------
/lib/ScenaSupport.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib/ScenaSupport.jar
--------------------------------------------------------------------------------
/lib/VRDnmea.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib/VRDnmea.jar
--------------------------------------------------------------------------------
/lib/enav-model.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib/enav-model.jar
--------------------------------------------------------------------------------
/lib/looks-3.5.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib/looks-3.5.0.jar
--------------------------------------------------------------------------------
/lib/openmap-5.1.15.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib/openmap-5.1.15.jar
--------------------------------------------------------------------------------
/lib/protege-3.5.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib/protege-3.5.0.jar
--------------------------------------------------------------------------------
/lib/standard-extensions-3.5.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib/standard-extensions-3.5.0.jar
--------------------------------------------------------------------------------
/lib/unicode_panel-3.5.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib/unicode_panel-3.5.0.jar
--------------------------------------------------------------------------------
/lib_cljs/clojurescript-1.11.132.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_cljs/clojurescript-1.11.132.jar
--------------------------------------------------------------------------------
/lib_cljs/closure-compiler-unshaded-v20230802.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_cljs/closure-compiler-unshaded-v20230802.jar
--------------------------------------------------------------------------------
/lib_cljs/closure-compiler-v20160208.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_cljs/closure-compiler-v20160208.jar
--------------------------------------------------------------------------------
/lib_cljs/protobuf-java-3.21.12.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_cljs/protobuf-java-3.21.12.jar
--------------------------------------------------------------------------------
/lib_ext/asm-3.3.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/asm-3.3.1.jar
--------------------------------------------------------------------------------
/lib_ext/clj-json-0.5.3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/clj-json-0.5.3.jar
--------------------------------------------------------------------------------
/lib_ext/cljs-ajax-0.8.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/cljs-ajax-0.8.4.jar
--------------------------------------------------------------------------------
/lib_ext/clojure-1.11.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/clojure-1.11.1.jar
--------------------------------------------------------------------------------
/lib_ext/clout-2.2.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/clout-2.2.1.jar
--------------------------------------------------------------------------------
/lib_ext/commons-fileupload2-core-2.0.0-M1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/commons-fileupload2-core-2.0.0-M1.jar
--------------------------------------------------------------------------------
/lib_ext/commons-io-2.15.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/commons-io-2.15.1.jar
--------------------------------------------------------------------------------
/lib_ext/compojure-1.7.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/compojure-1.7.1.jar
--------------------------------------------------------------------------------
/lib_ext/core.async-1.6.681.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/core.async-1.6.681.jar
--------------------------------------------------------------------------------
/lib_ext/core.cache-1.1.234.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/core.cache-1.1.234.jar
--------------------------------------------------------------------------------
/lib_ext/core.memoize-1.1.266.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/core.memoize-1.1.266.jar
--------------------------------------------------------------------------------
/lib_ext/core.specs.alpha-0.2.62.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/core.specs.alpha-0.2.62.jar
--------------------------------------------------------------------------------
/lib_ext/data.json-2.5.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/data.json-2.5.0.jar
--------------------------------------------------------------------------------
/lib_ext/data.priority-map-1.2.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/data.priority-map-1.2.0.jar
--------------------------------------------------------------------------------
/lib_ext/instaparse-1.4.8.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/instaparse-1.4.8.jar
--------------------------------------------------------------------------------
/lib_ext/jackson-core-2.15.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/jackson-core-2.15.2.jar
--------------------------------------------------------------------------------
/lib_ext/jackson-core-asl-1.9.9.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/jackson-core-asl-1.9.9.jar
--------------------------------------------------------------------------------
/lib_ext/jakarta.servlet-api-6.1.0-M2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/jakarta.servlet-api-6.1.0-M2.jar
--------------------------------------------------------------------------------
/lib_ext/jetty-http-11.0.20.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/jetty-http-11.0.20.jar
--------------------------------------------------------------------------------
/lib_ext/jetty-io-11.0.20.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/jetty-io-11.0.20.jar
--------------------------------------------------------------------------------
/lib_ext/jetty-security-11.0.20.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/jetty-security-11.0.20.jar
--------------------------------------------------------------------------------
/lib_ext/jetty-server-11.0.20.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/jetty-server-11.0.20.jar
--------------------------------------------------------------------------------
/lib_ext/jetty-servlet-11.0.20.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/jetty-servlet-11.0.20.jar
--------------------------------------------------------------------------------
/lib_ext/jetty-util-11.0.20.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/jetty-util-11.0.20.jar
--------------------------------------------------------------------------------
/lib_ext/medley-1.4.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/medley-1.4.0.jar
--------------------------------------------------------------------------------
/lib_ext/rete-5.3.0-SNAPSHOT.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/rete-5.3.0-SNAPSHOT.jar
--------------------------------------------------------------------------------
/lib_ext/ring-codec-1.2.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/ring-codec-1.2.0.jar
--------------------------------------------------------------------------------
/lib_ext/ring-core-1.12.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/ring-core-1.12.1.jar
--------------------------------------------------------------------------------
/lib_ext/ring-core-protocols-1.12.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/ring-core-protocols-1.12.1.jar
--------------------------------------------------------------------------------
/lib_ext/ring-jakarta-servlet-1.12.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/ring-jakarta-servlet-1.12.1.jar
--------------------------------------------------------------------------------
/lib_ext/ring-jetty-adapter-1.12.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/ring-jetty-adapter-1.12.1.jar
--------------------------------------------------------------------------------
/lib_ext/ring-websocket-protocols-1.12.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/ring-websocket-protocols-1.12.1.jar
--------------------------------------------------------------------------------
/lib_ext/slf4j-api-2.0.9.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/slf4j-api-2.0.9.jar
--------------------------------------------------------------------------------
/lib_ext/spec.alpha-0.3.218.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/spec.alpha-0.3.218.jar
--------------------------------------------------------------------------------
/lib_ext/tools.analyzer-1.1.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/tools.analyzer-1.1.1.jar
--------------------------------------------------------------------------------
/lib_ext/tools.analyzer.jvm-1.2.3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/tools.analyzer.jvm-1.2.3.jar
--------------------------------------------------------------------------------
/lib_ext/tools.macro-0.1.5.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/tools.macro-0.1.5.jar
--------------------------------------------------------------------------------
/lib_ext/tools.reader-1.4.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/tools.reader-1.4.0.jar
--------------------------------------------------------------------------------
/lib_ext/transit-clj-1.0.329.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/transit-clj-1.0.329.jar
--------------------------------------------------------------------------------
/lib_ext/transit-java-1.0.362.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/transit-java-1.0.362.jar
--------------------------------------------------------------------------------
/lib_ext/websocket-common-9.4.36.v20210114.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/websocket-common-9.4.36.v20210114.jar
--------------------------------------------------------------------------------
/lib_ext/websocket-core-common-11.0.20.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/websocket-core-common-11.0.20.jar
--------------------------------------------------------------------------------
/lib_ext/websocket-core-server-11.0.20.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/websocket-core-server-11.0.20.jar
--------------------------------------------------------------------------------
/lib_ext/websocket-jetty-api-11.0.20.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/websocket-jetty-api-11.0.20.jar
--------------------------------------------------------------------------------
/lib_ext/websocket-jetty-common-11.0.20.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/websocket-jetty-common-11.0.20.jar
--------------------------------------------------------------------------------
/lib_ext/websocket-jetty-server-11.0.20.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/lib_ext/websocket-jetty-server-11.0.20.jar
--------------------------------------------------------------------------------
/protege.properties:
--------------------------------------------------------------------------------
1 | #Protege Properties
2 | #Tue Jul 30 22:20:03 MSK 2024
3 | swing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
4 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Images/bing_maps_credit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Images/bing_maps_credit.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Images/cesium_credit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Images/cesium_credit.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Images/google_earth_credit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Images/google_earth_credit.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Images/ion-credit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Images/ion-credit.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/LensFlare/DirtMask.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/LensFlare/DirtMask.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/LensFlare/StarBurst.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/LensFlare/StarBurst.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/0/0/0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/0/0/0.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/0/1/0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/0/1/0.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/1/0/0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/1/0/0.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/1/0/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/1/0/1.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/1/1/0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/1/1/0.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/1/1/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/1/1/1.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/1/2/0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/1/2/0.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/1/2/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/1/2/1.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/1/3/0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/1/3/0.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/1/3/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/1/3/1.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/0/0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/0/0.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/0/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/0/1.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/0/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/0/2.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/0/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/0/3.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/1/0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/1/0.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/1/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/1/1.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/1/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/1/2.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/1/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/1/3.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/2/0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/2/0.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/2/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/2/1.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/2/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/2/2.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/2/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/2/3.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/3/0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/3/0.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/3/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/3/1.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/3/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/3/2.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/3/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/3/3.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/4/0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/4/0.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/4/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/4/1.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/4/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/4/2.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/4/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/4/3.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/5/0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/5/0.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/5/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/5/1.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/5/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/5/2.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/5/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/5/3.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/6/0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/6/0.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/6/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/6/1.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/6/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/6/2.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/6/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/6/3.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/7/0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/7/0.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/7/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/7/1.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/7/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/7/2.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/7/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/NaturalEarthII/2/7/3.jpg
--------------------------------------------------------------------------------
/resources/public/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 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/SkyBox/tycho2t3_80_mx.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/SkyBox/tycho2t3_80_mx.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/SkyBox/tycho2t3_80_my.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/SkyBox/tycho2t3_80_my.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/SkyBox/tycho2t3_80_mz.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/SkyBox/tycho2t3_80_mz.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/SkyBox/tycho2t3_80_px.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/SkyBox/tycho2t3_80_px.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/SkyBox/tycho2t3_80_py.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/SkyBox/tycho2t3_80_py.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/SkyBox/tycho2t3_80_pz.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/SkyBox/tycho2t3_80_pz.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/airfield.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/airfield.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/airport.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/airport.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/alcohol-shop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/alcohol-shop.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/america-football.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/america-football.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/art-gallery.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/art-gallery.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/bakery.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/bakery.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/bank.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/bank.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/bar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/bar.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/baseball.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/baseball.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/basketball.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/basketball.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/beer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/beer.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/bicycle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/bicycle.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/building.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/building.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/bus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/bus.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/cafe.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/cafe.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/camera.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/camera.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/campsite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/campsite.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/car.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/car.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/cemetery.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/cemetery.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/cesium.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/cesium.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/chemist.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/chemist.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/cinema.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/cinema.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/circle-stroked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/circle-stroked.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/circle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/circle.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/city.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/city.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/clothing-store.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/clothing-store.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/college.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/college.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/commercial.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/commercial.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/cricket.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/cricket.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/cross.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/cross.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/dam.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/dam.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/danger.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/danger.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/disability.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/disability.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/dog-park.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/dog-park.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/embassy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/embassy.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/emergency-telephone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/emergency-telephone.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/entrance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/entrance.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/farm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/farm.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/fast-food.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/fast-food.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/ferry.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/ferry.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/fire-station.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/fire-station.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/fuel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/fuel.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/garden.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/garden.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/gift.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/gift.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/golf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/golf.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/grocery.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/grocery.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/hairdresser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/hairdresser.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/harbor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/harbor.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/heart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/heart.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/heliport.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/heliport.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/hospital.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/hospital.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/ice-cream.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/ice-cream.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/industrial.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/industrial.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/land-use.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/land-use.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/laundry.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/laundry.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/library.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/library.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/lighthouse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/lighthouse.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/lodging.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/lodging.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/logging.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/logging.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/london-underground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/london-underground.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/marker-stroked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/marker-stroked.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/marker.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/marker.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/minefield.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/minefield.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/mobilephone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/mobilephone.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/monument.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/monument.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/museum.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/museum.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/music.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/music.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/oil-well.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/oil-well.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/park.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/park.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/park2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/park2.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/parking-garage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/parking-garage.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/parking.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/parking.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/pharmacy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/pharmacy.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/pitch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/pitch.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/place-of-worship.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/place-of-worship.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/playground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/playground.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/police.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/police.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/polling-place.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/polling-place.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/post.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/post.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/prison.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/prison.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/rail-above.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/rail-above.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/rail-light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/rail-light.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/rail-metro.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/rail-metro.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/rail-underground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/rail-underground.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/rail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/rail.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/religious-christian.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/religious-christian.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/religious-jewish.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/religious-jewish.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/religious-muslim.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/religious-muslim.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/restaurant.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/restaurant.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/roadblock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/roadblock.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/rocket.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/rocket.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/school.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/school.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/scooter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/scooter.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/shop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/shop.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/skiing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/skiing.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/slaughterhouse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/slaughterhouse.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/soccer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/soccer.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/square-stroked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/square-stroked.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/square.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/square.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/star-stroked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/star-stroked.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/star.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/star.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/suitcase.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/suitcase.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/swimming.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/swimming.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/telephone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/telephone.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/tennis.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/tennis.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/theatre.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/theatre.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/toilets.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/toilets.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/town-hall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/town-hall.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/town.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/town.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/triangle-stroked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/triangle-stroked.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/triangle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/triangle.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/village.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/village.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/warehouse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/warehouse.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/waste-basket.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/waste-basket.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/water.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/water.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/wetland.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/wetland.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/maki/zoo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/maki/zoo.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/moonSmall.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/moonSmall.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/pin.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/waterNormals.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/waterNormals.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/Assets/Textures/waterNormalsSmall.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Assets/Textures/waterNormalsSmall.jpg
--------------------------------------------------------------------------------
/resources/public/Cesium/ThirdParty/Workers/package.json:
--------------------------------------------------------------------------------
1 | {"type":"commonjs"}
--------------------------------------------------------------------------------
/resources/public/Cesium/ThirdParty/basis_transcoder.wasm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/ThirdParty/basis_transcoder.wasm
--------------------------------------------------------------------------------
/resources/public/Cesium/ThirdParty/draco_decoder.wasm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/ThirdParty/draco_decoder.wasm
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/BaseLayerPicker/lighter.css:
--------------------------------------------------------------------------------
1 | /* packages/widgets/Source/BaseLayerPicker/lighter.css */
2 | .cesium-lighter .cesium-baseLayerPicker-itemIcon {
3 | border-color: #759dc0;
4 | }
5 | .cesium-lighter .cesium-baseLayerPicker-dropDown {
6 | background-color: rgba(240, 240, 240, 0.75);
7 | }
8 | .cesium-lighter .cesium-baseLayerPicker-sectionTitle {
9 | color: black;
10 | }
11 | .cesium-lighter .cesium-baseLayerPicker-itemLabel {
12 | color: black;
13 | }
14 | .cesium-lighter .cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemIcon {
15 | border-color: #000;
16 | }
17 | .cesium-lighter .cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel {
18 | color: rgb(0, 61, 168);
19 | }
20 | .cesium-lighter .cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemIcon {
21 | border: double 4px rgb(0, 61, 168);
22 | }
23 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/CesiumWidget/lighter.css:
--------------------------------------------------------------------------------
1 | .cesium-lighter .cesium-widget-errorPanel {
2 | background: rgba(255, 255, 255, 0.7);
3 | }
4 |
5 | .cesium-lighter .cesium-widget-errorPanel-content {
6 | border: 1px solid #526f82;
7 | border-radius: 7px;
8 | background-color: white;
9 | color: black;
10 | }
11 |
12 | .cesium-lighter .cesium-widget-errorPanel-header {
13 | color: #b87d00;
14 | }
15 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/FullscreenButton/FullscreenButton.css:
--------------------------------------------------------------------------------
1 | /* packages/widgets/Source/FullscreenButton/FullscreenButton.css */
2 | .cesium-button.cesium-fullscreenButton {
3 | display: block;
4 | width: 100%;
5 | height: 100%;
6 | margin: 0;
7 | border-radius: 0;
8 | }
9 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Geocoder/lighter.css:
--------------------------------------------------------------------------------
1 | /* packages/widgets/Source/Geocoder/lighter.css */
2 | .cesium-lighter .cesium-geocoder-input {
3 | border: solid 1px #759dc0;
4 | background-color: rgba(240, 240, 240, 0.9);
5 | color: black;
6 | }
7 | .cesium-lighter .cesium-viewer-geocoderContainer:hover .cesium-geocoder-input {
8 | border-color: #aef;
9 | box-shadow: 0 0 8px #fff;
10 | }
11 | .cesium-lighter .cesium-geocoder-searchButton {
12 | background-color: #e2f0ff;
13 | fill: #111;
14 | }
15 | .cesium-lighter .cesium-geocoder-searchButton:hover {
16 | background-color: #a6d2ff;
17 | }
18 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/I3SBuildingSceneLayerExplorer/I3SBuildingSceneLayerExplorer.css:
--------------------------------------------------------------------------------
1 | /* packages/widgets/Source/I3SBuildingSceneLayerExplorer/I3SBuildingSceneLayerExplorer.css */
2 | .cesium-viewer-i3s-explorer ul {
3 | list-style-type: none;
4 | }
5 | .cesium-viewer-i3s-explorer .layersList {
6 | padding: 0;
7 | }
8 | .cesium-viewer-i3s-explorer input {
9 | margin: 0 3px 0 0;
10 | }
11 | .cesium-viewer-i3s-explorer .expandItem {
12 | cursor: pointer;
13 | user-select: none;
14 | width: 20px;
15 | }
16 | .cesium-viewer-i3s-explorer .nested,
17 | .cesium-viewer-i3s-explorer #bsl-wrapper {
18 | display: none;
19 | }
20 | .cesium-viewer-i3s-explorer .active {
21 | display: block;
22 | }
23 | .cesium-viewer-i3s-explorer .li-wrapper {
24 | display: flex;
25 | flex-direction: row;
26 | align-content: center;
27 | }
28 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/ArcGisMapServiceWorldHillshade.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/ArcGisMapServiceWorldHillshade.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/ArcGisMapServiceWorldImagery.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/ArcGisMapServiceWorldImagery.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/ArcGisMapServiceWorldOcean.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/ArcGisMapServiceWorldOcean.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/bingAerial.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/bingAerial.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/bingAerialLabels.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/bingAerialLabels.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/bingRoads.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/bingRoads.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/blueMarble.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/blueMarble.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/earthAtNight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/earthAtNight.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/mapQuestOpenStreetMap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/mapQuestOpenStreetMap.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/mapboxSatellite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/mapboxSatellite.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/mapboxStreets.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/mapboxStreets.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/mapboxTerrain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/mapboxTerrain.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/naturalEarthII.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/naturalEarthII.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/openStreetMap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/openStreetMap.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/sentinel-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/sentinel-2.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/stadiaAlidadeSmooth.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/stadiaAlidadeSmooth.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/stadiaAlidadeSmoothDark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/stadiaAlidadeSmoothDark.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/stamenToner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/stamenToner.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/ImageryProviders/stamenWatercolor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/ImageryProviders/stamenWatercolor.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/TerrainProviders/CesiumWorldTerrain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/TerrainProviders/CesiumWorldTerrain.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/TerrainProviders/Ellipsoid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/TerrainProviders/Ellipsoid.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/TimelineIcons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/TimelineIcons.png
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Images/info-loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/Cesium/Widgets/Images/info-loading.gif
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/NavigationHelpButton/lighter.css:
--------------------------------------------------------------------------------
1 | /* packages/widgets/Source/NavigationHelpButton/lighter.css */
2 | .cesium-lighter .cesium-navigation-help-instructions {
3 | border: 1px solid #759dc0;
4 | background-color: rgba(255, 255, 255, 0.9);
5 | }
6 | .cesium-lighter .cesium-navigation-help-pan {
7 | color: #66ccee;
8 | font-weight: bold;
9 | }
10 | .cesium-lighter .cesium-navigation-help-zoom {
11 | color: #65ec00;
12 | font-weight: bold;
13 | }
14 | .cesium-lighter .cesium-navigation-help-rotate {
15 | color: #eec722;
16 | font-weight: bold;
17 | }
18 | .cesium-lighter .cesium-navigation-help-tilt {
19 | color: #d800d8;
20 | font-weight: bold;
21 | }
22 | .cesium-lighter .cesium-navigation-help-details {
23 | color: #222222;
24 | }
25 | .cesium-lighter .cesium-navigation-button {
26 | color: #222222;
27 | border-top: 1px solid #759dc0;
28 | border-right: 1px solid #759dc0;
29 | }
30 | .cesium-lighter .cesium-navigation-button-selected {
31 | background-color: rgba(196, 225, 255, 0.9);
32 | }
33 | .cesium-lighter .cesium-navigation-button-unselected {
34 | background-color: rgba(226, 240, 255, 0.9);
35 | }
36 | .cesium-lighter .cesium-navigation-button-unselected:hover {
37 | background-color: rgba(166, 210, 255, 0.9);
38 | }
39 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/PerformanceWatchdog/PerformanceWatchdog.css:
--------------------------------------------------------------------------------
1 | /* packages/widgets/Source/PerformanceWatchdog/PerformanceWatchdog.css */
2 | .cesium-performance-watchdog-message-area {
3 | position: relative;
4 | background-color: yellow;
5 | color: black;
6 | padding: 10px;
7 | }
8 | .cesium-performance-watchdog-message {
9 | margin-right: 30px;
10 | }
11 | .cesium-performance-watchdog-message-dismiss {
12 | position: absolute;
13 | right: 0;
14 | margin: 0 10px 0 0;
15 | }
16 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/ProjectionPicker/ProjectionPicker.css:
--------------------------------------------------------------------------------
1 | /* packages/widgets/Source/ProjectionPicker/ProjectionPicker.css */
2 | span.cesium-projectionPicker-wrapper {
3 | display: inline-block;
4 | position: relative;
5 | margin: 0 3px;
6 | }
7 | .cesium-projectionPicker-visible {
8 | visibility: visible;
9 | opacity: 1;
10 | transition: opacity 0.25s linear;
11 | }
12 | .cesium-projectionPicker-hidden {
13 | visibility: hidden;
14 | opacity: 0;
15 | transition: visibility 0s 0.25s, opacity 0.25s linear;
16 | }
17 | .cesium-projectionPicker-wrapper .cesium-projectionPicker-none {
18 | display: none;
19 | }
20 | .cesium-projectionPicker-wrapper .cesium-projectionPicker-dropDown-icon {
21 | box-sizing: border-box;
22 | padding: 0;
23 | margin: 3px 0;
24 | }
25 | .cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective,
26 | .cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic {
27 | margin: 0 0 3px 0;
28 | }
29 | .cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective .cesium-projectionPicker-iconOrthographic {
30 | left: 100%;
31 | }
32 | .cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic .cesium-projectionPicker-iconPerspective {
33 | left: -100%;
34 | }
35 | .cesium-projectionPicker-wrapper .cesium-projectionPicker-selected {
36 | border-color: #2e2;
37 | box-shadow: 0 0 8px #fff, 0 0 8px #fff;
38 | }
39 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/SelectionIndicator/SelectionIndicator.css:
--------------------------------------------------------------------------------
1 | /* packages/widgets/Source/SelectionIndicator/SelectionIndicator.css */
2 | .cesium-selection-wrapper {
3 | position: absolute;
4 | width: 160px;
5 | height: 160px;
6 | pointer-events: none;
7 | visibility: hidden;
8 | opacity: 0;
9 | transition: visibility 0s 0.2s, opacity 0.2s ease-in;
10 | }
11 | .cesium-selection-wrapper-visible {
12 | visibility: visible;
13 | opacity: 1;
14 | transition: opacity 0.2s ease-out;
15 | }
16 | .cesium-selection-wrapper svg {
17 | fill: #2e2;
18 | stroke: #000;
19 | stroke-width: 1.1px;
20 | }
21 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/Timeline/lighter.css:
--------------------------------------------------------------------------------
1 | /* packages/widgets/Source/Timeline/lighter.css */
2 | .cesium-lighter .cesium-timeline-bar {
3 | background:
4 | linear-gradient(
5 | to bottom,
6 | #eeeeee 0%,
7 | #ffffff 50%,
8 | #fafafa 100%);
9 | }
10 | .cesium-lighter .cesium-timeline-ticLabel {
11 | color: #000;
12 | }
13 | .cesium-lighter .cesium-timeline-ticMain {
14 | position: absolute;
15 | bottom: 0;
16 | left: 0;
17 | width: 1px;
18 | height: 50%;
19 | background: #000;
20 | }
21 | .cesium-lighter .cesium-timeline-ticSub {
22 | background: #444;
23 | }
24 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/VRButton/VRButton.css:
--------------------------------------------------------------------------------
1 | /* packages/widgets/Source/VRButton/VRButton.css */
2 | .cesium-button.cesium-vrButton {
3 | display: block;
4 | width: 100%;
5 | height: 100%;
6 | margin: 0;
7 | border-radius: 0;
8 | }
9 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/VoxelInspector/VoxelInspector.css:
--------------------------------------------------------------------------------
1 | /* packages/widgets/Source/VoxelInspector/VoxelInspector.css */
2 | .cesium-VoxelInspector {
3 | width: 300px;
4 | pointer-events: all;
5 | }
6 | .cesium-VoxelInspector div,
7 | .cesium-VoxelInspector input[type=range] {
8 | width: 100%;
9 | box-sizing: border-box;
10 | }
11 | .cesium-VoxelInspector .cesium-cesiumInspector-section {
12 | margin-top: 3px;
13 | }
14 | .cesium-VoxelInspector .cesium-cesiumInspector-sectionHeader + .cesium-cesiumInspector-show {
15 | border-top: 1px solid white;
16 | }
17 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Widgets/lighterShared.css:
--------------------------------------------------------------------------------
1 | /* packages/widgets/Source/lighterShared.css */
2 | .cesium-lighter .cesium-button {
3 | color: #111;
4 | fill: #111;
5 | background: #e2f0ff;
6 | border: 1px solid #759dc0;
7 | }
8 | .cesium-lighter .cesium-button:focus {
9 | color: #000;
10 | fill: #000;
11 | border-color: #ea4;
12 | }
13 | .cesium-lighter .cesium-button:hover {
14 | color: #000;
15 | fill: #000;
16 | background: #a6d2ff;
17 | border-color: #aef;
18 | box-shadow: 0 0 8px #777;
19 | }
20 | .cesium-lighter .cesium-button:active {
21 | color: #fff;
22 | fill: #fff;
23 | background: #48b;
24 | border-color: #ea0;
25 | }
26 | .cesium-lighter .cesium-button:disabled,
27 | .cesium-lighter .cesium-button-disabled,
28 | .cesium-lighter .cesium-button-disabled:focus,
29 | .cesium-lighter .cesium-button-disabled:hover,
30 | .cesium-lighter .cesium-button-disabled:active {
31 | background: #ccc;
32 | border-color: #999;
33 | color: #999;
34 | fill: #999;
35 | box-shadow: none;
36 | }
37 | .cesium-lighter .cesium-performanceDisplay {
38 | background-color: #e2f0ff;
39 | border-color: #759dc0;
40 | }
41 | .cesium-lighter .cesium-performanceDisplay-fps {
42 | color: #e52;
43 | }
44 | .cesium-lighter .cesium-performanceDisplay-ms {
45 | color: #ea4;
46 | }
47 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Workers/chunk-ATPDRNKI.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @license
3 | * Cesium - https://github.com/CesiumGS/cesium
4 | * Version 1.119
5 | *
6 | * Copyright 2011-2022 Cesium Contributors
7 | *
8 | * Licensed under the Apache License, Version 2.0 (the "License");
9 | * you may not use this file except in compliance with the License.
10 | * You may obtain a copy of the License at
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | *
14 | * Unless required by applicable law or agreed to in writing, software
15 | * distributed under the License is distributed on an "AS IS" BASIS,
16 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 | * See the License for the specific language governing permissions and
18 | * limitations under the License.
19 | *
20 | * Columbus View (Pat. Pend.)
21 | *
22 | * Portions licensed separately.
23 | * See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
24 | */
25 |
26 | var e={NONE:0,GEODESIC:1,RHUMB:2},t=Object.freeze(e);export{t as a};
27 |
--------------------------------------------------------------------------------
/resources/public/Cesium/Workers/chunk-GFN7NNSJ.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @license
3 | * Cesium - https://github.com/CesiumGS/cesium
4 | * Version 1.119
5 | *
6 | * Copyright 2011-2022 Cesium Contributors
7 | *
8 | * Licensed under the Apache License, Version 2.0 (the "License");
9 | * you may not use this file except in compliance with the License.
10 | * You may obtain a copy of the License at
11 | *
12 | * http://www.apache.org/licenses/LICENSE-2.0
13 | *
14 | * Unless required by applicable law or agreed to in writing, software
15 | * distributed under the License is distributed on an "AS IS" BASIS,
16 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 | * See the License for the specific language governing permissions and
18 | * limitations under the License.
19 | *
20 | * Columbus View (Pat. Pend.)
21 | *
22 | * Portions licensed separately.
23 | * See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
24 | */
25 |
26 | import{a as w}from"./chunk-R6KGAEF6.js";var C={};C.computePositions=function(I,f,b,n,e){let m=I*.5,i=-m,s=n+n,P=e?2*s:s,t=new Float64Array(P*3),r,c=0,o=0,p=e?s*3:0,a=e?(s+n)*3:n*3;for(r=0;r');
4 | document.write('');
5 | document.write('');
6 | document.write('');
7 | document.write('');
8 | document.write('');
9 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/ajax/ring.cljc:
--------------------------------------------------------------------------------
1 | (ns ajax.ring
2 | (:require [ajax.interceptors :refer [map->ResponseFormat]]
3 | [ajax.protocols :refer [-status -get-all-headers -body]]
4 | [ajax.formats :as f]))
5 |
6 | (defn make-ring-read [body-read]
7 | (fn ring-read [response]
8 | {:status (-status response)
9 | :headers (-get-all-headers response)
10 | :body (body-read response)}))
11 |
12 | (defn ring-response-format
13 | "Returns a Ring-compatible response map.
14 |
15 | Optionally can be passed a :format option. This should be another
16 | response-format map. If format is provided it will be used to
17 | specify the content-type, and the read method will be used to
18 | populate the :body key in the response map."
19 | ([] (ring-response-format {:format (f/raw-response-format)}))
20 | ([{{:keys [read description content-type]} :format}]
21 | (map->ResponseFormat {:read (make-ring-read read)
22 | :description (str "ring/" description)
23 | :content-type content-type})))
24 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/ajax/ring.js.map:
--------------------------------------------------------------------------------
1 | {"version":3,"file":"\/home\/ru\/clojure\/sail-pro\/resources\/public\/js\/cesium\/ajax\/ring.js","sources":["ring.cljc"],"lineCount":55,"mappings":";AAAA;;;;;AAKA,2BAAA,3BAAMA,8DAAgBC;AAAtB,AACE,sDAAeC;AAAf,AAAA,kDAAA,qGAAA,+GAAA,1JACW,AAACC,iCAAQD,qEACR,AAACE,0CAAiBF,gEACrB,AAACD,oBAAUC;;;AAEtB,AAAA;;;;;;;;iCAAA,yCAAAG,1EAAME;AAAN,AAAA,IAAAD,WAAA,AAAA;AAAA,AAAA,QAAAA;KAAA;AAAA,OAAAC;;;KAAA;AAAA,OAAAA,6DAAA,CAAA,UAAA;;;;AAAA,MAAA,KAAAC,MAAA,CAAA,8DAAA,AAAA;;;;;AAAA,CAAA,+DAAA,\/DAAMD;AAAN,AAOM,gDAAA,2CAAA,pFAACA,8IAA8B,AAACO;;;AAPtC,CAAA,+DAAA,WAAAL,1EAAMF;AAAN,AAAA,IAAAG,aAAAD;IAAAC,iBAAA,AAAAC,sCAAAD;IAAAE,aAAA,AAAAC,wBAAAH,eAAA;IAAAE,iBAAA,AAAAD,sCAAAC;WAAA,AAAAC,wBAAAD,eAAA,9CAQaG;kBARb,AAAAF,wBAAAD,eAAA,rDAQkBI;mBARlB,AAAAH,wBAAAD,eAAA,tDAQ8BK;AAR9B,AASG,0DAAA,2CAAA,8FAAA,gJAAA,5UAACC,mJAA2B,AAAClB,mCAAee,0EACT,CAAA,oDAAaC,4FACZC;;;AAXvC,CAAA,yDAAA,zDAAMV;;AAAN","names":["ajax.ring\/make-ring-read","body-read","response","ajax.protocols\/-status","ajax.protocols\/-get-all-headers","var_args","G__47300","ajax.ring\/ring-response-format","js\/Error","p__47301","map__47302","cljs.core\/--destructure-map","map__47303","cljs.core\/get","ajax.formats\/raw-response-format","read","description","content-type","ajax.interceptors\/map->ResponseFormat"]}
--------------------------------------------------------------------------------
/resources/public/js/cesium/ajax/util.js.map:
--------------------------------------------------------------------------------
1 | {"version":3,"file":"\/home\/ru\/clojure\/sail-pro\/resources\/public\/js\/cesium\/ajax\/util.js","sources":["util.cljc"],"lineCount":40,"mappings":";AAAA;;;AAQA;;;wBAAA,xBAAMA,wDAEHC;AAFH,AAGE,MAAO,KAAAC,MACE,4CAAKD;;AAEhB,6BAAA,7BAAME,kEAA0BC;AAAhC,AACE,IAAAC,mBAAI,uDAAA,vDAACC,8CAAwBF;AAA7B,AAAA,oBAAAC;AAAAA;;AAAA;;;AAEF;;;;;;;2BAAA,3BAAME,8DAMHC;AANH,AAOYA;;AAMZ;;;0CAAA,iFAAA,WAAA,WAAA,WAAA,YAAA,WAAA,WAAA,9LAAKC;AAaL;;;2BAAA,3BAAMC,8DAEHC;AAFH,AAGE,OAACC,oCAAUH,wCACAE","names":["ajax.util\/throw-error","args","js\/Error","ajax.util\/get-content-type","response","or__5002__auto__","ajax.protocols\/-get-response-header","ajax.util\/to-utf8-writer","to-str","ajax.util\/successful-response-codes-set","ajax.util\/success?","status","cljs.core\/contains?"]}
--------------------------------------------------------------------------------
/resources/public/js/cesium/ajax/xhrio.cljs.cache.json:
--------------------------------------------------------------------------------
1 | ["^ ","~:rename-macros",["^ "],"~:renames",["^ "],"~:use-macros",["^ "],"~:excludes",["~#set",[]],"~:name","~$ajax.xhrio","~:imports",null,"~:requires",["^ ","~$uri","~$goog.Uri","~$xhr","~$goog.net.XhrIo","~$goog.net.XhrManager","^=","^<","^<","~$goog.json","^>","^:","^:","~$goog.net.EventType","^?","~$events","~$goog.events","~$goog-json","^>","~$ajax.protocols","^C","~$xhrm","^=","^A","^A","~$goog.net.ErrorCode","^E"],"~:cljs.spec/speced-vars",[],"~:uses",["^ ","~$AjaxImpl","^C","~$Interceptor","^C","~$AjaxResponse","^C","~$AjaxRequest","^C"],"~:defs",["^ "],"~:cljs.spec/registry-ref",[],"~:require-macros",null,"~:cljs.analyzer/constants",["^ ","~:seen",["^4",["~:method","~:response-format","~:type","~:headers","~:priority","~:id","~:progress-handler","~:max-retries","~:uri","~:timeout","~:body","~:with-credentials"]],"~:order",["^Y","^Q","^[","^T","^Z","^10","^R","^W","^S","^V","^U","^X"]],"~:doc",null,"~:as-aliases",["^ "]]
--------------------------------------------------------------------------------
/resources/public/js/cesium/cljs/analyzer/passes.cljc:
--------------------------------------------------------------------------------
1 | ;; Copyright (c) Rich Hickey. All rights reserved.
2 | ;; The use and distribution terms for this software are covered by the
3 | ;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
4 | ;; which can be found in the file epl-v10.html at the root of this distribution.
5 | ;; By using this software in any fashion, you are agreeing to be bound by
6 | ;; the terms of this license.
7 | ;; You must not remove this notice, or any other, from this software.
8 |
9 | (ns cljs.analyzer.passes)
10 |
11 | (defn apply-passes
12 | ([ast passes]
13 | (apply-passes ast passes nil))
14 | ([ast passes opts]
15 | (reduce
16 | (fn [ast pass]
17 | (pass (:env ast) ast opts))
18 | ast passes)))
19 |
20 | (defn walk
21 | ([ast passes]
22 | (walk ast passes nil))
23 | ([ast passes opts]
24 | (reduce
25 | (fn [ast child-k]
26 | (assoc ast
27 | child-k
28 | (let [child (get ast child-k)]
29 | (if (vector? child)
30 | (into [] (map #(walk % passes opts)) child)
31 | (walk child passes opts)))))
32 | (some-> ast (apply-passes passes opts)) (:children ast))))
33 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/cljs/core/async/impl/dispatch.js.map:
--------------------------------------------------------------------------------
1 | {"version":3,"file":"\/home\/ru\/clojure\/sail-pro\/resources\/public\/js\/cesium\/cljs\/core\/async\/impl\/dispatch.js","sources":["dispatch.cljs"],"lineCount":58,"mappings":";AAQA;;;;AAIA,AAAKA,sCAAM,mDAAA,nDAACC;AACZ,+CAAA,\/CAAKC;AACL,8CAAA,9CAAKC;AAEL,gDAAA,hDAAKC;AAEL,AAAA,AAEA,iDAAA,jDAAMC;AAAN,AACE,gDAAA,\/CAAMH;;AACN,+CAAA,9CAAMC;;AACN,kBAAA,dAAOG;;AAAP,AACE,IAAMC,UAAE,AAAMP;AAAd,AACE,GAAU,YAAA,XAAMO;AAAhB;AAAA,AACE,AAACA;;AACD,GAAM,CAAGD,cAAMF;AAAf,AACE,eAAO,eAAA,dAAKE;;;;AADd;;;;;AAEN,gDAAA,\/CAAMJ;;AACN,GAAM,8CAAA,7CAAG,AAAUF;AAAnB,AACE,OAACQ;;AADH;;;AAGF,iDAAA,jDAAMA;AAAN,AACE,GAAU,EAAKL,iDAAQD;AAAvB;;AAAA,AACE,+CAAA,9CAAMC;;AACN,OAACM,oBAAoBJ;;;AAEzB,oCAAA,pCAAMK,gFAAKC;AAAX,AACE,AAAoBX,sDAAMW;;AAC1B,OAACH;;AAEH,4CAAA,5CAAMI,gGAAaD,EAAEE;AAArB,AACE,OAACC,WAAcH,EAAEE","names":["cljs.core.async.impl.dispatch\/tasks","cljs.core.async.impl.buffers\/ring-buffer","cljs.core.async.impl.dispatch\/running?","cljs.core.async.impl.dispatch\/queued?","cljs.core.async.impl.dispatch\/TASK_BATCH_SIZE","cljs.core.async.impl.dispatch\/process-messages","count","m","cljs.core.async.impl.dispatch\/queue-dispatcher","goog.async\/nextTick","cljs.core.async.impl.dispatch\/run","f","cljs.core.async.impl.dispatch\/queue-delay","delay","js\/setTimeout"]}
--------------------------------------------------------------------------------
/resources/public/js/cesium/cljs/core/async/interop.cljs:
--------------------------------------------------------------------------------
1 | ;; Copyright (c) Rich Hickey and contributors. All rights reserved.
2 | ;; The use and distribution terms for this software are covered by the
3 | ;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
4 | ;; which can be found in the file epl-v10.html at the root of this distribution.
5 | ;; By using this software in any fashion, you are agreeing to be bound by
6 | ;; the terms of this license.
7 | ;; You must not remove this notice, or any other, from this software.
8 |
9 | (ns cljs.core.async.interop
10 | (:require-macros [cljs.core.async.interop])
11 | (:require [cljs.core.async :as async]))
12 |
13 | (defn p->c
14 | "EXPERIMENTAL: Puts the promise resolution into a promise-chan and returns it.
15 | The value of a rejected promise will be wrapped in a instance of
16 | ExceptionInfo, acessible via ex-cause."
17 | [p]
18 | (let [c (async/promise-chan)]
19 | (.then p
20 | (fn [res]
21 | (if (nil? res)
22 | (async/close! c)
23 | (async/put! c res)))
24 | (fn [err]
25 | (async/put! c
26 | (ex-info "Promise error"
27 | {:error :promise-error}
28 | err))))
29 | c))
30 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/cljs/core/async/interop.js:
--------------------------------------------------------------------------------
1 | // Compiled by ClojureScript 1.11.132 {:optimizations :none}
2 | goog.provide('cljs.core.async.interop');
3 | goog.require('cljs.core');
4 | goog.require('cljs.core.async');
5 | /**
6 | * EXPERIMENTAL: Puts the promise resolution into a promise-chan and returns it.
7 | * The value of a rejected promise will be wrapped in a instance of
8 | * ExceptionInfo, acessible via ex-cause.
9 | */
10 | cljs.core.async.interop.p__GT_c = (function cljs$core$async$interop$p__GT_c(p){
11 | var c = cljs.core.async.promise_chan.call(null);
12 | p.then((function (res){
13 | if((res == null)){
14 | return cljs.core.async.close_BANG_.call(null,c);
15 | } else {
16 | return cljs.core.async.put_BANG_.call(null,c,res);
17 | }
18 | }),(function (err){
19 | return cljs.core.async.put_BANG_.call(null,c,cljs.core.ex_info.call(null,"Promise error",new cljs.core.PersistentArrayMap(null, 1, [new cljs.core.Keyword(null,"error","error",-978969032),new cljs.core.Keyword(null,"promise-error","promise-error",-90673560)], null),err));
20 | }));
21 |
22 | return c;
23 | });
24 |
25 | //# sourceMappingURL=interop.js.map
26 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/cljs/core/async/interop.js.map:
--------------------------------------------------------------------------------
1 | {"version":3,"file":"\/home\/ru\/clojure\/sail-pro\/resources\/public\/js\/cesium\/cljs\/core\/async\/interop.js","sources":["interop.cljs"],"lineCount":25,"mappings":";AAQA;;;AAIA;;;;;kCAAA,lCAAMA,4EAIHC;AAJH,AAKE,IAAMC,IAAE,AAACC;AAAT,AACE,AAAOF,OACA,WAAKG;AAAL,AACE,GAAI,QAAA,PAAMA;AACR,OAACC,sCAAaH;;AACd,OAACI,oCAAWJ,EAAEE;;GAClB,WAAKG;AAAL,AACE,OAACD,oCAAWJ,EACA,4BAAA,gBAAA,2CAAA,uDAAA,9IAACM,4NAEQD;;;AAC9BL","names":["cljs.core.async.interop\/p->c","p","c","cljs.core.async\/promise-chan","res","cljs.core.async\/close!","cljs.core.async\/put!","err","cljs.core\/ex-info"]}
--------------------------------------------------------------------------------
/resources/public/js/cesium/cljs/env.js.map:
--------------------------------------------------------------------------------
1 | {"version":3,"file":"\/home\/ru\/clojure\/sail-pro\/resources\/public\/js\/cesium\/cljs\/env.js","sources":["env.cljc"],"lineCount":36,"mappings":";AAQA;;AAmCA,gCAAA,hCAAeA;AAEf,sCAAA,tCAAMC,oFAAuBC;AAA7B,AACE,iCAAA,2CAAA,0FAAA,2CAAA,AAAA,kEAAA,2CAAA,qDAAA,AAAA,kFAAA,kGAAA,mCAAA,8FAAA,mCAAA,mFAAA,KAAA,5xBAACC,q1BAMgCD;;AAMnC,AAAA,gCAAA,wCAAAE,xEAAME;AAAN,AAAA,IAAAD,WAAA,AAAA;AAAA,AAAA,QAAAA;KAAA;AAAA,OAAAC;;;KAAA;AAAA,OAAAA,4DAAA,CAAA,UAAA;;;;AAAA,MAAA,KAAAC,MAAA,CAAA,8DAAA,AAAA;;;;;AAAA,CAAA,8DAAA,9DAAMD;AAAN,AACM,+CAAA,xCAACA;;;AADP,CAAA,8DAAA,9DAAMA,yEAEFJ;AAFJ,AAGG,OAACM,yBAAK,AAACP,8CAAsBC;;;AAHhC,CAAA,wDAAA,xDAAMI;;AAAN","names":["cljs.env\/*compiler*","cljs.env\/default-compiler-env*","options","cljs.core\/merge","var_args","G__43252","cljs.env\/default-compiler-env","js\/Error","cljs.core\/atom"]}
--------------------------------------------------------------------------------
/resources/public/js/cesium/cljs/source_map/base64.cljs:
--------------------------------------------------------------------------------
1 | ; Copyright (c) Rich Hickey. All rights reserved.
2 | ; The use and distribution terms for this software are covered by the
3 | ; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
4 | ; which can be found in the file epl-v10.html at the root of this distribution.
5 | ; By using this software in any fashion, you are agreeing to be bound by
6 | ; the terms of this license.
7 | ; You must not remove this notice, or any other, from this software.
8 |
9 | (ns cljs.source-map.base64)
10 |
11 | (def chars64 "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/")
12 | (def char->int (zipmap chars64 (range 0 64)))
13 | (def int->char (zipmap (range 0 64) chars64))
14 |
15 | (defn encode [n]
16 | (let [e (find int->char n)]
17 | (if e
18 | (second e)
19 | (throw (js/Error. (str "Must be between 0 and 63: " n))))))
20 |
21 | (defn decode [c]
22 | (let [e (find char->int c)]
23 | (if e
24 | (second e)
25 | (throw (js/Error. (str "Not a valid base 64 digit: " c))))))
26 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/cljs/source_map/base64.js:
--------------------------------------------------------------------------------
1 | // Compiled by ClojureScript 1.11.132 {:optimizations :none}
2 | goog.provide('cljs.source_map.base64');
3 | goog.require('cljs.core');
4 | cljs.source_map.base64.chars64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
5 | cljs.source_map.base64.char__GT_int = cljs.core.zipmap.call(null,cljs.source_map.base64.chars64,cljs.core.range.call(null,(0),(64)));
6 | cljs.source_map.base64.int__GT_char = cljs.core.zipmap.call(null,cljs.core.range.call(null,(0),(64)),cljs.source_map.base64.chars64);
7 | cljs.source_map.base64.encode = (function cljs$source_map$base64$encode(n){
8 | var e = cljs.core.find.call(null,cljs.source_map.base64.int__GT_char,n);
9 | if(cljs.core.truth_(e)){
10 | return cljs.core.second.call(null,e);
11 | } else {
12 | throw (new Error(["Must be between 0 and 63: ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(n)].join('')));
13 | }
14 | });
15 | cljs.source_map.base64.decode = (function cljs$source_map$base64$decode(c){
16 | var e = cljs.core.find.call(null,cljs.source_map.base64.char__GT_int,c);
17 | if(cljs.core.truth_(e)){
18 | return cljs.core.second.call(null,e);
19 | } else {
20 | throw (new Error(["Not a valid base 64 digit: ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(c)].join('')));
21 | }
22 | });
23 |
24 | //# sourceMappingURL=base64.js.map
25 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/cljs/source_map/base64.js.map:
--------------------------------------------------------------------------------
1 | {"version":3,"file":"\/home\/ru\/clojure\/sail-pro\/resources\/public\/js\/cesium\/cljs\/source_map\/base64.js","sources":["base64.cljs"],"lineCount":24,"mappings":";AAQA;;AAEA,iCAAA,jCAAKA;AACL,AAAKC,sCAAU,AAACC,2BAAOF,+BAAQ,0BAAA,IAAA,9BAACG;AAChC,AAAKC,sCAAU,AAACF,2BAAO,0BAAA,IAAA,9BAACC,oCAAYH;AAEpC,gCAAA,hCAAMK,wEAAQC;AAAd,AACE,IAAMC,IAAE,AAACC,yBAAKJ,oCAAUE;AAAxB,AACC,oBAAIC;AACF,OAACE,2BAAOF;;AACR,MAAO,KAAAG,MAAW,CAAA,yEAAkCJ;;;AAEzD,gCAAA,hCAAMK,wEAAQC;AAAd,AACE,IAAML,IAAE,AAACC,yBAAKP,oCAAUW;AAAxB,AACC,oBAAIL;AACF,OAACE,2BAAOF;;AACR,MAAO,KAAAG,MAAW,CAAA,0EAAmCE","names":["cljs.source-map.base64\/chars64","cljs.source-map.base64\/char->int","cljs.core\/zipmap","cljs.core\/range","cljs.source-map.base64\/int->char","cljs.source-map.base64\/encode","n","e","cljs.core\/find","cljs.core\/second","js\/Error","cljs.source-map.base64\/decode","c"]}
--------------------------------------------------------------------------------
/resources/public/js/cesium/cljsc_opts.edn:
--------------------------------------------------------------------------------
1 | {:output-to "resources/public/js/cesium.js", :output-dir "resources/public/js/cesium", :asset-path "js/cesium", :main "client.v3d", :verbose false}
--------------------------------------------------------------------------------
/resources/public/js/cesium/com/cognitect/transit/delimiters.js:
--------------------------------------------------------------------------------
1 | // Copyright 2014 Cognitect. All Rights Reserved.
2 | //
3 | // Licensed under the Apache License, Version 2.0 (the "License");
4 | // you may not use this file except in compliance with the License.
5 | // You may obtain a copy of the License at
6 | //
7 | // http://www.apache.org/licenses/LICENSE-2.0
8 | //
9 | // Unless required by applicable law or agreed to in writing, software
10 | // distributed under the License is distributed on an "AS-IS" BASIS,
11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | // See the License for the specific language governing permissions and
13 | // limitations under the License.
14 |
15 | goog.provide("com.cognitect.transit.delimiters");
16 |
17 | goog.scope(function() {
18 |
19 | var delimiters = com.cognitect.transit.delimiters;
20 |
21 | /**
22 | * @const
23 | * @type {string}
24 | */
25 | delimiters.ESC = "~";
26 |
27 | /**
28 | * @const
29 | * @type {string}
30 | */
31 | delimiters.TAG = "#";
32 |
33 | /**
34 | * @const
35 | * @type {string}
36 | */
37 | delimiters.SUB = "^";
38 |
39 | /**
40 | * @const
41 | * @type {string}
42 | */
43 | delimiters.RES = "`";
44 |
45 | /**
46 | * @const
47 | * @type {string}
48 | */
49 | delimiters.ESC_TAG = "~#";
50 |
51 | });
52 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/async/freelist.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*/goog.loadModule(function(exports) {'use strict';/*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.module("goog.async.FreeList");
8 | goog.module.declareLegacyNamespace();
9 | class FreeList {
10 | constructor(create, reset, limit) {
11 | this.limit_ = limit;
12 | this.create_ = create;
13 | this.reset_ = reset;
14 | this.occupants_ = 0;
15 | this.head_ = null;
16 | }
17 | get() {
18 | let item;
19 | if (this.occupants_ > 0) {
20 | this.occupants_--;
21 | item = this.head_;
22 | this.head_ = item.next;
23 | item.next = null;
24 | } else {
25 | item = this.create_();
26 | }
27 | return item;
28 | }
29 | put(item) {
30 | this.reset_(item);
31 | if (this.occupants_ < this.limit_) {
32 | this.occupants_++;
33 | item.next = this.head_;
34 | this.head_ = item;
35 | }
36 | }
37 | occupants() {
38 | return this.occupants_;
39 | }
40 | }
41 | exports = FreeList;
42 |
43 | ;return exports;});
44 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/async/throwexception.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*/goog.loadModule(function(exports) {'use strict';/*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.module("goog.async.throwException");
8 | goog.module.declareLegacyNamespace();
9 | function throwException(exception) {
10 | goog.global.setTimeout(() => {
11 | throw exception;
12 | }, 0);
13 | }
14 | exports = throwException;
15 |
16 | ;return exports;});
17 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/debug/asyncstacktag.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*/goog.loadModule(function(exports) {'use strict';/*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.module("goog.debug.asyncStackTag");
8 | goog.module.declareLegacyNamespace();
9 | const {assertExists} = goog.require("goog.asserts");
10 | const createTask = goog.DEBUG && goog.global.console && goog.global.console.createTask ? goog.global.console.createTask.bind(goog.global.console) : undefined;
11 | const CONSOLE_TASK_SYMBOL = createTask ? Symbol("consoleTask") : undefined;
12 | function wrap(fn, name = "anonymous") {
13 | if (!goog.DEBUG || !createTask) {
14 | return fn;
15 | }
16 | if (fn[assertExists(CONSOLE_TASK_SYMBOL)]) {
17 | return fn;
18 | }
19 | const consoleTask = createTask(fn.name || name);
20 | function wrappedFn(...args) {
21 | return consoleTask["run"](() => fn.call(this, ...args));
22 | }
23 | wrappedFn[assertExists(CONSOLE_TASK_SYMBOL)] = consoleTask;
24 | return wrappedFn;
25 | }
26 | exports = {wrap,};
27 |
28 | ;return exports;});
29 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/debug/error.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*/goog.loadModule(function(exports) {'use strict';/*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.module("goog.debug.Error");
8 | goog.module.declareLegacyNamespace();
9 | function DebugError(msg = undefined, cause = undefined) {
10 | if (Error.captureStackTrace) {
11 | Error.captureStackTrace(this, DebugError);
12 | } else {
13 | const stack = (new Error()).stack;
14 | if (stack) {
15 | this.stack = stack;
16 | }
17 | }
18 | if (msg) {
19 | this.message = String(msg);
20 | }
21 | if (cause !== undefined) {
22 | this.cause = cause;
23 | }
24 | this.reportErrorToServer = true;
25 | }
26 | goog.inherits(DebugError, Error);
27 | DebugError.prototype.name = "CustomError";
28 | exports = DebugError;
29 |
30 | ;return exports;});
31 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/debug/errorcontext.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @license
3 | * Copyright The Closure Library Authors.
4 | * SPDX-License-Identifier: Apache-2.0
5 | */
6 |
7 | /**
8 | * @fileoverview Provides methods dealing with context on error objects.
9 | */
10 |
11 | goog.provide('goog.debug.errorcontext');
12 |
13 |
14 | /**
15 | * Adds key-value context to the error.
16 | * @param {!Error} err The error to add context to.
17 | * @param {string} contextKey Key for the context to be added.
18 | * @param {string} contextValue Value for the context to be added.
19 | */
20 | goog.debug.errorcontext.addErrorContext = function(
21 | err, contextKey, contextValue) {
22 | 'use strict';
23 | if (!err[goog.debug.errorcontext.CONTEXT_KEY_]) {
24 | err[goog.debug.errorcontext.CONTEXT_KEY_] = {};
25 | }
26 | err[goog.debug.errorcontext.CONTEXT_KEY_][contextKey] = contextValue;
27 | };
28 |
29 |
30 | /**
31 | * @param {!Error} err The error to get context from.
32 | * @return {!Object} The context of the provided error.
33 | */
34 | goog.debug.errorcontext.getErrorContext = function(err) {
35 | 'use strict';
36 | return err[goog.debug.errorcontext.CONTEXT_KEY_] || {};
37 | };
38 |
39 |
40 | // TODO(user): convert this to a Symbol once goog.debug.ErrorReporter is
41 | // able to use ES6.
42 | /** @private @const {string} */
43 | goog.debug.errorcontext.CONTEXT_KEY_ = '__closure__error__context__984382';
44 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/disposable/dispose.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*/goog.loadModule(function(exports) {'use strict';/**
2 | * @license
3 | * Copyright The Closure Library Authors.
4 | * SPDX-License-Identifier: Apache-2.0
5 | */
6 |
7 | /**
8 | * @fileoverview The dispose method is used to clean up references and
9 | * resources.
10 | */
11 |
12 | goog.module('goog.dispose');
13 | goog.module.declareLegacyNamespace();
14 |
15 | /**
16 | * Calls `dispose` on the argument if it supports it. If obj is not an
17 | * object with a dispose() method, this is a no-op.
18 | * @param {*} obj The object to dispose of.
19 | */
20 | function dispose(obj) {
21 | if (obj && typeof obj.dispose == 'function') {
22 | obj.dispose();
23 | }
24 | }
25 | exports = dispose;
26 |
27 | ;return exports;});
28 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/disposable/disposeall.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*/goog.loadModule(function(exports) {'use strict';/*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.module("goog.disposeAll");
8 | goog.module.declareLegacyNamespace();
9 | const dispose = goog.require("goog.dispose");
10 | function disposeAll(var_args) {
11 | for (let i = 0, len = arguments.length; i < len; ++i) {
12 | const disposable = arguments[i];
13 | if (goog.isArrayLike(disposable)) {
14 | disposeAll.apply(null, disposable);
15 | } else {
16 | dispose(disposable);
17 | }
18 | }
19 | }
20 | exports = disposeAll;
21 |
22 | ;return exports;});
23 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/dom/htmlelement.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @license
3 | * Copyright The Closure Library Authors.
4 | * SPDX-License-Identifier: Apache-2.0
5 | */
6 |
7 | goog.provide('goog.dom.HtmlElement');
8 |
9 |
10 |
11 | /**
12 | * This subclass of HTMLElement is used when only a HTMLElement is possible and
13 | * not any of its subclasses. Normally, a type can refer to an instance of
14 | * itself or an instance of any subtype. More concretely, if HTMLElement is used
15 | * then the compiler must assume that it might still be e.g. HTMLScriptElement.
16 | * With this, the type check knows that it couldn't be any special element.
17 | *
18 | * @constructor
19 | * @extends {HTMLElement}
20 | */
21 | goog.dom.HtmlElement = function() {};
22 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/dom/nodetype.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @license
3 | * Copyright The Closure Library Authors.
4 | * SPDX-License-Identifier: Apache-2.0
5 | */
6 |
7 | /**
8 | * @fileoverview Definition of goog.dom.NodeType.
9 | */
10 |
11 | goog.provide('goog.dom.NodeType');
12 |
13 |
14 | /**
15 | * Constants for the nodeType attribute in the Node interface.
16 | *
17 | * These constants match those specified in the Node interface. These are
18 | * usually present on the Node object in recent browsers, but not in older
19 | * browsers (specifically, early IEs) and thus are given here.
20 | *
21 | * In some browsers (early IEs), these are not defined on the Node object,
22 | * so they are provided here.
23 | *
24 | * See http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-1950641247
25 | * @enum {number}
26 | */
27 | goog.dom.NodeType = {
28 | ELEMENT: 1,
29 | ATTRIBUTE: 2,
30 | TEXT: 3,
31 | CDATA_SECTION: 4,
32 | ENTITY_REFERENCE: 5,
33 | ENTITY: 6,
34 | PROCESSING_INSTRUCTION: 7,
35 | COMMENT: 8,
36 | DOCUMENT: 9,
37 | DOCUMENT_TYPE: 10,
38 | DOCUMENT_FRAGMENT: 11,
39 | NOTATION: 12
40 | };
41 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/dom/tags.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @license
3 | * Copyright The Closure Library Authors.
4 | * SPDX-License-Identifier: Apache-2.0
5 | */
6 |
7 | /**
8 | * @fileoverview Utilities for HTML element tag names.
9 | */
10 | goog.provide('goog.dom.tags');
11 |
12 | goog.require('goog.object');
13 |
14 |
15 | /**
16 | * The void elements specified by
17 | * http://www.w3.org/TR/html-markup/syntax.html#void-elements.
18 | * @const @private {!Object}
19 | */
20 | goog.dom.tags.VOID_TAGS_ = goog.object.createSet(
21 | 'area', 'base', 'br', 'col', 'command', 'embed', 'hr', 'img', 'input',
22 | 'keygen', 'link', 'meta', 'param', 'source', 'track', 'wbr');
23 |
24 |
25 | /**
26 | * Checks whether the tag is void (with no contents allowed and no legal end
27 | * tag), for example 'br'.
28 | * @param {string} tagName The tag name in lower case.
29 | * @return {boolean}
30 | */
31 | goog.dom.tags.isVoidTag = function(tagName) {
32 | 'use strict';
33 | return goog.dom.tags.VOID_TAGS_[tagName] === true;
34 | };
35 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/events/browserfeature.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*/goog.loadModule(function(exports) {'use strict';/*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.module("goog.events.BrowserFeature");
8 | goog.module.declareLegacyNamespace();
9 | const purify = fn => {
10 | return {valueOf:fn}.valueOf();
11 | };
12 | exports = {TOUCH_ENABLED:"ontouchstart" in goog.global || !!(goog.global["document"] && document.documentElement && "ontouchstart" in document.documentElement) || !!(goog.global["navigator"] && (goog.global["navigator"]["maxTouchPoints"] || goog.global["navigator"]["msMaxTouchPoints"])), POINTER_EVENTS:"PointerEvent" in goog.global, MSPOINTER_EVENTS:false, PASSIVE_EVENTS:purify(function() {
13 | if (!goog.global.addEventListener || !Object.defineProperty) {
14 | return false;
15 | }
16 | var passive = false;
17 | var options = Object.defineProperty({}, "passive", {get:function() {
18 | passive = true;
19 | }});
20 | try {
21 | goog.global.addEventListener("test", () => {
22 | }, options);
23 | goog.global.removeEventListener("test", () => {
24 | }, options);
25 | } catch (e) {
26 | }
27 | return passive;
28 | })};
29 |
30 | ;return exports;});
31 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/events/eventid.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @license
3 | * Copyright The Closure Library Authors.
4 | * SPDX-License-Identifier: Apache-2.0
5 | */
6 |
7 | goog.provide('goog.events.EventId');
8 |
9 |
10 |
11 | /**
12 | * A templated class that is used when registering for events. Typical usage:
13 | *
14 | * /** @type {goog.events.EventId} *\
15 | * var myEventId = new goog.events.EventId(
16 | * goog.events.getUniqueId(('someEvent'));
17 | *
18 | * // No need to cast or declare here since the compiler knows the
19 | * // correct type of 'evt' (MyEventObj).
20 | * something.listen(myEventId, function(evt) {});
21 | *
22 | * @param {string} eventId
23 | * @template T
24 | * @constructor
25 | * @struct
26 | * @final
27 | */
28 | goog.events.EventId = function(eventId) {
29 | 'use strict';
30 | /** @const */ this.id = eventId;
31 | };
32 |
33 |
34 | /**
35 | * @override
36 | * @return {string}
37 | */
38 | goog.events.EventId.prototype.toString = function() {
39 | 'use strict';
40 | return this.id;
41 | };
42 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/events/eventlike.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @license
3 | * Copyright The Closure Library Authors.
4 | * SPDX-License-Identifier: Apache-2.0
5 | */
6 |
7 | /**
8 | * @fileoverview A typedef for event like objects that are dispatchable via the
9 | * goog.events.dispatchEvent function.
10 | */
11 | goog.provide('goog.events.EventLike');
12 |
13 | goog.requireType('goog.events.Event');
14 | goog.requireType('goog.events.EventId');
15 |
16 | /**
17 | * A typedef for event like objects that are dispatchable via the
18 | * goog.events.dispatchEvent function. strings are treated as the type for a
19 | * goog.events.Event. Objects are treated as an extension of a new
20 | * goog.events.Event with the type property of the object being used as the type
21 | * of the Event.
22 | * @typedef {string|Object|goog.events.Event|goog.events.EventId}
23 | */
24 | goog.events.EventLike;
25 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/flags/flags.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*/goog.loadModule(function(exports) {'use strict';/**
2 | * @license
3 | * Copyright The Closure Library Authors.
4 | * SPDX-License-Identifier: Apache-2.0
5 | */
6 |
7 | goog.module('goog.flags');
8 | goog.module.declareLegacyNamespace();
9 |
10 | exports.USE_USER_AGENT_CLIENT_HINTS = false;
11 | exports.ASYNC_THROW_ON_UNICODE_TO_BYTE = false;
12 |
13 | ;return exports;});
14 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/fs/url.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*//*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.provide("goog.fs.url");
8 | goog.fs.url.createObjectUrl = function(obj) {
9 | return goog.fs.url.getUrlObject_().createObjectURL(obj);
10 | };
11 | goog.fs.url.revokeObjectUrl = function(url) {
12 | goog.fs.url.getUrlObject_().revokeObjectURL(url);
13 | };
14 | goog.fs.url.UrlObject_ = function() {
15 | };
16 | goog.fs.url.UrlObject_.prototype.createObjectURL = function(arg) {
17 | };
18 | goog.fs.url.UrlObject_.prototype.revokeObjectURL = function(s) {
19 | };
20 | goog.fs.url.getUrlObject_ = function() {
21 | const urlObject = goog.fs.url.findUrlObject_();
22 | if (urlObject != null) {
23 | return urlObject;
24 | } else {
25 | throw new Error("This browser doesn't seem to support blob URLs");
26 | }
27 | };
28 | goog.fs.url.findUrlObject_ = function() {
29 | if (goog.global.URL !== undefined && goog.global.URL.createObjectURL !== undefined) {
30 | return goog.global.URL;
31 | } else if (goog.global.createObjectURL !== undefined) {
32 | return goog.global;
33 | } else {
34 | return null;
35 | }
36 | };
37 | goog.fs.url.browserSupportsObjectUrls = function() {
38 | return goog.fs.url.findUrlObject_() != null;
39 | };
40 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/labs/useragent/highentropy/highentropydata.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*/goog.loadModule(function(exports) {'use strict';/*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.module("goog.labs.userAgent.highEntropy.highEntropyData");
8 | const {HighEntropyValue} = goog.require("goog.labs.userAgent.highEntropy.highEntropyValue");
9 | const fullVersionList = new HighEntropyValue("fullVersionList");
10 | exports.fullVersionList = fullVersionList;
11 | const platformVersion = new HighEntropyValue("platformVersion");
12 | exports.platformVersion = platformVersion;
13 |
14 | ;return exports;});
15 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/labs/useragent/useragent.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*/goog.loadModule(function(exports) {'use strict';/*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.module("goog.labs.userAgent");
8 | goog.module.declareLegacyNamespace();
9 | const flags = goog.require("goog.flags");
10 | const USE_CLIENT_HINTS_OVERRIDE = goog.define("goog.labs.userAgent.USE_CLIENT_HINTS_OVERRIDE", "");
11 | const USE_CLIENT_HINTS = goog.define("goog.labs.userAgent.USE_CLIENT_HINTS", false);
12 | let forceClientHintsInTests = false;
13 | exports.setUseClientHintsForTesting = use => {
14 | forceClientHintsInTests = use;
15 | };
16 | const useClientHintsRuntimeOverride = USE_CLIENT_HINTS_OVERRIDE ? !!goog.getObjectByName(USE_CLIENT_HINTS_OVERRIDE) : false;
17 | exports.useClientHints = () => {
18 | return flags.USE_USER_AGENT_CLIENT_HINTS || USE_CLIENT_HINTS || useClientHintsRuntimeOverride || forceClientHintsInTests;
19 | };
20 |
21 | ;return exports;});
22 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/net/errorcode.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*//*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.provide("goog.net.ErrorCode");
8 | goog.net.ErrorCode = {NO_ERROR:0, ACCESS_DENIED:1, FILE_NOT_FOUND:2, FF_SILENT_ERROR:3, CUSTOM_ERROR:4, EXCEPTION:5, HTTP_ERROR:6, ABORT:7, TIMEOUT:8, OFFLINE:9,};
9 | goog.net.ErrorCode.getDebugMessage = function(errorCode) {
10 | switch(errorCode) {
11 | case goog.net.ErrorCode.NO_ERROR:
12 | return "No Error";
13 | case goog.net.ErrorCode.ACCESS_DENIED:
14 | return "Access denied to content document";
15 | case goog.net.ErrorCode.FILE_NOT_FOUND:
16 | return "File not found";
17 | case goog.net.ErrorCode.FF_SILENT_ERROR:
18 | return "Firefox silently errored";
19 | case goog.net.ErrorCode.CUSTOM_ERROR:
20 | return "Application custom error";
21 | case goog.net.ErrorCode.EXCEPTION:
22 | return "An exception occurred";
23 | case goog.net.ErrorCode.HTTP_ERROR:
24 | return "Http response at 400 or 500 level";
25 | case goog.net.ErrorCode.ABORT:
26 | return "Request was aborted";
27 | case goog.net.ErrorCode.TIMEOUT:
28 | return "Request timed out";
29 | case goog.net.ErrorCode.OFFLINE:
30 | return "The resource is not available offline";
31 | default:
32 | return "Unrecognized error code";
33 | }
34 | };
35 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/net/eventtype.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*//*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.provide("goog.net.EventType");
8 | goog.net.EventType = {COMPLETE:"complete", SUCCESS:"success", ERROR:"error", ABORT:"abort", READY:"ready", READY_STATE_CHANGE:"readystatechange", TIMEOUT:"timeout", INCREMENTAL_DATA:"incrementaldata", PROGRESS:"progress", DOWNLOAD_PROGRESS:"downloadprogress", UPLOAD_PROGRESS:"uploadprogress",};
9 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/net/xhriopool.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*//*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.provide("goog.net.XhrIoPool");
8 | goog.require("goog.net.XhrIo");
9 | goog.require("goog.structs.PriorityPool");
10 | goog.requireType("goog.structs.Map");
11 | goog.net.XhrIoPool = function(opt_headers, opt_minCount, opt_maxCount, opt_withCredentials) {
12 | this.headers_ = opt_headers;
13 | this.withCredentials_ = !!opt_withCredentials;
14 | goog.structs.PriorityPool.call(this, opt_minCount, opt_maxCount);
15 | };
16 | goog.inherits(goog.net.XhrIoPool, goog.structs.PriorityPool);
17 | goog.net.XhrIoPool.prototype.createObject = function() {
18 | const xhrIo = new goog.net.XhrIo();
19 | const headers = this.headers_;
20 | if (headers) {
21 | headers.forEach(function(value, key) {
22 | xhrIo.headers.set(key, value);
23 | });
24 | }
25 | if (this.withCredentials_) {
26 | xhrIo.setWithCredentials(true);
27 | }
28 | return xhrIo;
29 | };
30 | goog.net.XhrIoPool.prototype.objectCanBeReused = function(obj) {
31 | const xhr = obj;
32 | return !xhr.isDisposed() && !xhr.isActive();
33 | };
34 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/promise/resolver.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*/goog.loadModule(function(exports) {'use strict';/*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.module("goog.promise.Resolver");
8 | goog.module.declareLegacyNamespace();
9 | const GoogPromise = goog.requireType("goog.Promise");
10 | const Thenable = goog.requireType("goog.Thenable");
11 | class Resolver {
12 | constructor() {
13 | this.promise;
14 | this.resolve;
15 | this.reject;
16 | }
17 | }
18 | exports = Resolver;
19 |
20 | ;return exports;});
21 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/promise/thenable.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*/goog.loadModule(function(exports) {'use strict';/*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.module("goog.Thenable");
8 | goog.module.declareLegacyNamespace();
9 | const GoogPromise = goog.requireType("goog.Promise");
10 | function Thenable() {
11 | }
12 | Thenable.prototype.then = function(opt_onFulfilled, opt_onRejected, opt_context) {
13 | };
14 | Thenable.IMPLEMENTED_BY_PROP = "$goog_Thenable";
15 | Thenable.addImplementation = function(ctor) {
16 | if (COMPILED) {
17 | ctor.prototype[Thenable.IMPLEMENTED_BY_PROP] = true;
18 | } else {
19 | ctor.prototype.$goog_Thenable = true;
20 | }
21 | };
22 | Thenable.isImplementedBy = function(object) {
23 | if (!object) {
24 | return false;
25 | }
26 | try {
27 | if (COMPILED) {
28 | return !!object[Thenable.IMPLEMENTED_BY_PROP];
29 | }
30 | return !!object.$goog_Thenable;
31 | } catch (e) {
32 | return false;
33 | }
34 | };
35 | exports = Thenable;
36 |
37 | ;return exports;});
38 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/reflect/reflect.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*//*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.provide("goog.reflect");
8 | goog.reflect.object = function(type, object) {
9 | return object;
10 | };
11 | goog.reflect.objectProperty = function(prop, object) {
12 | return prop;
13 | };
14 | goog.reflect.sinkValue = function(x) {
15 | goog.reflect.sinkValue[" "](x);
16 | return x;
17 | };
18 | goog.reflect.sinkValue[" "] = function() {
19 | };
20 | goog.reflect.canAccessProperty = function(obj, prop) {
21 | try {
22 | goog.reflect.sinkValue(obj[prop]);
23 | return true;
24 | } catch (e) {
25 | }
26 | return false;
27 | };
28 | goog.reflect.cache = function(cacheObj, key, valueFn, opt_keyFn) {
29 | const storedKey = opt_keyFn ? opt_keyFn(key) : key;
30 | if (Object.prototype.hasOwnProperty.call(cacheObj, storedKey)) {
31 | return cacheObj[storedKey];
32 | }
33 | return cacheObj[storedKey] = valueFn(key);
34 | };
35 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/string/stringbuffer.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*//*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.provide("goog.string.StringBuffer");
8 | goog.string.StringBuffer = function(opt_a1, var_args) {
9 | if (opt_a1 != null) {
10 | this.append.apply(this, arguments);
11 | }
12 | };
13 | goog.string.StringBuffer.prototype.buffer_ = "";
14 | goog.string.StringBuffer.prototype.set = function(s) {
15 | this.buffer_ = "" + s;
16 | };
17 | goog.string.StringBuffer.prototype.append = function(a1, opt_a2, var_args) {
18 | this.buffer_ += String(a1);
19 | if (opt_a2 != null) {
20 | for (let i = 1; i < arguments.length; i++) {
21 | this.buffer_ += arguments[i];
22 | }
23 | }
24 | return this;
25 | };
26 | goog.string.StringBuffer.prototype.clear = function() {
27 | this.buffer_ = "";
28 | };
29 | goog.string.StringBuffer.prototype.getLength = function() {
30 | return this.buffer_.length;
31 | };
32 | goog.string.StringBuffer.prototype.toString = function() {
33 | return this.buffer_;
34 | };
35 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/string/typedstring.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @license
3 | * Copyright The Closure Library Authors.
4 | * SPDX-License-Identifier: Apache-2.0
5 | */
6 |
7 | goog.provide('goog.string.TypedString');
8 |
9 |
10 |
11 | /**
12 | * Wrapper for strings that conform to a data type or language.
13 | *
14 | * Implementations of this interface are wrappers for strings, and typically
15 | * associate a type contract with the wrapped string. Concrete implementations
16 | * of this interface may choose to implement additional run-time type checking,
17 | * see for example `goog.html.SafeHtml`. If available, client code that
18 | * needs to ensure type membership of an object should use the type's function
19 | * to assert type membership, such as `goog.html.SafeHtml.unwrap`.
20 | * @interface
21 | */
22 | goog.string.TypedString = function() {};
23 |
24 |
25 | /**
26 | * Interface marker of the TypedString interface.
27 | *
28 | * This property can be used to determine at runtime whether or not an object
29 | * implements this interface. All implementations of this interface set this
30 | * property to `true`.
31 | * @type {boolean}
32 | */
33 | goog.string.TypedString.prototype.implementsGoogStringTypedString;
34 |
35 |
36 | /**
37 | * Retrieves this wrapped string's value.
38 | * @return {string} The wrapped string's value.
39 | */
40 | goog.string.TypedString.prototype.getTypedStringValue;
41 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/structs/collection.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @license
3 | * Copyright The Closure Library Authors.
4 | * SPDX-License-Identifier: Apache-2.0
5 | */
6 |
7 | /**
8 | * @fileoverview Defines the collection interface.
9 | */
10 |
11 | goog.provide('goog.structs.Collection');
12 |
13 |
14 |
15 | /**
16 | * An interface for a collection of values.
17 | * @interface
18 | * @template T
19 | */
20 | goog.structs.Collection = function() {};
21 |
22 |
23 | /**
24 | * @param {T} value Value to add to the collection.
25 | */
26 | goog.structs.Collection.prototype.add;
27 |
28 |
29 | /**
30 | * @param {T} value Value to remove from the collection.
31 | */
32 | goog.structs.Collection.prototype.remove;
33 |
34 |
35 | /**
36 | * @param {T} value Value to find in the collection.
37 | * @return {boolean} Whether the collection contains the specified value.
38 | */
39 | goog.structs.Collection.prototype.contains;
40 |
41 |
42 | /**
43 | * @return {number} The number of values stored in the collection.
44 | */
45 | goog.structs.Collection.prototype.getCount;
46 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/goog/structs/priorityqueue.js:
--------------------------------------------------------------------------------
1 | /*TRANSPILED*/goog.loadModule(function(exports) {'use strict';/*
2 |
3 | Copyright The Closure Library Authors.
4 | SPDX-License-Identifier: Apache-2.0
5 | */
6 | 'use strict';
7 | goog.module("goog.structs.PriorityQueue");
8 | goog.module.declareLegacyNamespace();
9 | const Heap = goog.require("goog.structs.Heap");
10 | class PriorityQueue extends Heap {
11 | enqueue(priority, value) {
12 | this.insert(priority, value);
13 | }
14 | dequeue() {
15 | return this.remove();
16 | }
17 | }
18 | exports = PriorityQueue;
19 |
20 | ;return exports;});
21 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/process/env.cljs:
--------------------------------------------------------------------------------
1 | ;; Copyright (c) Rich Hickey. All rights reserved.
2 | ;; The use and distribution terms for this software are covered by the
3 | ;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
4 | ;; which can be found in the file epl-v10.html at the root of this distribution.
5 | ;; By using this software in any fashion, you are agreeing to be bound by
6 | ;; the terms of this license.
7 | ;; You must not remove this notice, or any other, from this software.
8 |
9 | (ns process.env
10 | "A shim namespace for the Node.js process library")
11 |
12 | (goog-define NODE_ENV "development")
13 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/process/env.cljs.cache.json:
--------------------------------------------------------------------------------
1 | ["^ ","~:rename-macros",["^ "],"~:renames",["^ "],"~:use-macros",["^ "],"~:excludes",["~#set",[]],"~:name","~$process.env","~:imports",null,"~:requires",null,"~:cljs.spec/speced-vars",[],"~:uses",null,"~:defs",["^ ","~$NODE_ENV",["^ ","~:meta",["^ ","~:file","/home/ru/clojure/sail-pro/resources/public/js/cesium/process/env.cljs","~:line",12,"~:column",14,"~:end-line",12,"~:end-column",22,"~:goog-define","string"],"^5","~$process.env/NODE_ENV","^>","resources/public/js/cesium/process/env.cljs","^B",22,"^@",1,"^?",12,"^A",12,"~:tag","~$any","^C","string"]],"~:cljs.spec/registry-ref",[],"~:require-macros",null,"~:doc","A shim namespace for the Node.js process library","~:as-aliases",["^ "]]
--------------------------------------------------------------------------------
/resources/public/js/cesium/process/env.js:
--------------------------------------------------------------------------------
1 | // Compiled by ClojureScript 1.11.132 {:optimizations :none}
2 | goog.provide('process.env');
3 | goog.require('cljs.core');
4 |
5 | /**
6 | * @define {string}
7 | */
8 | process.env.NODE_ENV = goog.define("process.env.NODE_ENV","development");
9 |
10 | //# sourceMappingURL=env.js.map
11 |
--------------------------------------------------------------------------------
/resources/public/js/cesium/process/env.js.map:
--------------------------------------------------------------------------------
1 | {"version":3,"file":"\/home\/ru\/clojure\/sail-pro\/resources\/public\/js\/cesium\/process\/env.js","sources":["env.cljs"],"lineCount":10,"mappings":";AAQA;;AAGA,AAAA,AAAA;AAAA;;;uBAAA,AAAAA,YAAA,uBAAA,1DAAaC","names":["goog\/define","process.env\/NODE_ENV"]}
--------------------------------------------------------------------------------
/resources/public/models/air_carrier/111.glb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/air_carrier/111.glb
--------------------------------------------------------------------------------
/resources/public/models/frigate/scene.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/frigate/scene.bin
--------------------------------------------------------------------------------
/resources/public/models/helicopter/scene.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/helicopter/scene.bin
--------------------------------------------------------------------------------
/resources/public/models/idf-_plain/scene.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/idf-_plain/scene.bin
--------------------------------------------------------------------------------
/resources/public/models/sailboat/1368 Sailboat.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/sailboat/1368 Sailboat.bin
--------------------------------------------------------------------------------
/resources/public/models/sailboat/1368 Sailboat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/sailboat/1368 Sailboat.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/license.txt:
--------------------------------------------------------------------------------
1 | Model Information:
2 | * title: Baltic cutter, Snapp Opp type
3 | * source: https://sketchfab.com/3d-models/baltic-cutter-snapp-opp-type-2b4afbe5ce054b2489fc11fc18e156ae
4 | * author: Museovirasto Museiverket Finnish Heritage Agency (https://sketchfab.com/Museovirasto)
5 |
6 | Model License:
7 | * license type: CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/)
8 | * requirements: Author must be credited. Commercial use is allowed.
9 |
10 | If you use this 3D model in your project be sure to copy paste this credit wherever you share it:
11 | This work is based on "Baltic cutter, Snapp Opp type" (https://sketchfab.com/3d-models/baltic-cutter-snapp-opp-type-2b4afbe5ce054b2489fc11fc18e156ae) by Museovirasto Museiverket Finnish Heritage Agency (https://sketchfab.com/Museovirasto) licensed under CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/)
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/scene.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/scene.bin
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Metal03_Diffuse_baseColor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Metal03_Diffuse_baseColor.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Metal03_Diffuse_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Metal03_Diffuse_normal.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_RopesBlack_Diffuse_baseColor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_RopesBlack_Diffuse_baseColor.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_RopesBlack_Diffuse_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_RopesBlack_Diffuse_normal.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Ropes_Diffuse_baseColor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Ropes_Diffuse_baseColor.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Ropes_Diffuse_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Ropes_Diffuse_normal.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Sails_Diffuse_baseColor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Sails_Diffuse_baseColor.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Sails_Diffuse_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Sails_Diffuse_normal.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Ship12_Glass_Diffuse_baseColor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Ship12_Glass_Diffuse_baseColor.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Ship12_RearDetail_BC_baseColor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Ship12_RearDetail_BC_baseColor.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Ship12_RearDetail_BC_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Ship12_RearDetail_BC_normal.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Ship12_SwivelGun_BC_baseColor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Ship12_SwivelGun_BC_baseColor.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Ship12_SwivelGun_BC_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Ship12_SwivelGun_BC_normal.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Ship12_Wood02_Diffuse_baseColor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Ship12_Wood02_Diffuse_baseColor.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Ship12_Wood02_Diffuse_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Ship12_Wood02_Diffuse_normal.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Ship12_Wood03_Diffuse_baseColor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Ship12_Wood03_Diffuse_baseColor.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Ship12_Wood03_Diffuse_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Ship12_Wood03_Diffuse_normal.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Ship12_WoodBolts_Diffuse_baseColor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Ship12_WoodBolts_Diffuse_baseColor.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Ship12_WoodBolts_Diffuse_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Ship12_WoodBolts_Diffuse_normal.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Wood03_Diffuse_baseColor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Wood03_Diffuse_baseColor.png
--------------------------------------------------------------------------------
/resources/public/models/santa_isadora/textures/T_Wood03_Diffuse_normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_isadora/textures/T_Wood03_Diffuse_normal.png
--------------------------------------------------------------------------------
/resources/public/models/santa_maria/license.txt:
--------------------------------------------------------------------------------
1 | Model Information:
2 | * title: Traders Tallship
3 | * source: https://sketchfab.com/3d-models/traders-tallship-fd1580eb0a424899b58ef7a8e94be1f5
4 | * author: iedalton (https://sketchfab.com/iedalton)
5 |
6 | Model License:
7 | * license type: CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/)
8 | * requirements: Author must be credited. Commercial use is allowed.
9 |
10 | If you use this 3D model in your project be sure to copy paste this credit wherever you share it:
11 | This work is based on "Traders Tallship" (https://sketchfab.com/3d-models/traders-tallship-fd1580eb0a424899b58ef7a8e94be1f5) by iedalton (https://sketchfab.com/iedalton) licensed under CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/)
--------------------------------------------------------------------------------
/resources/public/models/santa_maria/scene.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/santa_maria/scene.bin
--------------------------------------------------------------------------------
/resources/public/models/trimaran/scene.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rururu/sail-pro/6f214bbe0ce557f63530917d4c48314d4d7a4b9e/resources/public/models/trimaran/scene.bin
--------------------------------------------------------------------------------
/run.bat:
--------------------------------------------------------------------------------
1 | chcp 65001
2 |
3 | set JARS=lib\*;lib_ext\*;lib_pro\*;lib_clo\*
4 | set MAIN_CLASS=edu.stanford.smi.protege.Application
5 | set OPTIONS=-Xmx1000M
6 | set ENCODING=-Dfile.encoding=UTF-8
7 |
8 | rem uncomment this to check correct classpath
9 |
10 | rem echo %JARS%
11 |
12 | rem java must be on your PATH variable or edit this to point on your JVM installation
13 |
14 | java %OPTIONS% %ENCODING% -cp .;classes;%JARS%;src %MAIN_CLASS%
15 |
--------------------------------------------------------------------------------
/run_SE.bat:
--------------------------------------------------------------------------------
1 | chcp 65001
2 |
3 | set JARS=lib\*;lib_ext\*;lib_pro\*;lib_clo\*
4 | set MAIN_CLASS=ru.igis.scena.Starter
5 | set OPTIONS=-Xmx1000M
6 | set ENCODING=-Dfile.encoding=UTF-8
7 |
8 | rem uncomment this to check correct classpath
9 |
10 | rem echo %JARS%
11 |
12 | rem java must be on your PATH variable or edit this to point on your JVM installation
13 |
14 | java %OPTIONS% %ENCODING% -cp .;classes;%JARS%;src %MAIN_CLASS% pprj_examples/SailExpert.pprj
15 |
--------------------------------------------------------------------------------
/run_SE.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | cd $(dirname $0)
4 |
5 | JARS=lib/'*':lib_ext/'*'
6 | MAIN_CLASS=ru.igis.scena.Starter
7 | OPTIONS=-Xmx1000M
8 | ENCODING=-Dfile.encoding=UTF-8
9 | # CTRY=-Duser.country=RU
10 | # LANG=-Duser.language=ru
11 |
12 | # uncomment this to check correct classpath
13 |
14 | # echo $JARS
15 |
16 | # java must be on your PATH variable or change this to point your JVM installation
17 |
18 | java $OPTIONS $ENCODING -cp .:classes:$JARS:src $MAIN_CLASS pprj_examples/SailExpert.pprj
19 |
--------------------------------------------------------------------------------
/run_VR.bat:
--------------------------------------------------------------------------------
1 | chcp 65001
2 |
3 | set JARS=lib\*;lib_ext\*;lib_pro\*;lib_clo\*
4 | set MAIN_CLASS=ru.igis.scena.Starter
5 | set OPTIONS=-Xmx1000M
6 | set ENCODING=-Dfile.encoding=UTF-8
7 |
8 | rem uncomment this to check correct classpath
9 |
10 | rem echo %JARS%
11 |
12 | rem java must be on your PATH variable or edit this to point on your JVM installation
13 |
14 | taskkill /f /IM python.exe
15 | cd NMEA_CACHE
16 | rem python must be on your PATH variable or edit this to point on your Python3 installation
17 | start /min python ..\nmea_cashe.py --port 8081
18 | cd ..
19 |
20 | java %OPTIONS% %ENCODING% -cp .;classes;%JARS%;src %MAIN_CLASS% pprj_examples/VRDashboardClient.pprj
21 |
22 | taskkill /f /IM python.exe
23 |
24 |
--------------------------------------------------------------------------------
/run_VR.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | cd $(dirname $0)
4 |
5 | JARS=lib/'*':lib_ext/'*'
6 | MAIN_CLASS=ru.igis.scena.Starter
7 | OPTIONS=-Xmx1000M
8 | ENCODING=-Dfile.encoding=UTF-8
9 | # CTRY=-Duser.country=RU
10 | # LANG=-Duser.language=ru
11 |
12 | # uncomment this to check correct classpath
13 |
14 | # echo $JARS
15 |
16 | # python3 must be on your PATH variable or edit this to point on your Python3 installation
17 |
18 | cd NMEA_CACHE
19 | python3 ../nmea_cashe.py --port 8081 &
20 | cd ..
21 |
22 | # java must be on your PATH variable or change this to point your JVM installation
23 |
24 | java $OPTIONS $ENCODING -cp .:classes:$JARS:src:src/clojure $MAIN_CLASS pprj_examples/VRDashboardClient
25 |
26 | killall -KILL python3
27 |
28 |
--------------------------------------------------------------------------------
/run_VRclj.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | cd $(dirname $0)
4 |
5 | # python3 must be on your PATH variable or edit this to point on your Python3 installation
6 |
7 | cd NMEA_CACHE
8 | python3 ../nmea_cashe.py --port 8081 &
9 | cd ..
10 |
11 | clj -M:sail-pro
12 |
13 | killall -KILL python3
14 |
--------------------------------------------------------------------------------
/src/clojure/calc/core.clj:
--------------------------------------------------------------------------------
1 | (ns calc.core
2 | )
3 | (defn abs [x]
4 | (if (< x 0) (- x) x))
5 |
6 | (defn approx= [x y eps]
7 | (cond
8 | (> x y) (< (- x y) eps)
9 | (< x y) (< (- y x) eps)
10 | true true))
11 |
12 | (defn linint [x [x1 y1] [x2 y2]]
13 | (float (+ y1 (/ (* (- y2 y1) (- x x1)) (- x2 x1)))))
14 |
15 | (defn tabfun [x table]
16 | ;; left and right borders in table are exclusive
17 | (let [[lo hi] (split-with #(< (first %) x) table)]
18 | (if (seq lo)
19 | (if (seq hi)
20 | (linint x (last lo) (first hi))
21 | [:UB (second (last table))])
22 | [:LB (second (first table))])))
23 |
24 | (defn i-mono-tabfun [y table]
25 | ;; inverse function, only for monotone(!!!) functions
26 | (tabfun y (map #(vector (second %)(first %)) table)))
27 |
28 | (defn smooth-tabfun [x table]
29 | (let [res (tabfun x table)]
30 | (if (vector? res) (second res) res)))
31 |
32 |
--------------------------------------------------------------------------------
/src/clojure/eva.clj:
--------------------------------------------------------------------------------
1 | (ns eva
2 | (:use
3 | protege.core))
4 | (defn envalue-n [args envals]
5 | (loop [aa args ss ""]
6 | (if (seq aa)
7 | (let [evv (vec envals)
8 | v (sv (evv (dec (first aa))) "value")]
9 | (recur (rest aa) (str ss " " v)))
10 | ss)))
11 |
12 | (defn eval-func [hm inst]
13 | (let [mp (into {} hm)
14 | func (first (selection mp "funcalls"))
15 | evs (mp "envalues")
16 | rvar (mp "result-variable")]
17 | (if func
18 | (let [fun (sv func "function")
19 | refs (.getReferences fun)
20 | frms (map #(.getFrame %) refs)
21 | is-prg? #(= (.getDirectType %) (cls "CloProgram"))
22 | prg (first (filter is-prg? frms))
23 | nsi (sv prg "cloNamespace")
24 | nsn (sv nsi "title")
25 | ftit (sv fun "title")
26 | fnm (first (.split ftit "\\["))
27 | args (read-string (sv func "arguments"))
28 | args (envalue-n args evs)
29 | fc (str "(" nsn "/" fnm args ")")
30 | _ (println :EVAL fc)
31 | r (eval (read-string fc))]
32 | (if (not (empty? rvar))
33 | (eval (list 'def (symbol rvar) r)))
34 | r))))
35 |
36 |
--------------------------------------------------------------------------------
/src/clojure/menu/item.clj:
--------------------------------------------------------------------------------
1 | (ns menu.item
2 | (:use protege.core)
3 | (:import
4 | clojuretab.ClojureTab
5 | ru.igis.omtab.OMT))
6 | (defn clojure-work []
7 | (println "INITIALIZING EXPERT SYSTEM")
8 | (println "1. Loading Clojure Programs...")
9 | (if-let [wps (ClojureTab/findAnnotated (cls-instances "WorkingPrograms") nil)]
10 | (loop [i 1 pins (svs wps "cloPrograms")]
11 | (when (seq pins)
12 | (println (str " 1." i " " (sv (first pins) "title") " = " (ClojureTab/loadProgram (first pins)) ))
13 | (recur (inc i) (rest pins)) ) )
14 | (println " Annotated instance of WorkingPrograms not found!"))
15 | (println "2. Start Expert System.")
16 | (if-let [run (ClojureTab/findAnnotated (cls-instances "Run") nil)]
17 | (ClojureTab/invoke "ru.rules" "run-engine" run)
18 | (println " Annotated instance of Run not found!"))
19 | (println "3. Start Time.")
20 | (OMT/setTimerRunning true)
21 | (println "EXPERT SYSTEM INITIALIZED AND STARTED"))
22 |
23 |
--------------------------------------------------------------------------------
/src/pro/core.clj:
--------------------------------------------------------------------------------
1 | (ns pro.core
2 | (:gen-class))
3 |
4 | (defn -main [& args]
5 | (println "\nProtege-3.5")
6 | (println "A free, open-source ontology editor and framework for building intelligent systems")
7 | (println "(http://protege.stanford.edu/)\n")
8 | (edu.stanford.smi.protege.Application/main (into-array String [])))
9 |
--------------------------------------------------------------------------------
/src/sail_pro/core.clj:
--------------------------------------------------------------------------------
1 | (ns sail-pro.core
2 | (:gen-class))
3 |
4 | (defn -main [& args]
5 | (println "\nProtege-3.5")
6 | (println "A free, open-source ontology editor and framework for building intelligent systems")
7 | (println "(http://protege.stanford.edu/)\n")
8 | (ru.igis.scena.Starter/main (into-array String ["pprj_examples/VRDashboardClient"])))
9 |
--------------------------------------------------------------------------------