Re: [OSM-dev] Binary tiling scheme

2010-08-31 Thread jamesmikedup...@googlemail.com
Hi, my only spontaneous thought is this : what if we can add in a zoom level to the tiling, so that map elements visible at zoom level 1 are in one tile, and less visible elements are stored in a sub tile? basically any tile will contain only elements at a certain level of zoom. additional

Re: [OSM-dev] Beautiful maps for a travel blog reviews site

2010-08-30 Thread jamesmikedup...@googlemail.com
On Mon, Aug 30, 2010 at 4:12 AM, Joe Richards geojoeli...@gmail.com wrote: Unique colours/look and feel - we already have that, but perhaps it's time to give up our own map rendering engine and look at Mapnik etc.  We can create a tile server, although obviously avoiding so would be desirable

Re: [OSM-dev] Installation and Configuration of OSM and Nominatim

2010-08-28 Thread jamesmikedup...@googlemail.com
On Sat, Aug 28, 2010 at 9:49 PM, Jose Cid don...@gmail.com wrote: I have just downloaded the Rails Port of the OSM server. After several configuration and build issues I was able to get it done and running on my local machine. Next, I tried populating the database using Osmosis version 0.36.

Re: [OSM-dev] Support for Blender3D import script

2010-08-16 Thread jamesmikedup...@googlemail.com
i have done some experiments with this http://www.mail-archive.com/dev@openstreetmap.org/msg11191.html 2010/8/16 Matthias Meißer dig...@arcor.de: Excause me I already asked in the Forums but didn't get any answer. I contacted Jerome, author of the 'blended city' script for Blender3D.

Re: [OSM-dev] Proposed schema for the OSM binary format.

2010-08-09 Thread jamesmikedup...@googlemail.com
hi scott, what has changed since the beginnning? the only thing that I would like to see is some form of tree structure being possible, we should consider that the quadtree can be implemented using the protobuf for an optimal random access. all the best, mike On Mon, Aug 9, 2010 at 8:06 PM, Scott

Re: [OSM-dev] New OSM binary fileformat implementation.

2010-08-01 Thread jamesmikedup...@googlemail.com
Hi, ist there any documentation of the binary format changes? I have implemented a c++ reader using protobuf, would update that if there is a new format spec. mike ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] please help peer a test torrent

2010-06-20 Thread jamesmikedup...@googlemail.com
Sorry, it seemed to have gone offline, I have restarted the tracker, thanks, mike On Sun, Jun 20, 2010 at 2:25 AM, Jeremy Adams mile...@king-nerd.com wrote: my latest experiment, splitting the osm files and sharing via torrent:

[OSM-dev] please help peer a test torrent

2010-06-19 Thread jamesmikedup...@googlemail.com
my latest experiment, splitting the osm files and sharing via torrent: http://osmopenlayers.blogspot.com/2010/06/first-running-of-osm-gittorrent.html can you please try the torrent? For Kosovo :

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

2010-06-03 Thread jamesmikedup...@googlemail.com
/h4ck3rm1k3/GWTOsm patches welcome. mike On Tue, Jun 1, 2010 at 12:13 PM, jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com wrote: 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

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

2010-06-03 Thread jamesmikedup...@googlemail.com
...@googlemail.com jamesmikedup...@googlemail.com wrote: 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

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 osm-li...@mazdermind.dewrote: jamesmikedup...@googlemail.com schrieb: OK

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 basti...@googlemail.com wrote: Andrew Gregory wrote: On Mon, 31 May 2010 00:40:57 +0800, Peter Körner osm-li...@mazdermind.de wrote: Am 30.05.2010 17:22, schrieb jamesmikedup...@googlemail.com: I am happy to say, have made some progress

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 jamesmikedup...@googlemail.com wrote: Hi, I have refactored some core classes

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

2010-05-31 Thread jamesmikedup...@googlemail.com
, but that will be next. mike On Mon, May 31, 2010 at 7:38 PM, jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com wrote: 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

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 osm-li...@mazdermind.de wrote: Am 30.05.2010 17:22, schrieb jamesmikedup...@googlemail.com: I am happy to say, have made some progress. gwtosm now can

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

2010-05-27 Thread jamesmikedup...@googlemail.com
On Thu, May 27, 2010 at 11:03 AM, Frederik Ramm frede...@remote.org wrote: Dirk, Dirk Stöcker wrote: I'm not so sure this is true anymore. JOSM's internal structure has been reworked largely and it has a big advantage - it has been tested for a long time and works reliable. Nothing against

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

2010-05-26 Thread jamesmikedup...@googlemail.com
On Wed, May 26, 2010 at 9:35 PM, Ævar Arnfjörð Bjarmason ava...@gmail.com wrote: On Wed, May 26, 2010 at 19:17, Frederik Ramm frede...@remote.org 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

Re: [OSM-dev] I have created software for processing OSM data into networked graph structure

