The javascript that gdal2tiles.py generates references www.openlayers.org/api/2.4/OpenLayers.js, however, that doesn't appear to have SelectFeature. Was SelectFeature added after 2.4?
If I change the 2.4 to 2.6 it produces this error: Error: this.projection.getUnits is not a function Source File: http://www.openlayers.org/api/2.6/OpenLayers.js Line: 772 If I change it to reference my own copy from the distribution it gets this error: Error: this.projection.getUnits is not a function Source File: http://delta.rho.net/open/lib/OpenLayers/Layer.js Line: 489 What do I need to do to upgrade from 2.4 to 2.6 (so I can use SelectFeature)? Thanks, Wendell _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
