Posts Tagged ‘osm’

Surface @ State of the Map 2009

Monday, July 13th, 2009

The 3rd international OpenStreetMap conference, State of the Map 2009, was held in Amsterdam. Geodan was present with a Microsoft Surface running Eagle, an innovative application for Disaster Management. At the State of the Map conference it showed its capabilities using OpenStreetMap data of course.

 

According to my present colleagues  it was a huge success. Also the tweets of attendees show their enthousiasm for the Eagle application on the Surface:

http://twitter.com/StevenFeldman/status/2568929955geodan demo using microsoft surface must be the coolest thing I have seen at #sotm09 I want one now. Giant giant iPhone please please

http://twitter.com/bmichel/statuses/2568742941
Stinkingly (based on Microsoft Surface) cool implementation of a touch screen map by Geodan! www.geodan.nl Live demo at #sotm09

http://twitter.com/phicoh/statuses/2568929146
Cool demo of a disaster management system called “Eagle” using Microsoft Surface.

http://twitter.com/pmbatty/statuses/2568773483
Another cool video at #sotm09, Geodan using the Microsoft Surface table http://tinyurl.com/na6nqp

http://twitter.com/ctalaba/statuses/2568741054
Geodan’s Eagle – OSM + Microsoft Surface used for Disaster Management systems http://bit.ly/18ENNq

http://twitter.com/jokru/statuses/2566331064
Microsoft surface with #openstreetmap maps on it, awesome! #sotm09

Turning OpenStreetMap into a WFS

Saturday, March 8th, 2008

Yesterday I worked with my colleague Martijn on making openstreetmap data available through a WFS. First he put the data in a PostGIS database (see the post on his blog). After that it was quite easy to make the data available in Deegree WFS.

It appeared the import tool om OSM did not add primary keys, so they were made by adding a serial type column to all OSM tables and making it the primary key.

After running a java tool to create the Deegree WFS datastore XML for OSM and adding some lines to make the OSM features visible and queryable the Deegree WFS was up and running.

So now we have a WFS 1.1 service supplying OSM data in GML 3.1.1 format.

Nice result in a few hours, but I still want to do some things, namely:
- Change the default app namespace into an osm namespace. Actually this is done in 5 seconds…
- Try to output GML SF. The OSM tables are very simple and flat, so SF should be more than enough.