2010-05-21 Thread jamesmikedup...@googlemail.com
lets see the c0d3! On Sat, May 22, 2010 at 1:15 AM, Daniel Lissner dliss...@gmail.com wrote: Hello OSM developers, I am a computer scientist researcher at the University of Memphis Computer Science Dept. In a recent project, we needed a representation of the road network which would provide

[OSM-dev] first pass of albanian translation for openstreetmap ready

2010-05-18 Thread jamesmikedup...@googlemail.com
Hi, The first pass at translating opensteretmap, potlatch and slippy maps into albanian is finished, now we will have to review them and do some corrections. I think in 2-3 weeks we will have a complete and checked translation. OSM webpage :

[OSM-dev] first steps in a osmgit

2010-05-13 Thread jamesmikedup...@googlemail.com
HI, I have gotten a first little step running in the splitting of osm into osm files contains tiles of data, and checking them into git. using zoom 10 and then 15 recursivly gives small files, at least for albania that can be seen easily.

Re: [josm-dev] Java Applet

2010-05-12 Thread jamesmikedup...@googlemail.com
what a great idea, i have considered this as well. it would be a welcome replacement for potlatch On Wed, May 12, 2010 at 11:00 PM, Ævar Arnfjörð Bjarmason ava...@gmail.comwrote: It would be very interesting if were un-buggy enough to run via the Edit button on openstreetmap.org. I've wanted

Re: [OSM-dev] New OSM binary fileformat implementation.

2010-05-05 Thread jamesmikedup...@googlemail.com
be appreciated. in the dir OSM-Osmosis/src/crosby/binary/cpp, build and then run : ./osmprotoread albania.osm.protobuf3 out.txt mike On Sun, May 2, 2010 at 11:25 AM, jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com wrote: Ok, my reader is now working, it can read to the end

Re: [josm-dev] Can't get Yahoo imagery to show up in JOSM

2010-05-05 Thread jamesmikedup...@googlemail.com
On Wed, May 5, 2010 at 12:58 PM, Jonas Stein n...@jonasstein.de wrote: Although the best solution would be to include a downloader into the plugin or include a self-test function. We can't include a downloader in the plugin except someone writes a Java software to do so. I am not very

Re: [OSM-dev] New OSM binary fileformat implementation.

2010-05-02 Thread jamesmikedup...@googlemail.com
Ok, my reader is now working, it can read to the end of the file, now am fleshing out the template dump functions to emit the data. g...@github.com:h4ck3rm1k3/OSM-Osmosis.git My new idea is that we could use a binary version of the rtree, I have already ported the rtree to my older template

Re: [josm-dev] Can't get Yahoo imagery to show up in JOSM (works now)

2010-05-02 Thread jamesmikedup...@googlemail.com
I have prepared debian/ubuntu packages and source to build yourself if you need it. The ITP bug report is here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569040 The git repo is here : http://github.com/h4ck3rm1k3/webkitimageqt here is the debian package

Re: [OSM-dev] New OSM binary fileformat implementation.

2010-04-28 Thread jamesmikedup...@googlemail.com
On Wed, Apr 28, 2010 at 7:02 PM, Scott Crosby scrosb...@gmail.com wrote: Hello! I would like to announce code implementing a binary OSM format that supports the full semantics of the OSM XML. It is 5x-10x faster at reading and writing and 30-50% smaller; an entire planet, including all

Re: [OSM-dev] New OSM binary fileformat implementation.

2010-04-28 Thread jamesmikedup...@googlemail.com
I got it built, Build instructions : first get the protobuf, and build manually, 526 svn checkout http://protobuf.googlecode.com/svn/trunk/ protobuf-read-only 527 ls 528 cd protobuf-read-only/ 529 ls 530 bash ./autogen.sh 531 ls 532 make 533 ./configure 534 make 535

Re: [OSM-dev] New OSM binary fileformat implementation.

2010-04-28 Thread jamesmikedup...@googlemail.com
I have created a branch with the cpp generated code, g...@github.com:h4ck3rm1k3/OSM-Osmosis.git the new c++ lib is called libosmprotobuf, what a great name. OSM-Osmosis/src/crosby/binary/ run make to generate the code, but i checked in the results. in the subdir :

Re: [josm-dev] josm and gcj (was: Git mirror of JOSM on GitHub)

2010-04-26 Thread jamesmikedup...@googlemail.com
Klein basti...@googlemail.com wrote: jamesmikedup...@googlemail.com wrote: I will next encapsulate/isolate the changes, yes. I am also more interested in optimizing the generated code, will work on some optimizations first. mike Interesting, I did not expect it would run so well with gcj

Re: [OSM-dev] [josm-dev] Git mirror of JOSM on GitHub

