Hello,<br>thanks again for all the links and pointers (openstreetmap wiki pages, skyhook, openbmap)...<br><br>Hello again !<br><br>I'm cc-ing for info : Richard Atterer (one of your articles is linked below), Lulu-Ann (your project and name mentionned), Andy Allan (1 question for you at the email's bottom).<br>
<br>Note : when I write we/us/our... below, I mean my team and that team is so open to collaboration (thanks again for your past replies !).<br><br>I'd have two more questions regarding Wiki project page creation and Some server setup.<br>
<br>-------------------------------------------------------------<br>Wiki project pages : request for comments  |<br>------------------------------------------------------------<br>I'm looking for collaboration on read/writing of indoor objects on maps in an _open way_.<br>
I want to create a page for indoor-scale and buildings mapping.<br>From what I see in <a href="http://wiki.openstreetmap.org/wiki/Main_Page">http://wiki.openstreetmap.org/wiki/Main_Page</a> > Portals square ;<br>we could have :<br>
1) a project page like <a href="http://wiki.openstreetmap.org/wiki/OSM_for_indoor_and_outdoor_human_sized_objects">http://wiki.openstreetmap.org/wiki/OSM_for_indoor_and_outdoor_human_sized_objects</a><br>and for a nickname OSM FIAOHUSO => reverse&remix => HouseFeetFit (HFF)<br>
2) some Proposed features/attributes page linked from 1)'s wiki page.<br>...<br>@Lulu-Ann and of course we'd put a link to the <a href="http://wiki.openstreetmap.org/wiki/OSM_for_the_blind">http://wiki.openstreetmap.org/wiki/OSM_for_the_blind</a> page and vice-versa !<br>
<br>What are your opinions these ideas.<br><br><br>Just for the sake of trying to prove that I'm would not be overlapping too much on other projects.<br>----------------------------------------------------------------------------------------<br>
Wiki project pages : motivations for creating a new project   |<br>
----------------------------------------------------------------------------------------<br>I've looked into <a href="http://wiki.openstreetmap.org/wiki/Other_maps">http://wiki.openstreetmap.org/wiki/Other_maps</a> and <a href="http://wiki.openstreetmap.org/wiki/List_of_OSM_based_Services">http://wiki.openstreetmap.org/wiki/List_of_OSM_based_Services</a><br>
I did not find something related to indoor stuff there.<br>The only close thing to it would be openstreetbrowser.org...<br>...with 2 additional requirements to implement : <br>1) more precision, <br>2) use of "map features" for indoor & buildings<br>
and 3) addition of wifi spots positions - not rendered on map but fetchable over some API (eg. the v0.6 one implemented in Rails)<br><br>More than a full enhanced-"<a href="http://openstreetbrowser.org">openstreetbrowser.org</a>"-like project, I'd like to let anyone download software for free and build his/her own "openstreet-indoor-maps" appliance for his/her own building/place (eg. supermarket, hospital...) in order to restrict access to the place's indoor features only to people having some login&password. (this is not closed-mindedness, for example in hospitals, only certain POIs should be viewable by certain people, such as some patients locations & health details viewable only by personnel in charge of them).<br>
<br>Outside of openstreetmap's site, we have found several people mentioning the topic of indoor geopositioning :<br>- Richard Atterer here : <a href="http://atterer.net/leadme">http://atterer.net/leadme</a> ;<br>- this post : <a href="http://forum.openstreetmap.org/viewtopic.php?pid=49850">http://forum.openstreetmap.org/viewtopic.php?pid=49850</a> , but the person is taking a different orientation from ours<br>
- B2. Interactive Maps / University of Salford : <a href="http://www.ja.net/development/network-access/location-awareness/investigations-la.html">http://www.ja.net/development/network-access/location-awareness/investigations-la.html</a><br>
- there's ~indoor building attributes proposals here, but that seems more for detailing a building from the outside:<br>      - <a href="http://wiki.openstreetmap.org/wiki/Talk:Proposed_features/Building_attributes">http://wiki.openstreetmap.org/wiki/Talk:Proposed_features/Building_attributes</a><br>
      - and <a href="http://wiki.openstreetmap.org/wiki/Proposed_features/Building_attributes">http://wiki.openstreetmap.org/wiki/Proposed_features/Building_attributes</a><br>- this discussion thread of course !<br><br>---------------------------------------------------------------------<br>
