Jeff Haack wrote:
> Hi, I'm trying to set up an instance of Potlatch2, which all seems to be
> working fine, except that it doesn't seem to be pulling the OSM data
> from the database.  Can see it here:
> http://203.77.224.75/potlatch2/potlatch2.html

(Of course, it won't do anything right now because the API is down, but it
should have been working at the time you posted!)

crossdomain.xml is meant for the remote server. You don't need to put one
in your local directory. OSM has one so no worries there.

Very definitely worth installing the Flash Debug Player. This will pop up
an alert if there's anything wrong with the security settings. Also worth
using something like Safari's Activity Monitor to see what files are
actually being loaded.

Flash Player (IMX anyway) won't let you access a remote server if your SWF
is hosted locally, or localhost if your SWF is hosted remotely. So I find
that I can't get data from osm.org if I call up my local instance at
http://localhost/~richard/potlatch2, but I _can_ if I access it at
http://127.0.0.1/~richard/potlatch2.

cheers
Richard




_______________________________________________
Potlatch-dev mailing list
Potlatch-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/potlatch-dev

Reply via email to