-
Hello there
Iam trying to use Cesium imagery from the examples supplied, but Iam unable to visualize the maps in my Potree, and I always get an error in dev of
Cesium.js:569 Uncaught TypeError: …
-
# Problem
I'm trying to write a mapper for the model data (OpenDAP, netCDF files #394 ). The data are provided in polar stereographic projection. The projection specification from the netCDF file:
…
-
Some things to be aware of for future work on Potree.
- Handling large number of individual point clouds
- Better control of near/far plane. Perhaps allow custom values as well.
## Attributes
…
-
PROJ reverts to the evenden_snyder algorithm in this case, but Proj4js throws an error stating 'incorrect elliptical usage'.
See here for the relevant line in PROJ https://github.com/OSGeo/PROJ/bl…
-
This line of code in `src/application.js` is causing all sorts of problems:
```
register(proj4);
```
Why? Not sure yet.
What's the problem? This line alone takes 2-3 seconds to run an…
-
Hello everyone,
I am in the process of translating the "General Oblique Transformation"* from PROJ to proj4js and already finished a first version. Currently I am struggling with the integration an…
-
i use proj4.defs(epsg, wkt),wkt = "....AXIS["Geodetic latitude", NORTH], AXIS["Geodetic longitude", EAST];" . but proj4 dosen't transform AXIS to axis. the openlayer need to use axis. the value of ax…
-
I may be doing something wrong here, but I can't get the proj4 js api v2.1.2 to return anything close to the correct values for a project I'm working on. The proj command line gives the correct values…
-
**Reporter: dmorissette**
**Date: 2003/07/31 - 16:34**
```
The message below was sent to the WMS-DEV list. Supporting PROJ strings in the
WMS SRS parameter isn't defined in the spec, but it's not a …
-
(Je ne sais pas si la convention ici est de s'exprimer en Fr ou en En... A défaut je vais opter pour l'en)
Hi,
It seems not possible to load this package with ES6 modules.
In my configuration, the…