Skip to content

Commit 9c9eac8

Browse files
author
sentinel-hub
committed
Update sources to version [v3.25.0]
1 parent b16c7a3 commit 9c9eac8

File tree

191 files changed

+81536
-86746
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+81536
-86746
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Note that because the code relies on a specific SentinelHub clientId which is no
2323
* Run `npm run prettier` to prettify `js`, `json`, `css` and `scss` files
2424
* Run `npm run lint` to lint `js`, `json`, `css` and `scss` files
2525
* Run `npm run build` to build the application sources
26+
* Run `npm run translate` to add strings to the translation files
27+
* Run `npm run debug-translations` to replace all translation strings with "XXXXXX"
2628

2729
## Multilanguage support
2830

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

3335
- Danish (Main functionality): Carsten Skovgård Andersen (Stjernekammeret, Bellahøj Skole)
3436
- Estonian: ESERO Estonia
37+
- French: [CNES](https://cnes.fr/en), ESERO France, ESERO Luxembourg
3538
- German: ESERO Austria/ESERO Germany
3639
- Greek: [GET](https://www.getmap.eu/?lang=en)
40+
- Latvian: Valters Žeižis
3741
- Polish: ESERO Poland
3842
- 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
3943
- Spanish: ESERO Spain

package-lock.json

+101-137
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"@mapbox/sphericalmercator": "^1.1.0",
1616
"@mapbox/togeojson": "^0.16.0",
1717
"@reduxjs/toolkit": "^1.0.4",
18-
"@sentinel-hub/sentinelhub-js": "^0.2.69",
18+
"@sentinel-hub/evalscript-code-editor": "^1.0.40",
19+
"@sentinel-hub/sentinelhub-js": "^0.2.76",
1920
"@turf/bbox-polygon": "^6.5.0",
2021
"@turf/boolean-point-in-polygon": "^6.0.1",
2122
"@turf/center": "^6.0.1",
@@ -30,7 +31,6 @@
3031
"file-saver": "^1.3.3",
3132
"geotiff": "^1.0.0-beta.16",
3233
"gifshot": "git+https://gitext.sinergise.com/team-6/gifshot.git",
33-
"jshint": "^2.13.1",
3434
"jszip": "^3.2.2",
3535
"jwt-decode": "^2.2.0",
3636
"leaflet": "^1.6.0",
@@ -51,7 +51,6 @@
5151
"react-app-polyfill": "^2.0.0",
5252
"react-autocomplete": "^1.8.1",
5353
"react-checkbox-group": "^3.0.1",
54-
"react-codemirror": "^1.0.0",
5554
"react-compound-slider": "^2.5.0",
5655
"react-day-picker": "^7.1.9",
5756
"react-device-detect": "^2.0.0",
@@ -77,12 +76,11 @@
7776
"rodal": "^1.7.0",
7877
"sass": "^1.39.0",
7978
"semiotic": "^1.11.1",
80-
"terraformer": "^1.0.8",
81-
"terraformer-wkt-parser": "^1.1.2",
8279
"three": "^0.120.1",
8380
"ttag": "^1.7.22",
8481
"turf-inside": "^3.0.12",
85-
"urijs": "^1.18.1"
82+
"urijs": "^1.18.1",
83+
"wellknown": "^0.5.0"
8684
},
8785
"scripts": {
8886
"start": "react-scripts start",
Binary file not shown.

0 commit comments

Comments
 (0)