On Tue, May 31, 2011 at 1:12 AM, Stefan Keller <[email protected]> wrote:
> Hi Ian > > 2011/5/31 Ian Dees <[email protected]>: > > Bottom line: if you want to output OSM data use osmosis pgsnapshot schema > > and if you want to render use osm2pgsql schema. > > > > They currently aren't compatible. > > I would'nt mind using osmosis pgsnapshot schema. > But this has one major drawback: > It does'nt output polygons AFAIK(*)! Since OSM format (and thus XAPI/JXAPI) does not natively support polygons, you'll have to come up with something else to use to query the database. osm2pgsql will convert OSM data to polygons for you, but it does not offer a way to query for those polygons.
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

