Re: [OSM-dev] courtyards

2011-05-18 Thread Bernhard Zwischenbrugger
On 2011-05-09 11:31, M∡rtin Koppenhoefer wrote: 2011/5/9 Bernhard Zwischenbruggerb...@datenkueche.com: Any links to examples failing to render for you? here for example: http://www.openstreetmap.org/?lat=48.20651lon=16.35885zoom=16layers=M

[OSM-dev] courtyards

2011-05-09 Thread Bernhard Zwischenbrugger
hi all Multipolygon rendering is broken. All courtyards are filled after rerendering. Bernhard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] courtyards

2011-05-09 Thread Bernhard Zwischenbrugger
hi Working fine here: http://osm.org/go/0MGgrxuAR-- Any links to examples failing to render for you? here for example: http://www.openstreetmap.org/?lat=48.20651lon=16.35885zoom=16layers=M http://www.openstreetmap.org/?lat=48.20651lon=16.35885zoom=16layers=M All the big buildings should have

[OSM-dev] Searching home for new mailinglist

2011-04-11 Thread Bernhard Zwischenbrugger
Hi all I started the khtml.maplib (http://khtml.org) map library. Currently there are 3 students helping me to improve the lib and developing speed is increasing. Now I'm looking for a home of a mailing list. Google Groups would be an option. Is there something else you could recommend?

[OSM-dev] khtmlib is back to github

2010-12-27 Thread Bernhard Zwischenbrugger
Hi all The first part of my map library khtmlib is back to github. There are many testcases now. http://www.khtml.org/osm/khtmlib/testcases/basics/index.html You can checkout at: https://github.com/robotnic/khtmlib For checkout a clone: git clone git://github.com/robotnic/khtmlib.git

[OSM-dev] Simple javascript map API

2010-12-17 Thread Bernhard Zwischenbrugger
Hi all I will start again to work on my map lib (khtmlib). Some class and method names are not very clear and I have to change the API. Now I would like to make a better and an easy to use API. If you are a javascript programmer OR if you know something about OO Design please have a look at

Re: [OSM-dev] khtmlib new version online

2010-11-26 Thread Bernhard Zwischenbrugger
, schrieb Bernhard Zwischenbrugger: Hi Am 20.11.2010 18:08, schrieb Bernhard Zwischenbrugger: I have a new version of my khtmlib based map online. Where can I get it? The link at http://www.khtml.org/osm/v0.83/help.php is dead. The link is working now. Are you sure? http://www.khtml.org/osm

[OSM-dev] khtmlib new version online

2010-11-20 Thread Bernhard Zwischenbrugger
Hi all I have a new version of my khtmlib based map online. ***New features*** Layerswitcher: mapnic, osma, bikemap Digital Zoom: There are 2 versions for mousewheel zoom now. Default behaviour: the zoom animation will stop at a integer zoom level und gives a clear view. There is

Re: [OSM-dev] khtmlib new version online

2010-11-20 Thread Bernhard Zwischenbrugger
On 2010-11-20 23:32, Wyo wrote: Bernhard Zwischenbrugger wrote: I have a new version of my khtmlib based map online. Does khtmlib really have only 60kB as documented in the wiki? It's also growing and now it's about 120kB (uncompressed). And your khtml.org is solely driven by khtmlib

[OSM-dev] xapi - find node by id

2010-09-02 Thread bernhard zwischenbrugger
Hi all Is there a way to get a node from xapi if I know the id? I tryed this: http://xapi.openstreetmap.org/api/0.6/way[id=8136261] and this. http://xapi.openstreetmap.org/api/0.6/way/8136261 Both don't give a result. lg, Bernhard ___ dev mailing

[OSM-dev] how to position nominatim icon?

2010-09-02 Thread bernhard zwischenbrugger
Hi again I have seen, that nominatim now gives an icon for search results like in this example: place place_id='10714' osm_type='node' osm_id='17328659' boundingbox=48.0588264465332,48.3187141418457,16.2443943023682,16.5288238525391 lat='48.2092252' lon='16.3736665' display_name='Wien,

[OSM-dev] khtmlib API doc

2010-08-26 Thread bernhard zwischenbrugger
Hi all At http://www.khtml.org/osm/v0.80/doc/index.php I made a documentation for the khtmlib API. The API should be easy to use. The library should be very fast and supports hardware acceleration (3d css) for webkit browsers (except Adroid Browser). Multitouch is supported for iPhone and

[OSM-dev] preview turn restrictions visualizer

2010-08-18 Thread bernhard zwischenbrugger
Hi all I'm working on a turn restriction visualizer. http://www.khtml.org/osm/v0.78/examples/relationcheck2.html Please zoom in (double click, mousewheel) on click to load restrictions. That's an early preview. I never edited turn restrictions and I'm not sure everything is correct. Have a

[OSM-dev] How to use XAPI

2010-08-15 Thread bernhard zwischenbrugger
Hi all My next project is an XAPI map. You can see a prototype at: http://www.khtml.org/osm/v0.76/examples/xapi.html It is possible to make a global search for power_source=nuclear But a global search for amenity=restaurant would bring too much results and it would produce too much load for

Re: [OSM-dev] How to use XAPI

2010-08-15 Thread bernhard zwischenbrugger
My question: Is there a possiblity to bring this feature to the normal users? Is there an undocumented limit parameter to reduce the output to a maximum number of results? Any other ideas how to enable this feature? Using the default XAPI you can also bbox the request :) bbox it to 110%

