-
I add proj4js to my project using "https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.9.0/proj4.js".
I would like to project coordinates from EPSG:25832 to WGS82. The code only works when I provide the…
-
Hi, I'm trying to reproject some coordinates from EPSG:27700 to WGS84. I can do this fine in JS using the proj4 port, but I'm getting different results using DotSpatial.
Here is my .NET code:
``…
-
In my project, i use proj4leaflet to define a crs, which depend on proj4.
In the file customCrs.js, i use proj4leaflet as follow:
`require('proj4leaflet');`
however, the following error occured w…
-
When using postgis enum types as filter expression, no feature is drawn on the map:
```
CREATE TYPE alert_level AS ENUM (
'yellow',
'orange',
'red'
);
```
```
CREATE TABLE test_mapnik_e…
-
I get the below error when trying to start histoire which is running within a Nuxt 3 project (using Vite):
```Error while collecting story /workspaces//stories/.story.vue:
/workspaces//node_module…
-
I have an old map created in 0.5.96 in which I have used the .proj4 string definition for the swedish SWEREF99TM, to be able to import and use Kartaapullautin results in a geospatially correct manner.…
-
How can I convert this javascript to this java library?
```
var latitude = 37.42342342342342, longitude = -122.08395287867832;
proj4.defs('EPSG:4326', "+title=long/lat:WGS84 +proj=longlat +a=6378…
-
Hi all,
Didn't know where to post this, since it's not really a bug or issue, just wanted to comment that with CMV 2.0, I had issues with Google Streetview until I changed line 1 (the only line) of…
-
I am trying to understand why
```r
> crs = CRS(SRS_string = 'EPSG:28992')
Warning message:
In showSRID(SRS_string, format = "PROJ", multiline = "NO", prefer_proj = prefer_proj) :
Discarded datu…
edzer updated
3 years ago
-
안녕화세요 Team9의 장민석입니다.
proj4.fs 파일에 정상적으로 gps 정보가 담긴 것을 확인하고 shutdown을 했는데요, 다시 부팅하고 해당 fs파일을 mount하면 내부 파일의 GPS 정보가 모두 초기화 되는 것 같습니다.
inode의 physical 배열도 __s32 타입으로 순서대로 e2fsprogs와 동일하게 설정해 문제가 없는 …