You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportconstERROR_LOAD_FILE_OUTSIDE_BROWSER='Direct raster loading is currently not supported outside of the browser due to dependency limitations. Please use either a url or run the code in the browser.';
1
+
/**
2
+
* @prettier
3
+
*/
2
4
3
-
exportconstERROR_BAD_URL='Geoblaze could not load the file. This is usually because the url is incorrect or the website\'s security prevents cross domain requests. Try again or download the file and load it manually.';
5
+
exportconstERROR_LOAD_FILE_OUTSIDE_BROWSER=
6
+
"Direct raster loading is currently not supported outside of the browser due to dependency limitations. Please use either a url or run the code in the browser.";
4
7
5
-
exportconstERROR_PARSING_GEOTIFF='Geoblaze had a problem parsing this file. Please make sure that you are sending a proper GeoTIFF file and try again.';
8
+
exportconstERROR_BAD_URL=
9
+
"GeoBlaze could not load the file. This is usually because the url is incorrect or the website's security prevents cross domain requests. Try again or download the file and load it manually.";
10
+
11
+
exportconstERROR_PARSING_GEOTIFF="GeoBlaze had a problem parsing this file. Please make sure that you are sending a proper GeoTIFF file and try again.";
0 commit comments