2010-04-24 Thread jamesmikedup...@googlemail.com
On Sat, Apr 24, 2010 at 7:16 AM, jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com wrote: Thats great, I will test build it. I have been dreaming last night about compiling josm with the GNU Java Compiler: http://gcc.gnu.org/java/ dream come true http://github.com

Re: [josm-dev] Git mirror of JOSM on GitHub

2010-04-24 Thread jamesmikedup...@googlemail.com
On Sat, Apr 24, 2010 at 7:16 AM, jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com wrote: Thats great, I will test build it. I have been dreaming last night about compiling josm with the GNU Java Compiler: http://gcc.gnu.org/java/ dream come true http://github.com

Re: [josm-dev] Git mirror of JOSM on GitHub

2010-04-24 Thread jamesmikedup...@googlemail.com
I will next encapsulate/isolate the changes, yes. I am also more interested in optimizing the generated code, will work on some optimizations first. mike On Sat, Apr 24, 2010 at 3:56 PM, Ævar Arnfjörð Bjarmason ava...@gmail.com wrote: On Sat, Apr 24, 2010 at 11:51, jamesmikedup...@googlemail.com

Re: [josm-dev] josm and gcj (was: Git mirror of JOSM on GitHub)

2010-04-24 Thread jamesmikedup...@googlemail.com
opening a file works for me, send me your file. I have a feeling that the open file dialog is noticibley faster, what about you? thanks mike On Sat, Apr 24, 2010 at 8:32 PM, Sebastian Klein basti...@googlemail.com wrote: jamesmikedup...@googlemail.com wrote: I will next encapsulate/isolate

Re: [OSM-dev] [josm-dev] Git mirror of JOSM on GitHub

2010-04-23 Thread jamesmikedup...@googlemail.com
Thats great, I will test build it. I have been dreaming last night about compiling josm with the GNU Java Compiler: http://gcc.gnu.org/java/ will see how that works out mike On Sat, Apr 24, 2010 at 4:05 AM, Ævar Arnfjörð Bjarmason ava...@gmail.com wrote: I got tired of waiting for `svn up'

Re: [josm-dev] Git mirror of JOSM on GitHub

2010-04-23 Thread jamesmikedup...@googlemail.com
Thats great, I will test build it. I have been dreaming last night about compiling josm with the GNU Java Compiler: http://gcc.gnu.org/java/ will see how that works out mike On Sat, Apr 24, 2010 at 4:05 AM, Ævar Arnfjörð Bjarmason ava...@gmail.com wrote: I got tired of waiting for `svn up'

[OSM-dev] got traindirector to compile

2010-04-18 Thread jamesmikedup...@googlemail.com
hi, I finaly got around to trying traindirector, it now compiles and my autotoolz patch is commited. feel free to try: http://gitorious.org/osm-traindirector http://groups.google.com/group/traindir3?hl=en mike ___ dev mailing list dev@openstreetmap.org

Re: [josm-dev] Copy IDs from JOSM

2010-03-31 Thread jamesmikedup...@googlemail.com
I am missing that function as well, but CTRL-I (i) will open the object in the browser, that works as well. mike On Wed, Mar 31, 2010 at 8:58 AM, NopMap ekkeh...@gmx.de wrote: Hi! Is there a way to get the ID of a currently selected item in JOSM into the clipboard? bye        Nop --

Re: [josm-dev] Copy IDs from JOSM

2010-03-31 Thread jamesmikedup...@googlemail.com
NICE! On Wed, Mar 31, 2010 at 10:59 AM, André Riedel riedel.an...@gmail.com wrote: CTRL-C works fine. ;-) 2010/3/31 jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com: I am missing that function as well, but CTRL-I  (i) will open the object in the browser, that works as well

Re: [OSM-dev] [HOT] Open Street Map

2010-03-24 Thread jamesmikedup...@googlemail.com
Hi, there are many answers and your question is vague. I think the best start would be the export function : http://www.openstreetmap.org/export?lat=41.82lon=20.07zoom=8layers=B000FTFT you can create an iframe and embed that on your webpage. you can extend open layers to include more data on top

[OSM-dev] Fwd: LinkedGeoData Google Code Project Started

2010-03-24 Thread jamesmikedup...@googlemail.com
FYI: The linked geodata for OSM (rdf) has released code today http://code.google.com/p/linkedgeodata/ -- Forwarded message -- From: Jens Lehmann lehm...@informatik.uni-leipzig.de Date: Wed, Mar 24, 2010 at 9:31 AM Subject: LinkedGeoData Google Code Project Started To:

Re: [OSM-dev] [Imports] Inserting OSM data

2010-03-23 Thread jamesmikedup...@googlemail.com
On Tue, Mar 23, 2010 at 12:50 PM, Frederik Ramm frede...@remote.org wrote: Jaak Laineste wrote: 1) my inserted data (tag, node, relation, way - any of them) can be defined as private, nobody else can not even see it. 2) my data is protected - you can see, but not modify 3) my data has

