4
I Use This!
Activity Not Available

News

Posted over 11 years ago by [email protected] (Lu Cao)
How to add a location marker can blink like this: I hope the pink location marker can blink <[link]>
Posted over 11 years ago by [email protected] (Diego Marrero)
Ok, thanks, I'll try it. 2013/1/24 hdam <[email protected]>
Posted over 11 years ago by [email protected] (hdam)
Posted over 11 years ago by [email protected] (hdam)
Hi, Mapnik layer extends the OSM layer which set its maxExtent in meters. So, you need to transform its maxExtent as well, something like: ILayer.maxExtent.transform("EP SG:900913", "EPSG:4326") // based on 1.2 source code... ...-H
Posted over 11 years ago by [email protected] (coco)
Hello Kattig, Did you solve it? i need to use different projections and i can not found the solution Thks in advance for your help
Posted over 11 years ago by [email protected] (Julien Yver)
HI hdam, Thanks a lot for your help! I had some problems to understand how works the tileURL with version+layername ...! But that's it! I got it ;-) Thanks again. Julien
Posted over 11 years ago by [email protected] (hdam)
I have OSM world images, and it looks like the map is cut-off at roughly 40 deegree South. Any ideas what might be wrong? Thanks, ...-H
Posted over 11 years ago by [email protected]
I solved the problem using the SampleLayer.as class from the openscales-fx-examples project. I am not sure why original way did not work. I will try to uderstand later Randy
Posted over 11 years ago by [email protected] (hdam)
Hi, I'm not familiar with 2.2, still using 1.2 where but there is a TMS class is at org.openscales.core.layer.TMS. You could do something like this to create a base map layer... var tmsLayer:TMS = new TMS("TMS", tileURL, "mapTiler "); // tileURL should point to the "root" of your image tile
Posted over 11 years ago by [email protected] (Julien Yver)
Hi everyone, I develop an AIR application with a cartographic module. This cartographic module have to be *offline*. I generate a TMS structure with mapTiler from a jpeg file, Geographic projection, WGS84 datum. Now, I would like to display this files with openscales 2.2 but I really don't know how to do this and I didn't find any resources.