Re: [OSM-dev] How to use XAPI

2010-08-15 Thread bernhard zwischenbrugger
Am 15.08.10 17:14, schrieb Roeland Douma: You could only allow for the query on high zoom leves. Since what good is an overlay of all restaurants on zoomlevel 11? That's the point! A level 11 restaurant search in Europe does not make much sense. But if I plan a bicycle trip in Laos it's

[OSM-dev] minute diff - max delay

2010-08-12 Thread bernhard zwischenbrugger
Hi all Is there a maximum delay time the minute diffs can have? Here for example: http://planet.openstreetmap.org/minute-replicate/000/439/ At 11:54 there is a 15 minute delay. lg, Bernhard ___ dev mailing list dev@openstreetmap.org

[OSM-dev] api question

2010-08-11 Thread bernhard zwischenbrugger
Hi all I would like to display an old version of a way on a map To load the data of a way I use: http://www.openstreetmap.org/api/0.6/way/50191466/full To get an old version of the way I use http://www.openstreetmap.org/api/0.6/way/50191466/1 (version 1)

[OSM-dev] Own OSM Database Hardware/Software

2010-07-27 Thread bernhard zwischenbrugger
Hi all In October I will start a new course at my university. The topic is business application development and we will do serverside programming with ruby. I'm the teacher of this course and now I have to plan it. My idea is to use the OSM database and let the students play with this data. We

Re: [OSM-dev] Removing Minutely and Hourly Changesets

2010-03-24 Thread Bernhard zwischenbrugger
hi I would be interested in that as well, ideally a file that is generated every hour with a fixed named scheme we can easily track for. Can this be reactivated? Why has it been disabled after all? I would like to have that live. At: https://world.waze.com/livemap/ they have a live ticker.

Re: [OSM-dev] Removing Minutely and Hourly Changesets

2010-03-24 Thread Bernhard zwischenbrugger
hi If all the changesets would go to an xmpp stream, it would be a really easy to such a liveticker for osm. There was a site in the past where this was visible. I have created an OpenLayers implementation to visualize it. So even with what is publish now, not a line of XMPP is

Re: [OSM-dev] Fwd: Re: Project Proposal - Waze Integration

2010-03-24 Thread Bernhard zwischenbrugger
hi The quality of IPhone GPS-traces is well known to be bad. On iPhone 3GS the GPS is ok. The 3G has a bad GPS. Here an iPhonetrack in Phnom Penh city: http://wiki.openstreetmap.org/wiki/File:Iphone_map_with_gps_tracker.png If I do that with my hardware GPS tracker, the result is not

Re: [OSM-dev] Removing Minutely and Hourly Changesets

2010-03-23 Thread Bernhard zwischenbrugger
hi I just noticed, that the minute diffs are not here anymore. My tool http://datenkueche.com/osmlive did use this files. Is there a possibility to find a file if I have only the time? For the old system I used: $delta=(int) $_GET['delta']; $time1=time()-7200-360 -$delta;

[OSM-dev] Wishes

2010-03-18 Thread Bernhard zwischenbrugger
Hi all My iPhone map tracker is now nearly finished. There are 2 things that I can't do. The GPX upload API is crap. GPX is XML and there is no need for multipart/form-data upload. To debug that kind of uploads is not possible. A small serverside change would be much easier. In php it is

[OSM-dev] gpx upload php code

2010-03-17 Thread Bernhard zwischenbrugger
hi I'm working now on a iPhone GPS recorder for my browser map. The GPS data are in the mobile-db and can be uploaded to my server. It's a gpx string. It should be possible to direct upload the data to the OSM servers. I found already the API doc.

Re: [OSM-dev] gpx upload php code

2010-03-17 Thread Bernhard zwischenbrugger
hi I made many of these uploads already, but with normal xml. Sometimes it's a bit tricky with all the parameters. But it should be possible with a few lines like this: snip $options=array( 'http'=array( 'method' = 'POST', 'header' =

[OSM-dev] accuracy

2010-03-17 Thread Bernhard zwischenbrugger
Hi again iPhone has the geolocation API. There is a parameter accuracy. It's a value in meter that gives you information about accuracy,precision http://www.dict.cc/englisch-deutsch/precision.html exactness http://www.dict.cc/englisch-deutsch/exactness.html Indoors the API findes the position

Re: [OSM-dev] accuracy

2010-03-17 Thread Bernhard zwischenbrugger
. Hope that helps Steve On 17 March 2010 15:22, Bernhard zwischenbrugger b...@datenkueche.com mailto:b...@datenkueche.com wrote: Hi again iPhone has the geolocation API. There is a parameter accuracy. It's a value in meter that gives you information about accuracy

[OSM-dev] how to get an account at api06?