Re: [OSM-dev] patch for nomatim

2010-03-22 Thread jamesmikedup...@googlemail.com
Hi Brian, Thanks for you help. Hey that is great, It works now. I did not want to bad mouth anyones code. I was just happy it works. Mike On Mon, Mar 22, 2010 at 3:05 AM, Brian Quinion openstreet...@brian.quinion.co.uk wrote: On Sun, Mar 21, 2010 at 2:51 PM, jamesmikedup...@googlemail.com

Re: [OSM-dev] Inserting OSM data

2010-03-22 Thread jamesmikedup...@googlemail.com
What we did for a similar project in kosovo[1] is to create a set of files on archive.org split by 10k gps points, they are being traced over by volunteers. we processed the csv data into osm files wih perl. If you need help setting that up, please let me know. retrospectivly it is better to

Re: [OSM-dev] Inserting OSM data

2010-03-22 Thread jamesmikedup...@googlemail.com
On Mon, Mar 22, 2010 at 3:54 PM, Maarten Deen md...@xs4all.nl wrote: On Mon, 22 Mar 2010 15:19:43 +0100, Andreas Höschler ahoe...@smartsoft.de wrote: Hi John, For that we need some kind of TCP-based XML interface so that we could send a track in some XML format to a TCP socket and get

Re: [OSM-dev] Inserting OSM data

2010-03-22 Thread jamesmikedup...@googlemail.com
On Mon, Mar 22, 2010 at 5:18 PM, Tom Hughes t...@compton.nu wrote: I'm not sure we really want to encourage the use of our database as a storage space for third party identifiers like that. It could get rather out of hand if everybody else wants to attach their own IDs to our data. If

[OSM-dev] patch for nomatim

2010-03-21 Thread jamesmikedup...@googlemail.com
I have problems with the current nomatim code to connect to the database. http://trac.openstreetmap.org/ticket/2813 I am trying to see if this works, does the output look alright? php ./util.update.php --index Rank: 0, total to do: 0 Rank: 1, total to do: 0 Rank: 2, total to do: 0 Rank: 3, total

Re: [OSM-dev] need some javascript help

2010-03-20 Thread jamesmikedup...@googlemail.com
. Mike On Fri, Feb 26, 2010 at 10:40 PM, jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com wrote: yes the performance is horrid. thanks! I will look into compressing this all and making it tight. it will all be hosted on the server, no need for cross site stuff. thanks, mike

Re: [OSM-dev] request for hosting of WMS layers

2010-03-19 Thread jamesmikedup...@googlemail.com
HI, I have offers from hypercube and wms.openstreetmap.de thanks to them for assisting. we can use any services available, meaning if you have hdd bandwidth and cpu to share we can find more data to host. sorry that I have not responded earlier, I need to put some more time into this. what

Re: [OSM-dev] MapServer, OpenStreetMap, OpenLayers + Reprojection from Latlong to Mercator: a real nightmare

2010-03-17 Thread jamesmikedup...@googlemail.com
please check you mapfile into some git like this http://gitorious.org/albanianfloodingcrisiscamp then i will review it. thanks mike On Wed, Mar 17, 2010 at 10:52 PM, Mulone mul...@rome.com wrote: (apologies for cross-posting) Hi everybody, I'm trying to render openstreetmap data on a WMS

Re: [OSM-dev] request for hosting of WMS layers

2010-03-16 Thread jamesmikedup...@googlemail.com
On Tue, Mar 16, 2010 at 9:06 AM, Frederik Ramm frede...@remote.org wrote: Hi, jamesmikedup...@googlemail.com wrote: I would like to request that my WMS layers for the albanian flooding crisis get hosted on dev.openstreetmap.org http://dev.openstreetmap.org . we have setup a server

Re: [OSM-dev] request for hosting of WMS layers

2010-03-16 Thread jamesmikedup...@googlemail.com
Lets see: The russian toplogical maps 24Gbekim/spatial_data/raster_data/topo_maps/ussr/ But they are converted to tiffs so much bigger. I guess we could go back the ECW proprietary compressed jpeg.. but that needs special drivers.

Re: [OSM-dev] request for hosting of WMS layers

2010-03-16 Thread jamesmikedup...@googlemail.com
I would like to humbly suggest that we start with the DLR images that are coming out: I have prepare Madeira already: http://xhema.flossk.org:8080/mapserver/madeira_ll.map I hope that the new ones are available because they are made due to the charter call, see the permission mail from the

Re: [OSM-dev] Spam in Users' Diaries and Users' Pages

2010-03-16 Thread jamesmikedup...@googlemail.com
What about a default filter for the main page that only shows people who have x number of edits. Or allow people who are established user to approve or vote on new entries from new people. I think there should be a way to report spam effectively, that would be the best solution. mike On Mon, Mar

