when i use flex add openstreetmap,it can’t load map.When i watch in the network,i find all request call back “crossdomain.xml”.How can i solve it? I search much informatin on the internet,but nothing could help me !
Can you add a little bit more detail about what it is you are actually trying to do?
OK,i user flex add openstreetmap in my flex project ,but when request the osm,it can’t get map tile back.instead of which return “crossdomain.xml” back.
i want to know is that openstreetmap can support flex?
I’m guessing that Flex is “Adobe Flex”? I haven’t used any Adobe development stuff since around 2013, so my memory might be failing…
Howver, one thing that I’m sure of is that whatever component you’re loading when you “request the osm” is not maintained by and nothing to do with OpenStreetMap. I suspect that it will be a third-party component that loads OSM tiles directly from OpenStreetMap.org, and probably predates a number of changes to the openstreetmap.org website, including the move to force everyone to use https, and to restrict some third-party tile uses where the users weren’t following the rules at https://operations.osmfoundation.org/policies/tiles/ .
So - could you add a little bit more detail about what it is you are actually trying to do? What are you developing (website, app, other) and what product are you using? What third-party components are you using to try and access OSM tiles or data? Whatever data it is you are requesting from OSM, what is the exact URL including protocol that you are using?