[OpenLayers-Dev] removeComponent from LinearRing seems to remove too much points

Fabian Patzke 2 listensammler at patzi.de
Wed Nov 28 02:22:36 PST 2012


the correction in LinearRing should of course be:
removeComponent: function(point) {
        var removed = this.components && (this.components.length > 4);
        if (removed) {
... 

Greetings,
Fabian



--
View this message in context: http://osgeo-org.1560.n6.nabble.com/removeComponent-from-LinearRing-seems-to-remove-too-much-points-tp5019251p5019256.html
Sent from the OpenLayers Dev mailing list archive at Nabble.com.


More information about the Dev mailing list