X-Git-Url: https://git.openstreetmap.org/potlatch2.git/blobdiff_plain/81e1db3a1ce9c4b4883690969c6329be034c7066..541a00a80e3ea422dbb7bc326f1df7536b7f96a3:/net/systemeD/halcyon/VectorLayer.as?ds=sidebyside diff --git a/net/systemeD/halcyon/VectorLayer.as b/net/systemeD/halcyon/VectorLayer.as index b1640d4c..c301cac6 100644 --- a/net/systemeD/halcyon/VectorLayer.as +++ b/net/systemeD/halcyon/VectorLayer.as @@ -50,7 +50,7 @@ package net.systemeD.halcyon { /** Create a new node on the vector layer. Note that the node won't show up until on the map * until the the relevant nodeUI is created, so you will need to instruct the paint to create one * - * e.g. layer.paint.updateEntityUIs(layer.getObjectsByBbox(...)...); + * e.g. layer.paint.updateEntityUIs(layer.getObjectsByBbox(...)...); */ public function createNode(tags:Object,lat:Number,lon:Number):Node { var node:Node = new Node(negativeID, 0, tags, true, lat, lon);