Re: [OSM-dev] [OSM-talk] GSoC'10

2010-03-11 Thread jamesmikedup...@googlemail.com
On Mar 11, 2010 7:36 AM, jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com wrote: My GSOC suggestion : Get the potlatch running without any Adobe software, use gnash. http://wiki.openstreetmap.org/wiki/GSoC_Project_Ideas_2010#Porting_of_Potlatch_to_use_FLOSS_tools_and_viewer

Re: [josm-dev] Endless bugfixing

2010-03-11 Thread jamesmikedup...@googlemail.com
Hello, May I make a suggestion? create a java 6.0 branch and run that in parallel until it works. mike ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

Re: [OSM-dev] Openstreetmap and the AMD 48 core contest

2010-03-10 Thread jamesmikedup...@googlemail.com
here is my submission : http://xhema.flossk.org:8081/blog/members/h4ck3rm1k3/activity/204/ My submission to AMD, what would I do with 48 cores. 1. remove windows and install debian GNU Linux 2. setup a mapserver for the giscorp/openstreetmap project. 3. setup gdal tools to process the gigabytes

[OSM-dev] First version of long way splitter for gdalcontour output

2010-03-10 Thread jamesmikedup...@googlemail.com
Hi all, As you my know there is a great tool call gdalcontour that will help trace sat images. The problem with it, it produces a huge amount of data. I have been working on how to process this data. First I used shp2osm.pl to produce osm files from the output, but they are still huge. Then I

Re: [OSM-dev] First version of long way splitter for gdalcontour output

2010-03-10 Thread jamesmikedup...@googlemail.com
hope to have some more results soon, mike On Wed, Mar 10, 2010 at 9:21 PM, Nic Roets nro...@gmail.com wrote: On Wed, Mar 10, 2010 at 8:54 PM, jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com wrote: ... Now my code works in a single pass, at least over the entire data. It builds

Re: [OSM-dev] First version of long way splitter for gdalcontour output

2010-03-10 Thread jamesmikedup...@googlemail.com
you might want to trace around? Regards Graham. On 10 March 2010 20:25, jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com wrote: I have not done any monster forests, It is just in the beginning. Feel free to try the program on a big file, I would be interested to know how

Re: [OSM-dev] First version of long way splitter for gdalcontour output

2010-03-10 Thread jamesmikedup...@googlemail.com
://wiki.openstreetmap.org/wiki/Tag:natural%3Dpurple_floodzone http://wiki.openstreetmap.org/wiki/Tag:natural=floodzone http://wiki.openstreetmap.org/wiki/Key:natural Regards, Nic On Wed, Mar 10, 2010 at 10:25 PM, jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com wrote: I have not done any monster

Re: [OSM-dev] Hello

2010-03-10 Thread jamesmikedup...@googlemail.com
Welcome! It is great to see young people interested. The webpage is currently in design, but you can alway make a patch and submit a bug to have it changed: The trac system is here: http://trac.openstreetmap.org/ The source is here:

Re: [OSM-dev] GSoC'10

2010-03-10 Thread jamesmikedup...@googlemail.com
My GSOC suggestion : Get the potlatch running without any Adobe software, use gnash. http://wiki.openstreetmap.org/wiki/GSoC_Project_Ideas_2010#Porting_of_Potlatch_to_use_FLOSS_tools_and_viewer Also why does google list OSM as being apache licensed?

Re: [OSM-dev] need some javascript help

2010-02-26 Thread jamesmikedup...@googlemail.com
for osm, please help with it. we can use it to create databases of addresses and pull them up in the map, like select a street and find all data rows with the street name in it in that current town. thanks, mike On Wed, Feb 24, 2010 at 8:23 PM, jamesmikedup...@googlemail.com jamesmikedup

Re: [OSM-dev] need some javascript help

2010-02-26 Thread jamesmikedup...@googlemail.com
yes the performance is horrid. thanks! I will look into compressing this all and making it tight. it will all be hosted on the server, no need for cross site stuff. thanks, mike On Fri, Feb 26, 2010 at 10:35 PM, Emilie Laffray emilie.laff...@gmail.comwrote: On 26/02/2010 20:59, jamesmikedup

[OSM-dev] need some javascript help

2010-02-24 Thread jamesmikedup...@googlemail.com
Hi all, I am not a real javascript developer, can you give me some advice on this ; 1. I have a url that will return the map for a location string 2. I have a browser for a database browser. How can I connect two windows to each other, I would like to call a different url in what would its own

Re: [OSM-dev] need some javascript help

2010-02-24 Thread jamesmikedup...@googlemail.com
thank you! i will start with some greasemonkey to get going. thanks, mike 2010/2/24 Iván Sánchez Ortega i...@sanchezortega.es El 24/02/2010 15:25, jamesmikedup...@googlemail.com escribió: Hi all, I am not a real javascript developer, can you give me some advice on this ; [...] How can