2010-03-17 Thread Bernhard zwischenbrugger
I don't get an email where I can accept my account. Leider ist dein Benutzerkonto noch nicht aktiv. Bitte aktivierte dein Benutzerkonto, indem du auf den Link in deiner Bestätigungs-E-Mail klickst. Bernhard Bernhard zwischenbrugger schrieb: Hi OK 10m. If it's more than 10m I stop

Re: [OSM-dev] gpx upload php code

2010-03-17 Thread Bernhard zwischenbrugger
Hi OAuth is cool, I take it. But are there pages for iPhone? If there is already an infrastructure, it's perfect and I have less work. My idea is to use http-auth. I directly give username,password to the next http-request - also http-auth. It's a 50 lines proxy (AJAX restrictions). It would

[OSM-dev] api debuging, error messages

2010-03-17 Thread Bernhard zwischenbrugger
Hi Now I try to upload a gpx. I get a 400 bad request error. Is there a possibility to get more information about the error? bernhard ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

[OSM-dev] gpx upload - big problem

2010-03-17 Thread Bernhard zwischenbrugger
hi GPX File upload does not work. I always get 400 bad request. I have no idea if there is just one bit wrong or it's completely nonsense. The Content-length is not clear for me, but multipart/form-data should work without content-length. Is there a way on the server to debug that? My

Re: [OSM-dev] gpx upload - big problem

2010-03-17 Thread Bernhard zwischenbrugger
btw.: : the boundery (88f5117f17,29cb2d8a43 ) is ok, there is just a copy / paste mistake. Bernhard hi GPX File upload does not work. I always get 400 bad request. I have no idea if there is just one bit wrong or it's completely nonsense. The Content-length is not clear for me, but

[OSM-dev] hammering the changesets API

2010-03-14 Thread Bernhard zwischenbrugger
hi all I want to display recent changesets as Vectorgraphics on the map. There are some problems and I need help. To get some real results I have to request 100 changesets. All the robot changesets I have to filter client side. The hole thing is slow as hell and I'm not sure if the db is happy

Re: [OSM-dev] Making libxml ignore errors

2010-03-11 Thread Bernhard zwischenbrugger
hi Does anyone perhaps know how to get libxml to either not detect these errors, or how to continue after parsing them ? libxml is correct here. An XML parser MUST stop if there is an encoding error. Bernhard ___ dev mailing list

Re: [OSM-dev] Making libxml ignore errors

2010-03-11 Thread Bernhard zwischenbrugger
Nic Roets schrieb: On Fri, Mar 12, 2010 at 1:48 AM, Bernhard zwischenbrugger b...@datenkueche.com wrote: hi Does anyone perhaps know how to get libxml to either not detect these errors, or how to continue after parsing them ? libxml is correct here. An XML parser MUST

Re: [OSM-dev] TRAPI status

2010-03-10 Thread Bernhard zwischenbrugger
Brett Henderson schrieb: On Wed, Mar 10, 2010 at 7:30 PM, Peter Körner osm-li...@mazdermind.de mailto:osm-li...@mazdermind.de wrote: I started working on a streaming XML output plugin for Osmosis. I was intending to take advantage of PuSH/PubSubHub messaging and

[OSM-dev] New beta of khtml map online

2010-03-09 Thread Bernhard zwischenbrugger
hi all There is a new version of my map online: http://www.khtml.org/iphonemap/ The library is free software. It's still work in progress, but should give you a first impression. Please try a webkit browser (Chrome, Safari,...). Firefox does not support hardware accelerated image zoom and is

Re: [OSM-dev] New beta of khtml map online

2010-03-09 Thread Bernhard zwischenbrugger
is if Android will support that kind of browser maps. Bernhard Cheers, Tim On 9 March 2010 08:49, Bernhard zwischenbrugger b...@datenkueche.com wrote: hi all There is a new version of my map online: http://www.khtml.org/iphonemap/ The library is free software. It's still work in progress

Re: [OSM-dev] New beta of khtml map online

2010-03-09 Thread Bernhard zwischenbrugger
Shaun McDonald schrieb: On 9 Mar 2010, at 08:49, Bernhard zwischenbrugger wrote: As a next step I'm looking for a home for this project. I don't really like sourceforge. It tried to use google code, but no success to start a project there. What's the best opensource site at the moment

[OSM-dev] Edit in JOSM link

2010-03-08 Thread Bernhard zwischenbrugger
Hi all To open a map view in potlatch I use something like: http://www.openstreetmap.org/edit?lat=11.561150369579765lon=104.91780691575758zoom=17 But what's to link to open the map view JOSM? Bernhard ___ dev mailing list dev@openstreetmap.org

[OSM-dev] Announcement: new khtml javascript map library

2010-02-28 Thread Bernhard zwischenbrugger
Hi all I was mapping a white spot on OpenStreetMap with my bicycle: Myanmar Now I'm in Phnom Penh (Cambodia) and have a Bandscheibenvorfall (disc prolapse) because of the bad roads in Myanmar. It's painful and I can't move very much. In my guesthouse I get everything in distance of 10m and it's