<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">This used to be the case in proj4js, but it's not anymore. I believe the check has been removed.<div><br></div><div>Upgrade to the latest release of proj4js.</div><div><br></div><div>Bart</div><div><br><div><div><div>On Jun 24, 2010, at 3:04 PM, Dipl. Inf. Carsten Eider wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<div bgcolor="#ffffff" text="#000000">
I just deepdebugged OpenLayers.<br>
<br>
In proj4j.js lin 78 it says:<br>
if (point.transformed) { <br>
<br>
well if my internalProjections is 90913 and my externalProjection for
reading the data is 31467<br>
after reading my points are transformed:true<br>
<br>
if i now want to transform these points into 4236 now transformation
will be done<br>
<br>
is this correct ?<br>
<br>
<br>
Am 24.06.2010 13:46, schrieb Dipl. Inf. Carsten Eider:
<blockquote cite="mid:4C234584.4070701@fh-bingen.de" type="cite">
<pre wrap="">Hi list,
I am having some trouble with a strange behaviour using Formt.KML/GML
and different projections:
Code
var _writer=new OpenLayers.Format.KML({
internalProjection:MAP_PROJECTION,
externalProjection:proj4326
});
var _kml=_writer.write(_tmpFeatures);
Situation 1:
MAP_PROJECTION is EPSG:31467
features: originally loaded from EPSG:31467
==> it works fine, KML is in EPSG:4236
Situation 1:
MAP_PROJECTION is EPSG:900931
features: originally loaded from EPSG:31467
==> KML is still in EPSG:900931
Similiar probleme appears when using features are in EPSG:900931
my version is OpenLayers.VERSION_NUMBER="$Revision: 10129 $"
TIA Carsten
</pre>
<pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@openlayers.org">Users@openlayers.org</a>
<a class="moz-txt-link-freetext" href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
Mit freundlichen Grüßen / Yours faithfully
Carsten Eider
Dipl. Inf. (FH)
Kompetenzzentrum für Innovative Informationssysteme
c/o Fachhochschule Bingen / University of applied sciences Bingen
Berlinstraße 109
55411 Bingen
Tel: +49 (0) 6721 / 409-179
Fax: +49 (0) 6721 / 994-251
email: <a class="moz-txt-link-abbreviated" href="mailto:eider@fh-bingen.de">eider@fh-bingen.de</a>
Internet: <a href="http://iis.fh-bingen.de">iis.fh-bingen.de</a>
Diese E-Mail, inklusive anhängender Dateien, kann vertrauliche und/oder rechtlich geschützte Inhalte enthalten.
Wenn Sie nicht der richtige Adressat sind und diese E-Mail irrtümlich erhalten haben, benachrichtigen Sie bitte sofort den Absender und vernichten Sie sodann die Originalnachricht.
Die unbefugte Kopie, Weiterleitung oder sonstige Verbreitung dieser Nachricht ist nicht gestattet.
This e-mail, including attachments, may contain confidential and/or privileged information.
If you are not the intended recipient, please notify the sender immediately then delete the original message.
Any copying forwarding and/or distribution without permission of the sender is forbidden.
</pre>
</div>
<span><eider.vcf></span>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>http://openlayers.org/mailman/listinfo/users<br></blockquote></div><br></div></div></body></html>