Re: [OSM-dev] need some javascript help

2010-02-24 Thread jamesmikedup...@googlemail.com
thank you! On Wed, Feb 24, 2010 at 5:10 PM, Nick Whitelegg nick.whitel...@solent.ac.uk wrote: Another cleaner option is to use all that AJAX magic stuff to load the content in a div rather than in an iframe. May I suggest you the ajax for dummies book? It's a nice hands-on introduction to

Re: [OSM-dev] need some javascript help

2010-02-24 Thread jamesmikedup...@googlemail.com
, and install callbacks into the children pages. basically what I want is like this maps sidebar for firefox, but with the ability to look at tables of data for the find source. mike On Wed, Feb 24, 2010 at 7:06 PM, Emilie Laffray emilie.laff...@gmail.comwrote: On 24/02/2010 16:03, jamesmikedup

Re: [OSM-dev] I converted the rails port to Git

2010-02-22 Thread jamesmikedup...@googlemail.com
Nice! we should have a git server on the osm site as well! mike On Sun, Feb 21, 2010 at 11:30 PM, Ævar Arnfjörð Bjarmason ava...@gmail.comwrote: We were discussing maybe moving over to Git in #osm and I thought I'd do a quick conversion just to show how easy it is:

Re: [OSM-dev] Ways and tags to separate tables?

2010-02-04 Thread jamesmikedup...@googlemail.com
you could run a tagscanner tool like I have posted elsewhere and then just generate a stylesheet. It would be possible to modify the osm2pgsql tool, I have patches for it as well. Right now I am a bit busy, but when I have nothing to do; could look into it. mike On Thu, Feb 4, 2010 at 11:34 AM,

[OSM-dev] Broken formatting on diary

2010-01-27 Thread jamesmikedup...@googlemail.com
Hi all, can you please help me remove the broken formatting from my comment here : http://www.openstreetmap.org/user/h4ck3rm1k3/diary/9347 It must be the picture that messes it up. thanks, mike ___ dev mailing list dev@openstreetmap.org

Re: [OSM-dev] Broken formatting on diary

2010-01-27 Thread jamesmikedup...@googlemail.com
It has been fixed, thanks to TomH on #osm on irc.OFTC.net! mike On Wed, Jan 27, 2010 at 9:30 AM, jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com wrote: Hi all, can you please  help me remove the broken formatting from my comment here :  http://www.openstreetmap.org/user

[OSM-dev] please help transform of coords for Prishtina DXF

2010-01-24 Thread jamesmikedup...@googlemail.com
I have here a dxf file of Prishtina in high quality. http://www.archive.org/details/PrishtinaStreets I have been able to convert it to lat/lon like this cs2cs +proj=utm +zone=34T +ellps=WGS84 +datum=WGS84 +units=m -f \%.7f\ Problem is that most of the points are in relative position, there is a

Re: [OSM-dev] first version of the autocad dxf2osm running with polygons

2010-01-14 Thread jamesmikedup...@googlemail.com
! Jonathan On 1/14/10, jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com wrote: I am using : Autoconf version 2.13 automake (GNU automake) 1.11 Strange, but the versions from karmic are different: http://packages.ubuntu.com/de/karmic/automake http

Re: [OSM-dev] first version of the autocad dxf2osm running with polygons

2010-01-13 Thread jamesmikedup...@googlemail.com
I am using : Autoconf version 2.13 automake (GNU automake) 1.11 Strange, but the versions from karmic are different: http://packages.ubuntu.com/de/karmic/automake http://packages.ubuntu.com/de/karmic/autoconf dlocate /usr/bin/autoconf autoconf: /usr/bin/autoconf autoconf2.13: /usr/bin/autoconf

Re: [OSM-dev] first version of the autocad dxf2osm running with polygons

2010-01-11 Thread jamesmikedup...@googlemail.com
:45 PM, jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com wrote: I have made a version of dime that compiles with gcc on linux and has openstreetmap output. It uses a hacked version of proj, which i want to integrate closely using c++ templates to reduce overhead. It is my

Re: [OSM-dev] first version of the autocad dxf2osm running with polygons

2010-01-11 Thread jamesmikedup...@googlemail.com
. cd TwoNickels/ 3. bash ./bootstrap 4. ./configure 5. make the resulting binary : dxf2osm is here : ./dxf2osm/dxf2osm sample.dxf sample.osm Please let me know if it works. sorry for any inconveniences. mike On Mon, Jan 11, 2010 at 11:25 AM, jamesmikedup...@googlemail.com jamesmikedup

Re: [OSM-dev] amazon AMIs for a full blown openstreetmap.org-like server

2010-01-08 Thread jamesmikedup...@googlemail.com
I would like to have an account. We could try out some ideas for replacing the database with a lot of small files. mike On Fri, Jan 8, 2010 at 1:42 PM, Emilie Laffray emilie.laff...@gmail.com wrote: 2010/1/8 Jonathan-David SCHRODER jonathan.schro...@gmail.com Hello, Please tell me if I'm

