4
I Use This!
Activity Not Available

News

Posted about 12 years ago by [email protected] (WillPetty)
not sure what the problem could be, but so far geoserver's geowebcache is working just fine with openscales 2.0 for me. If I run into any problems/solutions ill let you know. -Will
Posted about 12 years ago by [email protected] ([email protected])
This is a great thread. Back in 2010 we put together a guide/demo for download here: [link] It seemed quite popular. Something like this using 2.0 might be useful. --Matt
Posted about 12 years ago by [email protected] (Naumce)
Hello, I'm trying to integrate some drawing tool over MapNik. I follow the example, but, example and on OpenScales.org, is not working either. Also I dont get any result from using <os:DrawingsLayer > or <os:FeatureDrawing >. Should I add some event handling, or what? Please some example.
Posted about 12 years ago by [email protected] (Naumce)
Hello, Draw Feature example is not working. Please Help? Naum
Posted about 12 years ago by [email protected] (Mike C)
I haven't really had to do this, but I suddenly remembered you could probably just use the mouse position handler Flex wrapper object. And grab the lat long from there? -Mike
Posted about 12 years ago by [email protected] (Mike C)
Sounds good, I will write a tutorial or two when I have some time, work is swamping me right now. I also agree with Diego's suggestions for the most part. But I think it would be best to focus on the OpenScales API itself, not so much the various ... [More] mapping protocols. If necessary, focus on examples of how to use the API methods for configuring and requesting [Less]
Posted about 12 years ago by [email protected] (Mike C)
When you say loaded, do you mean asynchronous web transfer of feature data and adding to the map, or do you mean finished drawing features to screen? I am using 1.2 and have this problem too. -Mike
Posted about 12 years ago by [email protected] (Joey van Dijk)
As you see in my code above, I am using the tips provided by the post: - use mercator projection everywhere (map, OSM-layer, and markers) - use "generateResolutions(.." to generate correct resolutions - set correct tileOrigin by mapLayer.origin = new Location(-20037508.34, 20037508.34, MERCATOR_PROJECTION);
Posted about 12 years ago by [email protected] (Joey van Dijk)
Yup, when using var loca:Location = new Location(4.902,52.37,NORMAL_PR OJECTION); loca = loca.reprojectTo(new ProjProjection(MERCATOR_PROJEC TION)); it is giving me the same issues. Will have a look at your next suggestion. Joey Op vrijdag 2 maart 2012 15:18:45 UTC+1 schreef WillPetty het volgende:
Posted about 12 years ago by [email protected] (Maxime Viry)
Hi, Try using MapEvent.RELOAD that is broadcasted 500ms after you stopped moving/zoom the map. Best regards, Viry Maxime