[Openstreetmap] Re: [Openstreetmap-dev] openstreetmap roadmap?
Ehud Shabtai
eshabtai at gmail.com
Mon Jul 25 13:04:58 BST 2005
On 7/25/05, Tom Carden <tom at tom-carden.co.uk> wrote:
> There is a "Roadmap for Version 1.0" on the wiki...
I thought it was out of date (I saw something about gzip the xml-rpc,
while I know you are dropping it).
> Like the current applet, the first release will support the display of gps
> tracks, and allow the user to trace those tracks as nodes/line-segments. In
> addition, it will support the deletion of nodes and segments. It will also
> allow the naming of segments. It will hopefully use the same look and feel
> as the static map renderer (ie use a satellite map background).
How will you group a list of segments which are part of the same
street? Is there a grouping option or simply the same name should be
given to all segments?
> > The approach I'm thinking of is having a server which will receive GPS
> > tracks,
> > transfer them to road segments and nodes and merge with current map
>
> Automatically? How?
Take the GPS traces, split them to segments (by detecting turns,
detecting intersection, etc') and add them as road segments to the
database. If the database already contains a segment near the one we
want to add, do some merging.
> > I also think that it is important to use postgis database as there are
> > already many tools which can connect to it and allow viewing (mapserver)
> > or editing (qgis, uDig, etc').
>
> Do they support wiki-like features (change history, versioning, rollback,
> etc)?
You could just do incremental backups and point-in-time backups of the
postgres DB. But the idea is not to replace the applet, but to allow
some administrator more control over the database with already
existing tools. You also get free wms, wfs, interfaces.
> > How does this fit to openstreetmap?
>
> Very well. The aims for "version 1.0" are modest, but many of the things
> you mention would be ideal for "version 2.0" - especially if you will be in
> a position to contribute code.
My first goal is to write a simple server which will transfer the GPS
traces to road segments and insert into the DB. I'd like to get some
information about your applet's DB scheme so I can see how everything
could fit together.
Ehud.
More information about the talk
mailing list