2008/2/18 Jachym Cepicky <[EMAIL PROTECTED]>: > Hi, > > I would like to use Krovak projection in OpenLayers, for some > reprojection from/to wgs84, however, krovak.js seems not to be included > in proj4js/defs directory. > > Is there any "howto" about converting PJ_*.c files from proj4 to *.js > files proj4js ? Could eventually anybody do this for me?
No need to install anything, at the beginning of your script you can add: Proj4js.defs["EPSG:xxxx"] = "+proj=dkjfhsk +foo=bar ...."; I never did get the autoloading of projections to work for me, so I just hardcoded them. Have a nice day, -- Martijn van Oosterhout <[EMAIL PROTECTED]> http://svana.org/kleptog/ _______________________________________________ Dev mailing list [email protected] http://openlayers.org/mailman/listinfo/dev
