-
Some help with leaflet-grids and proj4.js different projection?
Sample map with custom projection:
```html
var crs = new L.Proj.CRS.TMS('EPSG:3067',
'+proj=utm +zone=35 +ellps=GRS80 +units=m…
-
Maarten has a method in mind which is much much faster than Proj4.
-
What about PROJ at proj.org already being at version 8.2.0? Any plans for upgrade? Or these do not relate? If it's the latter could you please explain why?
-
When an EPSG-code isn't defined during the current scheme it is downloaded behind the scenes from spatialreference.org. This can be really handy but doing it behind the scenes in a proj-objects constr…
ghost updated
11 years ago
-
**Describe the bug**
The "geotiff-reprojection" example includes a lot of functionality that has nothing to do with reprojection, and the reprojection itself is quite boring (4326 to 3857) and only i…
-
PROJ 7.0 changed the CMake project name from PROJ4 to PROJ (#1885, #1910).
PROJ 9.1 made `find_package(PROJ4)` show a deprecation warning (#3094, #3165).
PROJ 10.0 should finally remove this sup…
-
You are missing this from your script:
# Compilation work for GDAL
mkdir -p "/tmp/gdal-${GDAL_VERSION}-build"
cd "/tmp/gdal-${GDAL_VERSION}-build"
curl -o "gdal-${GDAL_VERSION}.tar.gz" \
"h…
-
**Describe the bug**
Proj4 errors in point2dem
**To Reproduce**
Steps to reproduce the behavior:
1. Pre-process using ISIS as per the manual, bundle adjust using ASP's capabilities.
1. Generat…
-
I change style to osm-bright, but got errors when render:
```
** (process:130): ERROR **: 08:03:04.008: reason: Cannot initialize proj_transform for given projections without proj4 support (-DMA…
-
This object should be able to parse a valid Proj4 string and hold its settings.
Some of the valid arguments are listed here:
https://trac.osgeo.org/proj/wiki/GenParms
Values should be validated and …