[OpenLayers-Users] Problem with epsg 3003

Walter Lorenzetti lorenzetti at faunalia.it
Thu Oct 11 09:46:03 EDT 2007


Hi Cristopher,

on my map declaration:

map = new OpenLayers.Map('map', {
        projection: "EPSG:3035",
        maxExtent:  new OpenLayers.Bounds(3936458,1584504,5078177,2726223),
                maxResolution: (5078177 - 3936458) / 512,
                numZoomLevels: 13,
                controls: [],
                units: 'm'
        });

if I try to set EPSG:3003 and the maxExtent and maxResolution for this
projection I don't see nothing on my OL

but I don't do a good debug of openlayer

W


Christopher Schmidt ha scritto:
> On Thu, Oct 11, 2007 at 03:32:09PM +0200, Walter Lorenzetti wrote:
>   
>> Hi list,
>>
>> on my project I've a problem with epsg:3003 bu not only with epsg:3035
>> Is possible to you every epsg standard in OL?
>> I don't know if is possible to set new epsg like in mapserver?
>>     
>
> OpenLayers doesn't know anything about projections. It just takes the
> input you give and uses them as strings. So if you send in 3035 that's
> no different than 3003 to OpenLayers.
>
> A description of the problem you're having would be helpful.
>
> Regards,
>   

-- 
Please no  .doc, .xls, .ppt, .dwg:
https://www.faunalia.it/dokuwiki/doku.php?id=public:OpenFormats

Walter Lorenzetti
email+jabber: lorenzetti at faunalia.it
www.faunalia.it
Cell: (+39) 347-6597931  Tel+Fax: (+39) 0587-213742
Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy




More information about the Users mailing list