Re: [OSM-dev] amazon AMIs for a full blown openstreetmap.org-like server

2010-01-08 Thread jamesmikedup...@googlemail.com
I have been working on c++ code with rtrees and other nice things. depending on what you want to do with it, I think it is fair to make updates very slow if the rendering is very fast... mike On Fri, Jan 8, 2010 at 2:39 PM, Stefan de Konink ste...@konink.de wrote: Op 08-01-10 13:49, jamesmikedup

Re: [OSM-dev] amazon AMIs for a full blown openstreetmap.org-like server

2010-01-08 Thread jamesmikedup...@googlemail.com
On Fri, Jan 8, 2010 at 3:23 PM, Stefan de Konink ste...@konink.de wrote: Op 08-01-10 15:09, jamesmikedup...@googlemail.com schreef: I dont know all the details of mapnik, but from what I have seen, using the postgres database is not needed in all cases. I am thinking about It is not required

Re: [OSM-dev] amazon AMIs for a full blown openstreetmap.org-like server

2010-01-08 Thread jamesmikedup...@googlemail.com
Ok, well I am going to first work on making the mapnik be able to render an osm file standalone without postgis, will report back when that works. mike On Fri, Jan 8, 2010 at 3:50 PM, Stefan de Konink ste...@konink.de wrote: Op 08-01-10 15:39, jamesmikedup...@googlemail.com schreef: Tiny would

Re: [OSM-dev] amazon AMIs for a full blown openstreetmap.org-like server

2010-01-08 Thread jamesmikedup...@googlemail.com
So this renderes directly from an osm file? On Fri, Jan 8, 2010 at 4:02 PM, Lennard l...@xs4all.nl wrote: jamesmikedup...@googlemail.com wrote: Ok, well I am going to first work on making the mapnik be able to render an osm file standalone without postgis, will report back when that works

Re: [OSM-dev] amazon AMIs for a full blown openstreetmap.org-like server

2010-01-08 Thread jamesmikedup...@googlemail.com
http://wiki.openstreetmap.org/wiki/Mapnik#Data_Sources This webpage only talkes about posgis, is there any documentation that covers the osm direct rendering? mike On Fri, Jan 8, 2010 at 4:08 PM, jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com wrote: So this renderes directly from

Re: [OSM-dev] amazon AMIs for a full blown openstreetmap.org-like server

2010-01-08 Thread jamesmikedup...@googlemail.com
) you would render the sections of all the zoom levels and that should prevent you from touching the data at the same time. mike On Fri, Jan 8, 2010 at 6:08 PM, Dane Springmeyer bl...@hailmail.net wrote: On Jan 8, 2010, at 7:19 AM, jamesmikedup...@googlemail.com wrote: http

[OSM-dev] first version of the autocad dxf2osm running with polygons

2010-01-04 Thread jamesmikedup...@googlemail.com
I have made a version of dime that compiles with gcc on linux and has openstreetmap output. It uses a hacked version of proj, which i want to integrate closely using c++ templates to reduce overhead. It is my opinion that we can add in all these templates to produce a inline template function

Re: [OSM-dev] [ANN] Parsing Library for OSM

2009-12-23 Thread jamesmikedup...@googlemail.com
Nice! any figures on performance? On Thu, Dec 24, 2009 at 12:49 AM, Tony Morris tonymor...@gmail.com wrote: A library for parsing OpenStreetMap files using HXT into data structures. http://code.google.com/p/geo-osm/ http://hackage.haskell.org/package/OSM -- Tony Morris http://tmorris.net/

Re: [OSM-dev] Delete a node

2009-12-13 Thread jamesmikedup...@googlemail.com
yes. I think, at least the node data like id and version. node id=123 version=3 / mike On Sun, Dec 13, 2009 at 6:54 PM, hy-soft hy-s...@sha-mash.de wrote: the wiki says: http://wiki.openstreetmap.org/wiki/API_v0.6 Delete: DELETE /api/0.6/[node|way|relation]/#id Expects a valid XML

Re: [OSM-dev] Delete a node

2009-12-13 Thread jamesmikedup...@googlemail.com
It is not like people want to program an API most of the time. they want to use a simple lib that wraps that api. That is what we need, a libOSM that is up to date and usable in many languages. mike On Sun, Dec 13, 2009 at 9:14 PM, Ian Dees ian.d...@gmail.com wrote: On Sun, Dec 13, 2009 at 2:06

Re: [josm-dev] Save OSM file without information about changed data

2009-12-13 Thread jamesmikedup...@googlemail.com
On Sun, Dec 13, 2009 at 1:57 PM, Jonas Krückel o...@jonas-krueckel.de wrote: Hi, I've loaded a local .osm file into JOSM and deleted some relations. Now I want to save this file, but without the information about what I have edited. I don't want to have the action= tags in the .osm file and

