That's an interesting approach, to use JOSM code recompiled for the browser. I 
see you ran into the same-origin-policy problem too. Can it be fixed in the 
API, to allow cross-origin requests?

I'll keep working on the pure-JavaScript implementation, because it should be 
easier to maintain on the long run (simpler code, no GWT required on a 
developer's machine) and perhaps more flexible (because it's not constrained to 
the assumptions already made by JOSM). Also, writing a map editor from scratch 
is fun :)

Cheers,
-- Alex

On 7 Apr 2012, at 11:40, Mike Dupont wrote:

> very nice.
> 2012-03-21 09:00:00   HTML5-Editor für OpenStreetMap   Paul-Fiete Hartmann    
> mp4     pdf
> 
> 
> I want to say thanks to paul for the reference he gave to my work. good job 
> paul, I like what you did with beboj.
> 
> https://github.com/openstreetmap/beboj
> 
> mike
> 
> 2012/4/7 Michael Kugelmann <[email protected]>
> On 06.04.2012 22:39, Alex Morega wrote:
>> I'm working on an editor for OpenStreetMap. It works in the browser, using 
>> native technologies (no Flash), makes heavy use of OpenLayers, and depends 
>> on a thin server proxy to perform OAuth and upload changesets to the API. It 
>> should work well on mobile browsers; tested on an iPad.
> Sorry as it is in German, but there was a talk about an Editor at the last 
> FOSSGIS about 1 Month ago:
> http://www.fossgis.de/konferenz/2012/programm/events/361.de.html
> =============================
> HTML5-Editor für OpenStreetMap
> 
> Der Markt für OSM-Editoren scheint recht gut abgedeckt: Potlatch bietet ein 
> schlüssiges Bedienkonzept, JOSM besticht als Offline-Editor mit vielen 
> Funktionen und Merkaartor findet als native Anwendung seine Anhänger. Dazu 
> kommen Apps für mobile Geräte. Eine Nische, die es noch auszufüllen gilt, ist 
> ein Editor, der ohne Java und Flash als JavaScript Anwendung im Browser 
> funktioniert.
> 
> Für einen reinen HTML-Editor sind Webtechniken wie das Canvas-Element (zur 
> Erzeugung dynamischer Grafiken) und SVG (Skalierbare Vektor-Grafik) 
> entscheidende Voraussetzungen. Ein Problem war bisher die mangelnde 
> Unterstützung durch einzelne Browser-Hersteller, aber Besserung ist in Sicht, 
> da die aktuellen Versionen der verbreitetsten Browser mittlerweile die 
> benötigten Funktionen bereitstellen.
> 
> In diesem Vortrag möchte ich einen Prototyp vorstellen, der sich im frühen 
> Entwicklungsstadium befindet, aber bereits die prinzipielle Machbarkeit 
> beweist. Unter anderem ist der komplette Editier-Zyklus implementiert: Daten 
> lassen sich vom OSM-Server Herunterladen, Rendern, Bearbeiten und wieder 
> Hochladen. Technisch basiert dieser Ansatz wesentlich auf diversen 
> bestehenden Projekten: Teile des JOSM-Quelltexts werden mit Hilfe des Google 
> Web Toolkits nach JavaScript übersetzt und mit einer HTML/JavaScript 
> Benutzeroberfläche angesteuert. Für die Anzeige von Luftbildern im 
> Hintergrund kommt OpenLayers zum Einsatz.
> 
> =============================
> Slides and Video are linked in the Wiki: 
> http://wiki.openstreetmap.org/wiki/FOSSGIS_2012
> 
> 
> Best regards,
> Michael.
> 
> 
> _______________________________________________
> dev mailing list
> [email protected]
> http://lists.openstreetmap.org/listinfo/dev
> 
> 
> 
> 
> -- 
> James Michael DuPont
> Member of Free Libre Open Source Software Kosova http://flossk.org
> _______________________________________________
> dev mailing list
> [email protected]
> http://lists.openstreetmap.org/listinfo/dev

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/dev

Reply via email to