Skip to content

Commit

Permalink
Update sources to version [v3.25.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
sentinel-hub committed Jun 22, 2022
1 parent b16c7a3 commit 9c9eac8
Show file tree
Hide file tree
Showing 191 changed files with 81,536 additions and 86,746 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Note that because the code relies on a specific SentinelHub clientId which is no
* Run `npm run prettier` to prettify `js`, `json`, `css` and `scss` files
* Run `npm run lint` to lint `js`, `json`, `css` and `scss` files
* Run `npm run build` to build the application sources
* Run `npm run translate` to add strings to the translation files
* Run `npm run debug-translations` to replace all translation strings with "XXXXXX"

## Multilanguage support

Expand All @@ -32,8 +34,10 @@ Your language is missing and you want to help to translate it? Contact us at inf

- Danish (Main functionality): Carsten Skovgård Andersen (Stjernekammeret, Bellahøj Skole)
- Estonian: ESERO Estonia
- French: [CNES](https://cnes.fr/en), ESERO France, ESERO Luxembourg
- German: ESERO Austria/ESERO Germany
- Greek: [GET](https://www.getmap.eu/?lang=en)
- Latvian: Valters Žeižis
- Polish: ESERO Poland
- Slovenian: Krištof Oštir ([Faculty of Civil and Geodetic Engineering](https://www.en.fgg.uni-lj.si/), University of Ljubljana) with financial support from the Slovenian Research Agency research core funding No. P2-0406 Earth observation and geoinformatics
- Spanish: ESERO Spain
238 changes: 101 additions & 137 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"@mapbox/sphericalmercator": "^1.1.0",
"@mapbox/togeojson": "^0.16.0",
"@reduxjs/toolkit": "^1.0.4",
"@sentinel-hub/sentinelhub-js": "^0.2.69",
"@sentinel-hub/evalscript-code-editor": "^1.0.40",
"@sentinel-hub/sentinelhub-js": "^0.2.76",
"@turf/bbox-polygon": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.0.1",
"@turf/center": "^6.0.1",
Expand All @@ -30,7 +31,6 @@
"file-saver": "^1.3.3",
"geotiff": "^1.0.0-beta.16",
"gifshot": "git+https://gitext.sinergise.com/team-6/gifshot.git",
"jshint": "^2.13.1",
"jszip": "^3.2.2",
"jwt-decode": "^2.2.0",
"leaflet": "^1.6.0",
Expand All @@ -51,7 +51,6 @@
"react-app-polyfill": "^2.0.0",
"react-autocomplete": "^1.8.1",
"react-checkbox-group": "^3.0.1",
"react-codemirror": "^1.0.0",
"react-compound-slider": "^2.5.0",
"react-day-picker": "^7.1.9",
"react-device-detect": "^2.0.0",
Expand All @@ -77,12 +76,11 @@
"rodal": "^1.7.0",
"sass": "^1.39.0",
"semiotic": "^1.11.1",
"terraformer": "^1.0.8",
"terraformer-wkt-parser": "^1.1.2",
"three": "^0.120.1",
"ttag": "^1.7.22",
"turf-inside": "^3.0.12",
"urijs": "^1.18.1"
"urijs": "^1.18.1",
"wellknown": "^0.5.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Binary file not shown.
Loading

0 comments on commit 9c9eac8

Please sign in to comment.