Re: [josm-dev] Save OSM file without information about changed data

2009-12-13 Thread jamesmikedup...@googlemail.com
='0.6' generator='h4ck3rm1k3' 1070d1069 node id='587702957' action='delete' timestamp='2009-12-12T14:09:26Z' uid='131059' user='h4ck3rm1k3' visible='true' version='1' lat='36.5967337' lon='-93.5215472' / mike On Sun, Dec 13, 2009 at 2:34 PM, jamesmikedup...@googlemail.com jamesmikedup

Re: [OSM-dev] Import of KML Radar sites failing

2009-12-11 Thread jamesmikedup...@googlemail.com
Hi, I fixed the mines already. I am importing the EPA sites. of course I unzipped it. The gpsbabel produced nothing. mike On Fri, Dec 11, 2009 at 5:22 PM, Thomas Wood grand.edgemas...@gmail.com wrote: jamesmikedup...@googlemail.com wrote: HI there, I have been using gpsbabel to convert

Re: [OSM-dev] Import of KML Radar sites failing

2009-12-11 Thread jamesmikedup...@googlemail.com
/chooseday.jsp?id=KBGM/A]]/description Point coordinates-75.985,42.21,0/coordinates /Point /wsr wsr On Fri, Dec 11, 2009 at 5:29 PM, jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com wrote: Hi, I fixed the mines already. I am importing the EPA sites. of course I

Re: [OSM-dev] Import of KML Radar sites failing

2009-12-11 Thread jamesmikedup...@googlemail.com
perfect : http://www.openstreetmap.org/browse/changeset/3350339 now we have 163 radio transponders! On Fri, Dec 11, 2009 at 5:34 PM, Thomas Wood grand.edgemas...@gmail.com wrote: jamesmikedup...@googlemail.com wrote: Hi, I fixed the mines already. I am importing the EPA sites. of course I

Re: [OSM-dev] 3d Import into OpenArena working

2009-10-17 Thread jamesmikedup...@googlemail.com
wonderful Images from it. PovRAY relates to Blender co. like LaTeX relates to Word. It is very well suited for automated generation of 3D models, as you can see with eagle3D [2] Peter [1] http://www.povray.org/ [2] http://www.matwei.de/doku.php?id=en:eagle3d:eagle3d jamesmikedup

Re: [OSM-dev] 3d Import into OpenArena working

2009-10-14 Thread jamesmikedup...@googlemail.com
On Tue, Oct 13, 2009 at 2:33 PM, Nick Whitelegg nick.whitel...@solent.ac.uk wrote: WebGL looks interesting, and am thinking of having a play with it. The main issue I see is it introduces a web dependency; if you're in the field and you don't have web access (or don't want to pay for data

Re: [OSM-dev] 3d Import into OpenArena working

2009-10-10 Thread jamesmikedup...@googlemail.com
platform will be WebGL, a 3D-rendering API integrated in the browsers, usable with JavaScript. It is already integrated in developer versions of WebKit (Safari, Konqueror) and Firefox. Original-Nachricht Von: jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com Well, I

Re: [OSM-dev] 3d Import into OpenArena working

2009-10-07 Thread jamesmikedup...@googlemail.com
On Wed, Oct 7, 2009 at 11:27 PM, Stefan Ziegler stefan.ziegler_...@gmx.de wrote: Hello, Original-Nachricht Von: jamesmikedup...@googlemail.com jamesmikedup...@googlemail.com I am open to all ideas. the code is checked in. my  next step would be to look into the rendering

Re: [OSM-dev] 3d Import into OpenArena working

2009-10-06 Thread jamesmikedup...@googlemail.com
stefan.ziegler_...@gmx.de wrote: Hello, From: jamesmikedup...@googlemail.com       jamesmikedup...@googlemail.com Look at osm3d.org (my sleeping project) or at these flight simulator pages using osm: http://gallery.flightgear.org.uk/c1483094.html http://www.marginal.org.uk/x-planescenery

[OSM-dev] 3d Import into OpenArena working

2009-10-05 Thread jamesmikedup...@googlemail.com
Video, it works http://www.youtube.com/watch?v=hFcUjA6A8pQ Hi all, I am working on importing openstreetmap maps into openarena. Here are my patchs and code and posts : Project Plan and Kick off http://rdfintrospector2.blogspot.com/2009/09/3d-openstreetmap.html Importing into blender

Re: [OSM-dev] Open sou...@dtu

2009-10-01 Thread jamesmikedup...@googlemail.com
Hi there, Well do you mean as coders or as editors? First you should start by reviewing the maps of the places you know. Look up your home town and check if it is ok. If you see something missing, use the editor or josm.openstreetmap.de for fixing it. mike

  1   2   >