Re: [Potlatch-dev] [OpenStreetMap] #3700: Arrow Keys change Tags when moving map

2012-03-24 Thread OpenStreetMap
#3700: Arrow Keys change Tags when moving map
-+--
  Reporter:  Peter W34   |   Owner:  potlatch-dev@…
  Type:  defect  |  Status:  closed
  Priority:  major   |   Milestone:
 Component:  potlatch2   | Version:  2.0   
Resolution:  worksforme  |Keywords:
-+--
Changes (by Richard):

  * status:  new = closed
  * resolution:  = worksforme


-- 
Ticket URL: https://trac.openstreetmap.org/ticket/3700#comment:2
OpenStreetMap http://www.openstreetmap.org/
OpenStreetMap is a free editable map of the whole world

___
Potlatch-dev mailing list
Potlatch-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #4044: In Potlatch 2.3, you have to click somewhere random between save and c for commit

2012-03-24 Thread OpenStreetMap
#4044: In Potlatch 2.3, you have to click somewhere random between save and c
for commit
--+-
  Reporter:  SomeoneElse  |   Owner:  potlatch-dev@…
  Type:  defect   |  Status:  closed
  Priority:  trivial  |   Milestone:
 Component:  potlatch2| Version:
Resolution:  fixed|Keywords:
--+-
Changes (by Richard):

  * status:  new = closed
  * resolution:  = fixed


Comment:

 Fixed a few commits ago.

-- 
Ticket URL: https://trac.openstreetmap.org/ticket/4044#comment:3
OpenStreetMap http://www.openstreetmap.org/
OpenStreetMap is a free editable map of the whole world

___
Potlatch-dev mailing list
Potlatch-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [OSM-dev] GSoC - Improvements to Vespucci

2012-03-24 Thread Jan Schejbal
Am 2012-03-24 19:26, schrieb Andrew Gregory:
 As someone who uses Vespucci, and has contributed to it in the past, I
 would welcome *any* contributions. I think the important thing for GSoC
 is for any work to be relatively small in scope. Vespucci is a bit messy
 on the inside and may take some time to figure out. :(

I have worked with the Azureus source code before. I don't know how
messy Vespucci is, but it sure is smaller ;-)

After losing a GPS track to what it seems locking and rotating the
device, I think that robust local (auto)save support would be really
nice to have. Probably, an undo function would go well with this.

I am really bad at estimating how much effort a task takes, but I could
imagine doing one or more of the following as a GSoC project:

 - Local (auto)save function
 - Undo function
 - Offline background map support (using the mapsforge lib)
 - Simple PoI menu (as described in the first mail)
 - Layer/custom API support (as described in the first mail)

I would appreciate help with deciding what combination of these would be
a good scope for GSoC, and of course, most useful for OSM.


Kind regards,
Jan

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Problems with mod_tile + tirex

2012-03-24 Thread Kai Krueger
On 03/23/2012 01:49 AM, Valery N. wrote:
 
 So according all logs - all fine, but I recieve 404 :(

I have committed a few more debug messages for the logs on the serving
path. Could you download the latest svn and recompile?

Kai


 
 2012/3/23 Kai Krueger kakrue...@gmail.com mailto:kakrue...@gmail.com
 
 
 Valery N. wrote
 
  For some unknown reasons request like
  http://mapserv.test.maps.local/tiles/mapnik/1/1/-1.png raise* 404
 error*
  on
  web server
 
 Well, that is not a valid request. A negative y coordinate is not
 allowed
 and so it will correctly give a 404 error.
 
 Also the rest of you mod_tile log seems fine and gives the expected
 result.
 It will correctly mention no valid tile layer for request uri's like
 /favicon.ico or /index.html, and fall through to normal serving
 of those
 files.
 
 Have you tried waiting for a while and then reloading the tile. At
 low zoom
 levels, rendering tiles can take several minutes and mod_tile will
 time out
 before it is finished rendering. The next time it will then
 hopefully get
 the rendered tile from cache.
 
 Kai
 
 --
 View this message in context:
 
 http://gis.19327.n5.nabble.com/Problems-with-mod-tile-tirex-tp5587540p5588086.html
 Sent from the Developer Discussion mailing list archive at Nabble.com.
 
 ___
 dev mailing list
 dev@openstreetmap.org mailto:dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/dev
 
 


___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] GSoC - Improvements to Vespucci

