Hello,
are you planning to update the OpenLayers to 2.9 shortly?
I was able to use version 2.9 in ThinkGeo, but i'm having problem with scales, the openlayers scales are not the same as the ThinkGeo.
Any idea?
Hello,
are you planning to update the OpenLayers to 2.9 shortly?
I was able to use version 2.9 in ThinkGeo, but i'm having problem with scales, the openlayers scales are not the same as the ThinkGeo.
Any idea?
I guess i fixed, from OpenLayers 2.8 to 2.9 there was a change in OpenLayers.DOTS_PER_INCH.
2.8:
OpenLayers.DOTS_PER_INCH = 96;
2.9:
OpenLayers.DOTS_PER_INCH = 72;
And here is the problem.
Now, is it safe to force it to be 96?
Hi, Rui
I think there is no any problem to switch OpenLayers.DOTS_PER_INCH from 72 to 96. In fact, we always use 96 by default in our WebEdition products.
72 is the default value in OpenLayers source code.
Thanks,
Khalil
Great! So keep this if someone have problem with mapscale with OpenLayers 2.9
Rui,
Thanks for your information about the map scales of OpenLayers. I will let others know that if they have any problems about it.
Thanks,
Khalil