4
I Use This!
Activity Not Available

News

Posted over 11 years ago by [email protected] (hdam)
Hi, My line string coordinates in EPSG:4326 (-118.40716 33.94252, -180.0, 25.19290) and (180.0 25.19290, 100.60556 13.91444). I would expect the line to draw west from (-118.40716 33.94252) to (-180.0, 25.19290), then continue at the other edge and draws from (180.0 25.19290) to (100.60556 13.91444))
Posted over 11 years ago by [email protected] (diego)
Hi all. I need to access a GeoServer server that has protected it's WMS and WFS resources with a UID + PWD. Does OpenScales include features to implement the server authentication needed for this, or is this something I have to add? TIA Diego.
Posted over 11 years ago by [email protected] (David V)
Hello, please can u help me with openscales. I need to create offline map of one city. Is here way how to do it? I tryed to create map data Mobile Atlas Creator and now I have map images in zip. But Im not sure how to add it to openscale. Im using Flash cs5 + Flash Develop. I need it for mobile application.
Posted over 11 years ago by [email protected] (Mark Eberhart)
I am trying to implement OpenScales using pure Actionscript and Flash CS6 only. To compound my difficulties, my development is on a closed network that requires using custom WMS layers. I have had success in the past using ModestMaps, but am ... [More] having trouble getting off the ground with OpenScales. I have been trying various incarnations of scripts I have seen peppered [Less]
Posted over 11 years ago by [email protected] (diego)
Hi all. I'm trying to use my own image to display points on a map. This is what I'm doing: var lStyle :Style = new Style(); var lRule :Rule = new Rule(); var lSymbolizer :PointSymbolizer = new PointSymbolizer (new DisplayObjectMarker (assets.Images.MyMapPin));
Posted over 11 years ago by [email protected] (John)
Hello ! I don't see how this sample works in the demo (Global examples > Aggregate) Does it do something like this ? [link] Thanks
Posted over 11 years ago by [email protected] (John)
Hello ! I start a new project with OS, kind of test, so i follow the doc to have my first map :) It works fine but i didn't find some "good" map... I try these maps : <os:Mapnik/> ok, but i don't like it <os:CycleMap/> ok, but i ... [More] don't want to see cycle trail on my map ;) <os:Osmarender name="base" proxy="[link]"/> don't seems [Less]
Posted over 11 years ago by [email protected]
Thanks, Randy
Posted over 11 years ago by [email protected]
I am having issues with the inital map size displayed when my mobil application first starts. My issue is my general lack of understanding of how thing work. I have attached a PNG file that shows the problem. I am building a mobil application that ... [More] is using a Samsung Galaxy tablet. I would like the map to fill the entire screen on start-up. On startup the [Less]
Posted over 11 years ago by [email protected]
Problem solved. I changed to Bing Arial because it was the base map that I needed for my applicaiton. I adjusted the projections to be the same*.* Also the xml was not being parsed correctly, so I modifed the xml file to conform to what openscales ... [More] was expecting. . The parsing error was creating a strange behavior. In the future, I will adjust the parse code [Less]