Servers setup for compositing : help needed   |<br>
---------------------------------------------------------------------<br>@Andy Allan and others.<br>I want to do something similar to what opencyclemap does ; which is :<br>(functional requirements)<br>1) have bits/specific areas (eg. 5th district of Paris, France) from the osm map<br>
2) have additional self-hosted .osm data composited* on 1) map. <br>3) have "some appliance" (2) or other) be able to send :<br>       a) tiles over HTTP API (for mobiles, web slippy&potlach maps...)<br>       b) POIs, nodes, waypoints along with their tagging over HTTP API (for mobiles & web browser object filtering, routing and graphical display or background calculations - wifi triangulation).<br>
<br>*=>we need fully-baked compositing so that mobiles don't to download to do layers overlaying themselves<br><br>(in terms of implementation requirements)<br>... what setup would we have ? What about something like this (never tested, please comment) :<br>
1) "untouched" <a href="http://osm.org">osm.org</a> server (if buildings or "macro" outdoor objects are not drawn, we draw their bounds onto that server though)<br>2) some dedicated computer/cloud instance with an openstreetmap server (postgres, PostGIS, mapnik...)<br>
=> with<br>  I. initting:<br>          a) 2) downloads a recent .bz2 file and note down its version/changeset number (indirectly coming from 1)'s database)<br>          b) 2) runs an osmosis --bbox'ed import into database<br>
          c) 2) runs mapnik to make the tiles with a greater precision (z) than the usual <a href="http://osm.org">osm.org</a> settings<br>  II. updating from 1) (happens everytime new changesets > last downloaded version is out)<br>
           a) 2) downloads latest changesets's .bz2 file<br>           b) 2) runs an osmosis --apply-change to apply bz2 file's changeset to database<br>           ?C?) how do we ensure that our indoor data remains unaffected by the changeset ?<br>
           d) 2) runs mapnik to remake tiles<br><br>3) server side:<br>    - rails web stack for web maps & HTTP apis is installed on 2) or on another server with ports & login access to 2)'s database & tiles<br>
     - the web stack's API is already precise enough (thanks Lars Francke for your searching again !) for indoor-precision API HTTP bbox-delimited queries to work.<br>client side :<br>     - on mobile phones : use of Nutiteq's j2me maps library, or other android piece of open source software for example (osmdroid, opensatnav). Some code around those apps allows for more zoom levels & for threaded-background gathering of wifi beacons positions (stored in 2)'s database) so as to make triangulation calculation and to allow end-user searching of objects to display on top of map (what do you propose for this overlaying ? Can the Web API reply to the queries with a KML group of features ?... we want to have features's URLs known and usable on the mobile end).<br>
<br>Thank you sooo much for your replies in advance !!<br>I am eager to collaborate openly with anyone on that indoor/human-size objects on openstreetmap project which is shaping up slowly and take on to implementation in the beginning of January 2010.<br>
<br>Jonathan-David Schröder<br><br><div class="gmail_quote">On Mon, Nov 30, 2009 at 5:50 PM, Emilie Laffray <span dir="ltr"><<a href="mailto:emilie.laffray@gmail.com">emilie.laffray@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote">2009/11/30 John Smith <span dir="ltr"><<a href="mailto:deltafoxtrot256@gmail.com" target="_blank">deltafoxtrot256@gmail.com</a>></span><div class="im"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
There is also Skyhook Wireless, but it isn't free software either, but<br>
is free to use in free software.<br>
<br>
They send trucks around and do fairly precise signal mapping, they<br>
care more about how the signal propagates than where the AP is.<br>
<div><div></div><br></div></blockquote></div></div><br>Also, Skyhook doesn't do indoors per se. If you happen to receive data while you are at home, it will help, but by definition, it won't be very precise.<br>In addition, you might be interested in the <a href="http://www.openbmap.org" target="_blank">www.openbmap.org</a> project.<br>
<font color="#888888">
<br>Emilie Laffray<br>
</font><br>_______________________________________________<br>
dev mailing list<br>
<a href="mailto:dev@openstreetmap.org">dev@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/dev" target="_blank">http://lists.openstreetmap.org/listinfo/dev</a><br>
<br></blockquote></div><br>