Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-06-03 Thread jamesmikedup...@googlemail.com
http://wiki.github.com/h4ck3rm1k3/GWTOsm/ here are the build instructions. mkdir ~/GWTOSM cd ~/GWTOSM install google web kit sdk, very simple. wget http://google-web-toolkit.googlecode.com/files/gwt-2.0.3.zip unzip gwt-2.0.3.zip export GWTPATH=~/GWTOSM/gwt-2.0.3 git clone git://github.com/h4c

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-06-03 Thread jamesmikedup...@googlemail.com
Ok I installed it : http://xhema.flossk.org:8180/GWTOSM/ You put the url to load in the name field, and you can pan with the bbox fields , the last one is the zoom factor (so a bigger number is farther away). right now the bbox and the uri are not connected. code here, http://github.com/h4ck3rm1

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-06-01 Thread jamesmikedup...@googlemail.com
it is not running yet on a public server. could deploy it on appspot. need to look into the details, right now running it in eclipse. will look into that some time. mike On Tue, Jun 1, 2010 at 12:06 PM, Peter Körner wrote: > jamesmikedup...@googlemail.com schrieb: > > OK, >> I have not been ab

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-06-01 Thread Peter Körner
jamesmikedup...@googlemail.com schrieb: > OK, > I have not been able to get the client side connection running, > so I moved the http request to the java server side and not the client > requests the uri via rpc and gets the data. > now the program works, it can fetch an osm url and render it, the

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-05-31 Thread jamesmikedup...@googlemail.com
OK, I have not been able to get the client side connection running, so I moved the http request to the java server side and not the client requests the uri via rpc and gets the data. now the program works, it can fetch an osm url and render it, the bbox is not calculated right yet, but that will be

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-05-31 Thread jamesmikedup...@googlemail.com
Today, I was able to get the zoom, and bounding boxes to be dynamically be changed. next to add in the ability to load data from the api server. mike On Wed, May 26, 2010 at 8:19 PM, jamesmikedup...@googlemail.com wrote: > Hi, > > I have refactored some core classes in josm to run in gwt. > this

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-05-31 Thread jamesmikedup...@googlemail.com
On Mon, May 31, 2010 at 1:58 PM, Sebastian Klein wrote: > Andrew Gregory wrote: >> On Mon, 31 May 2010 00:40:57 +0800, Peter Körner >> wrote: >> >>> Am 30.05.2010 17:22, schrieb jamesmikedup...@googlemail.com: I am happy to say, have made some progress. gwtosm now can display simpl

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-05-31 Thread Sebastian Klein
Andrew Gregory wrote: > On Mon, 31 May 2010 00:40:57 +0800, Peter Körner > wrote: > >> Am 30.05.2010 17:22, schrieb jamesmikedup...@googlemail.com: >>> I am happy to say, have made some progress. >>> >>> gwtosm now can display simple roads. >> I'm sorry but I'm really not sure what this is all

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-05-31 Thread John Smith
On 31 May 2010 18:38, M∡rtin Koppenhoefer wrote: > resolution compared to the aerial imagery available from PCN. Probably > the same issue occurs in Australia (Nearmap). Potlatch can use Nearmap imagery just fine... ___ dev mailing list dev@openstreetm

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-05-31 Thread M∡rtin Koppenhoefer
2010/5/30 Peter Körner : > I'm sorry but I'm really not sure what this is all about. Josm is > designed as an offline editing tools. Why bend'n'break it to run in your > browser? We already have an online editor called Potlatch. Current potlatch somehow disqualifies in some areas (e.g. Italy) bec

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-05-30 Thread Andrew Gregory
On Mon, 31 May 2010 00:40:57 +0800, Peter Körner wrote: > Am 30.05.2010 17:22, schrieb jamesmikedup...@googlemail.com: >> I am happy to say, have made some progress. >> >> gwtosm now can display simple roads. > > I'm sorry but I'm really not sure what this is all about. Josm is > designed as an

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-05-30 Thread Peter Körner
Am 30.05.2010 20:45, schrieb jamesmikedup...@googlemail.com: > this is a fun project that you can learn from. I hope people will help out. Oh yes, I like that :) At least I now know that I didn't miss anything important. Have fun! Peter ___ dev mailin

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-05-30 Thread jamesmikedup...@googlemail.com
this is a fun project that you can learn from. I hope people will help out. peace, mike On Sun, May 30, 2010 at 6:40 PM, Peter Körner wrote: > > > Am 30.05.2010 17:22, schrieb jamesmikedup...@googlemail.com: >> >> I am happy to say, have made some progress. >> >> gwtosm now can display simple roa

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-05-30 Thread Peter Körner
Am 30.05.2010 17:22, schrieb jamesmikedup...@googlemail.com: > I am happy to say, have made some progress. > > gwtosm now can display simple roads. I'm sorry but I'm really not sure what this is all about. Josm is designed as an offline editing tools. Why bend'n'break it to run in your browser

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-05-30 Thread jamesmikedup...@googlemail.com
I am happy to say, have made some progress. gwtosm now can display simple roads. http://osmopenlayers.blogspot.com/2010/05/next-version-of-gwtosm.html source here: g...@github.com:h4ck3rm1k3/GWTOsm.git now I could use some help, there are so many possible things to display, need to make tests fo

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-05-26 Thread johann sorel
Hello, just a side node on the subject. I'm not a professionnal of gwt, just heard and watch a few demo/examples about it. Looks more like a last chance solution or "Magic" like you said. Does it worth the time spend ? I mean you could much more easely make : - Java applet - Java Web Start - Jav

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-05-26 Thread jamesmikedup...@googlemail.com
thanks for the props Ævar, yes, I have started to create a cut down navigable object that is used to control the view, also, removed most of the preferenced and turned them into fields loaded from constants. What we need are test cases, test suites to verify that the code is running well. mike On

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-05-26 Thread Ævar Arnfjörð Bjarmason
On Wed, May 26, 2010 at 19:17, Frederik Ramm wrote: > jamesmikedup...@googlemail.com wrote: >> I have refactored some core classes in josm to run in gwt. >> this includes most of  data classes. I am porting the graphic output >> to use gwt graphics and svg output. > > Might be worth taking this to

Re: [OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-05-26 Thread Frederik Ramm
Hi, jamesmikedup...@googlemail.com wrote: > I have refactored some core classes in josm to run in gwt. > this includes most of data classes. I am porting the graphic output > to use gwt graphics and svg output. Might be worth taking this to the josm-dev list. Also, to those unfamiliar with gwt,

[OSM-dev] start of gwtosm the google webtoolkit port of josm

2010-05-26 Thread jamesmikedup...@googlemail.com
Hi, I have refactored some core classes in josm to run in gwt. this includes most of data classes. I am porting the graphic output to use gwt graphics and svg output. Goal is to get the josm core code running in gwt, first the display code and then to build the the edit functions. there are ways