On Fri, Jan 25, 2013 at 7:45 PM, Sailor Jerry <[email protected]> wrote: > To debug my import script I'm using the the > http://api06.dev.openstreetmap.org/ URL. The import script uses XAPI to get > the existing set of seamarks. > > I can get the XAPI for the main data base, but can not figure out how to get > XAPI for the data at http://api06.dev.openstreetmap.org > > Any hints would be appreciated,
There are a couple of different XAPI services out there, all run by 3rd parties. They all rely on the planet file that is produced from the main database every week, plus the minutely diffs to stay up to date. The test database that the dev server points at is not a mirror of the real database. It only has whatever data in it that people have uploaded to test things in the past. It also does not produce a planet file or minutely diffs so it cannot be used to based an XAPI service on. Toby _______________________________________________ Imports mailing list [email protected] http://lists.openstreetmap.org/listinfo/imports
