[Mapbender-commits] r5625 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Feb 24 06:38:20 EST 2010
Author: astrid_emde
Date: 2010-02-24 06:38:19 -0500 (Wed, 24 Feb 2010)
New Revision: 5625
Modified:
trunk/mapbender/http/javascripts/geometry.js
Log:
Modified: trunk/mapbender/http/javascripts/geometry.js
===================================================================
--- trunk/mapbender/http/javascripts/geometry.js 2010-02-24 11:36:33 UTC (rev 5624)
+++ trunk/mapbender/http/javascripts/geometry.js 2010-02-24 11:38:19 UTC (rev 5625)
@@ -1666,7 +1666,7 @@
) {
// if the point contains a link to an icon, display the icon
if (poiIcon) {
- if (isNan(poiWidth) || isNan(poiHeight)) {
+ if (isNaN(poiWidth) || isNaN(poiHeight)) {
displayIcon(poiIcon, px, py, poiOffsetX, poiOffsetY);
}
else {
More information about the Mapbender_commits
mailing list