Hej, I'm having the same request. Instead of using a local solution I created a web service and used JTS to solve my problem. The "buffer" operation on a Geometry object will do exactly what you want. The ArcGIS API already has such a server build in the API but that requires you to use ArcGIS.
http://www.vividsolutions.com/Jts/javadoc/com/vividsolutions/jts/operation/buffer/BufferOp.html http://www.vividsolutions.com/jts/bin/JTS%20Developer%20Guide.pdf Good luck. On 26 nov, 16:48, Trikke <[email protected]> wrote: > Hi, > > i'm fiddling around with the overlays and what i'm trying to achive is > to draw a big polyglon of a certain width around the polyline that was > drawn as a directions route between 2 locations. > Does anybody have some more info or a nice function/class for this to > generate such a fat polyglon around the route? I've tried playing with > the stroketickness but this only goes up to 255, which isn't big > enough unfortunately. > > Thanks! > Trikke -- You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en.
