Andreas Hocevar

Results 780 comments of Andreas Hocevar

I think this is a question for @madair.

Ok, I can do this. @calvinmetcalf, where are the sources of your page generator pages?

@calvinmetcalf I can also make you owner of the proj4js organization, if you want the responsibility that comes with the power :smile:

Ok, you're in @calvinmetcalf :smile:

Nice, thanks @calvinmetcalf. Personally I'm fine with Google Analytics. If others agree that we keep it, I'd like to be added. My gmail user name is andreas.hocevar.

Pipelines and operations like in proj are not supported in proj4js. If you need to convert units, you should be able to do that in JavaScript.

Your input coordinates (`[-170.8089078°, -46.8256708°]`) are way outside the validity extent of the EPSG:2056 projection (`[5.96°, 45.82°, 10.49°, 47.81°]`). As you can see in the right pane of your screenshot,...

You cannot expect a local projection to work outside the area it was made for. For the specific reason in your case, I'd recommend stepping through the conversion process (especially...

I am unable to reproduce your results with v2.7.5. This is my code: ```js proj4( 'PROJCS["WGS 84 / Pseudo-Mercator",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]],PROJECTION["Mercator_1SP"],PARAMETER["central_meridian",0],PARAMETER["scale_factor",1],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["X",EAST],AXIS["Y",NORTH],EXTENSION["PROJ4","+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null...

The coordinate order is `[lon, lat]`, not `[lat, lon]`.