2012-03-24 Thread Graham Jones
Hi Jan,
My personal order of preference for the features you suggest would be:

   1. Simple Long Click POI Menu - this would be a big step forward for
usability - I think the application has most of the fundamental features
   that I would use, but it takes too many clicks to do things.   It would be
   good to write the code so that the contents of the menu can be customised
   for other uses (ie very specialised simple editors etc.).
   2. Auto Save Function - I think I have lost things before, but don't
   know how.
   3. Undo function - Always good in case you make a mistake.
   4. Custom API support - this sounds potentially useful, but not
   something I have a need for at the moment.
   5. Offline Background Map - I am not really interested in this because I
   try to use vespucci when I am out and can look at the real world, so don't
   need a background map for reference.

In terms of estimating how much effort is required, it really depends on
how quickly you manage to get up to speed with the existing code.  This
means that the first thing you work on will take most of the time, and the
others are likely to be (comparatively) straightforward.

I would recommend writing your application proposal as a 'base project'
with maybe a couple of the features you are thinking of, which you can be
confident in achieving, and identify the others as potential extensions if
it goes smoothly.

Hope that helps.

Graham.



-- 
Graham Jones
Hartlepool, UK.
___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


[OSM-dev] Postcode to LonLat tool

2012-03-24 Thread Richard Ive
Hey Community,

I'm not sure this is the right section, but I'm going to assume it is so
i'm just going to let all the development people here know about a tool
I've been creating. It's a UK postcode geocoder.

I've created this using NodeJS. I set myself a goal of learning NodeJS,
then deploying the project completely free of charge. Some how I've
achieved it which I'm quite proud of seeing as the postcode database is
about 1.7 million records and 400mb on disk. I do have the great guys at
http://nodester.com to thank for the free NodeJS hosting, and the guys at
http://dotcloud.com for their mongodb free hosting too.

It's still work in progress, I also know there are tools out there that do
the same thing. However, feel free to try it, criticise it or just make any
general suggestions :) In the future I want to add features such as
locating other postcodes within an X radius of a searched postcode. I'll
also make a distance calculator between two postcodes.

Enjoy!

Rich

p.s sorry if i'm in the wrong list.
___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


[OSM-dev] Fwd: Postcode to LonLat tool

2012-03-24 Thread Richard Ive
Goodness, I got so excited I didn't mention how to use it!

http://postcode.nodester.com/ is the test page. (There's an input box
bottom right).

If you want raw JSON use:

http://postcode.nodester.com/postcode/[postcode]

Cheers,
Rich

-- Forwarded message --
From: Richard Ive richard@metafour.com
Date: 25 March 2012 00:25
Subject: Postcode to LonLat tool
To: dev@openstreetmap.org


Hey Community,

I'm not sure this is the right section, but I'm going to assume it is so
i'm just going to let all the development people here know about a tool
I've been creating. It's a UK postcode geocoder.

I've created this using NodeJS. I set myself a goal of learning NodeJS,
then deploying the project completely free of charge. Some how I've
achieved it which I'm quite proud of seeing as the postcode database is
about 1.7 million records and 400mb on disk. I do have the great guys at
http://nodester.com to thank for the free NodeJS hosting, and the guys at
http://dotcloud.com for their mongodb free hosting too.

It's still work in progress, I also know there are tools out there that do
the same thing. However, feel free to try it, criticise it or just make any
general suggestions :) In the future I want to add features such as
locating other postcodes within an X radius of a searched postcode. I'll
also make a distance calculator between two postcodes.

Enjoy!

Rich

p.s sorry if i'm in the wrong list.



-- 
Richard Ive •  Metafour UK Ltd  •  2 Berghem Mews, London W14 0HN  •
registered in England: 01528556
tel: 020 7912 2000   •   direct: 020 7912 2006   •   mobile: 07950 232 107
  •   website: www.metafour.com
This email is private  confidential; if you received it in error, please
notify us and delete it from your system
___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev