Re: [Potlatch-dev] [OpenStreetMap] #3674: Internationalisation problem - showing "Object object" or "nulls" on buttons

2011-09-30 Thread OpenStreetMap
#3674: Internationalisation problem - showing "Object object" or "nulls" on
buttons
+---
  Reporter:  Zverik |   Owner:  potlatch-dev@…
  Type:  defect |  Status:  assigned  
  Priority:  major  |   Milestone:
 Component:  potlatch2  | Version:
Resolution: |Keywords:
+---

Comment(by miurahr):

 it is still reproduced on HEAD of systemed branch: v2.3 when adding
 args["locale"]="de_DE"; in resource/potlatch2.html

   see attachment.
 
http://trac.openstreetmap.org/attachment/ticket/3674/potlatch2_systemed_HEAD_localize_fail.png

 compile on Ubuntu Linux 11.04 (64bit) with flex-sdk 4.5.0
 run on firefox 6.0.2, Shockwave Flash 10.3 d162 plugin.

-- 
Ticket URL: 
OpenStreetMap 
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


[Potlatch-dev] [OpenStreetMap] #4030: compile error on systemed tree with flex sdk 4.5.0

2011-09-30 Thread OpenStreetMap
#4030: compile error on systemed tree with flex sdk 4.5.0
---+
 Reporter:  miurahr|   Owner:  potlatch-dev@…
 Type:  defect |  Status:  new   
 Priority:  major  |   Milestone:
Component:  potlatch2  | Version:
 Keywords: |  
---+
 $ ant
 Buildfile: /home/miurahr/projects/osm/potlatch2/build.xml

 git-buildnumber:

 svn-buildnumber:

 buildLocales:
  [echo] Building Localization .swf's

 BUILD FAILED
 /home/miurahr/projects/osm/potlatch2/build.xml:262: The following error
 occurred while executing this line:
 /home/miurahr/projects/osm/potlatch2/build.xml:233: The class not found in
 jar file: mxmlc.jar

 Total time: 1 second

 to fix this, please replace lib/flexTask.jar with one in sdk 4.5
 refer http://builddeploy.blogspot.com/2010/04/class-not-found-in-jar-file-
 mxmlcjar.html

 I can fix it with this way.
 
https://github.com/osmfj/potlatch2/commit/d11e48ddf185bfce41c70b951dc110778221125c

-- 
Ticket URL: 
OpenStreetMap 
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] Potlatch 2.3

2011-09-30 Thread Tom Hughes

On 30/09/11 18:29, Richard Fairhurst wrote:
:

* You now need Flex 4.5.x to build
(http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4.5).


If anybody needs an RPM of flex 4.5.1 then I've put one up here:

  http://download.compton.nu/rpms/

There's an installable package built for F15 and the SRPM for rebuilding 
on other distros.


Tom

--
Tom Hughes (t...@compton.nu)
http://compton.nu/

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


Re: [Potlatch-dev] Potlatch 2.3

2011-09-30 Thread Andy Allan
On Fri, Sep 30, 2011 at 6:29 PM, Richard Fairhurst  wrote:

> Thanks to Andy for huge amounts of work on this.

You're welcome - it's great to see it all finally coming together!
Preparations for this release started way back in May with the fp10
branch.

There's a lot of work to be done to take advantage of various new
things - Flash Player 10 means that we can use Vectors instead of
Arrays in order to improve type safety and opens the door to local
filesystem access - think loading gpx traces - but the main thing I'm
looking forward to is using the new features of Flex 4.5 user
interface components. At the moment we have a bit of a mixed bag of
components between the old mx ones and some of the new spark ones, but
when the migration is completed we'll have great possibilities. It's
also a significant help to any other flex developers or designers who
want to jump in and help us out!

I'm hoping that some of our developers can help get to the bottom of
all of our translation issues - it's been a real bugbear for some time
now and I'd like to get it well and truly fixed.

Cheers,
Andy

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


[Potlatch-dev] Potlatch 2.3

2011-09-30 Thread Richard Fairhurst
New version is now in my github and will hopefully be on osm.org before 
too long.


https://github.com/systemed/potlatch2

Major changes for users:

* Potlatch 2 now requires Flash Player 10.
* The Simple tag editor has been rearranged: fewer tabs, tabs have icons.

Major changes for people running custom instances:

* Simple tag editor changes as above. Icons are currently hard-coded, 
but that'll change.
* Inputs can now be assigned to a subcategory as well as a category. 
This renders as a disclosure panel within a category. This is a great 
place to put lesser-used tags without cluttering up the UI.
* You can now group images by supplying a .zip file, so that P2 doesn't 
ask for eight billion images on every load. To use, supply a Flash 
parameter with the location of the zips and the place they're 
"substituting" for, like this:
	args["assets"] = 
"assets/icons.zip=icons/;assets/features_pois.zip=features/pois/";


Major changes for developers:

* You now need Flex 4.5.x to build 
(http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4.5).


And lots of little stuff. Please note that the translation 
infrastructure is still a work-in-progress and moving to Flex 4 throws 
up some new challenges here


Thanks to Andy for huge amounts of work on this.

cheers
Richard


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


Re: [Potlatch-dev] [OpenStreetMap] #3925: Precondition failed: Cannot create way: data is invalid

2011-09-30 Thread OpenStreetMap
#3925: Precondition failed: Cannot create way: data is invalid
-+--
 Reporter:  IknowJoseph  |   Owner:  potlatch-dev@…
 Type:  defect   |  Status:  new   
 Priority:  minor|   Milestone:
Component:  potlatch2| Version:
 Keywords:   |  
-+--

Comment(by Richard):

 There's a zero-length way in there (way -151). If you can find out how to
 reproduce that, that'd be great and we can look at it.

-- 
Ticket URL: 
OpenStreetMap 
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] #3827: Support MTB route relations

2011-09-30 Thread OpenStreetMap
#3827: Support MTB route relations
--+-
  Reporter:  stevage  |   Owner:  potlatch-dev@…
  Type:  enhancement  |  Status:  closed
  Priority:  minor|   Milestone:
 Component:  potlatch2| Version:
Resolution:  fixed|Keywords:
--+-
Changes (by Richard):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Fixed in
 
https://github.com/systemed/potlatch2/commit/5b211c223ca6bda87465748f91302d67ab669c7b

-- 
Ticket URL: 
OpenStreetMap 
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] #3368: PL2: "show in tabs" and "show in sliding windows" / multi-line tab bar

2011-09-30 Thread OpenStreetMap
#3368: PL2: "show in tabs" and "show in sliding windows" / multi-line tab bar
--+-
  Reporter:  sebastiank   |   Owner:  potlatch-dev@…
  Type:  enhancement  |  Status:  closed
  Priority:  minor|   Milestone:
 Component:  potlatch2| Version:
Resolution:  fixed|Keywords:
--+-
Changes (by Richard):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Flex 4 branch no longer has scrolling tabs; has smaller tabs due to use of
 icons; and provides sub-categories as a place to put lesser-used tag
 editors.

-- 
Ticket URL: 
OpenStreetMap 
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] #3811: Potlatch 2 "R" won't copy tags from node to way

2011-09-30 Thread OpenStreetMap
#3811: Potlatch 2 "R" won't copy tags from node to way
---+
  Reporter:  bryce2@…  |   Owner:  potlatch-dev@…   
 
  Type:  enhancement   |  Status:  closed   
 
  Priority:  minor |   Milestone:  Wishlist 
 
 Component:  potlatch2 | Version:  2.0  
 
Resolution:  duplicate |Keywords:   
 
---+
Changes (by Richard):

  * status:  new => closed
  * resolution:  => duplicate


Comment:

 Pretty much a duplicate of #3980.

-- 
Ticket URL: 
OpenStreetMap 
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] #3946: Add IRS and SPOT layers by kosmosnimki.ru to P2

2011-09-30 Thread OpenStreetMap
#3946: Add IRS and SPOT layers by kosmosnimki.ru to P2
---+
  Reporter:  komzpa@…  |   Owner:  potlatch-dev@…
  Type:  enhancement   |  Status:  closed
  Priority:  major |   Milestone:
 Component:  potlatch2 | Version:
Resolution:  fixed |Keywords:
---+
Changes (by Richard):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Fixed in
 
https://github.com/systemed/potlatch2/commit/ef5d8629a40d997271bce240dc64ff2924e04e49

-- 
Ticket URL: 
OpenStreetMap 
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] #4025: Please support "amenity=nightclub"

2011-09-30 Thread OpenStreetMap
#4025: Please support "amenity=nightclub"
---+
 Reporter:  Tirkon |   Owner:  potlatch-dev@…
 Type:  enhancement|  Status:  new   
 Priority:  major  |   Milestone:
Component:  potlatch2  | Version:
 Keywords:  amenity nightclub  |  
---+

Comment(by Richard):

 It's not at all "inscrutable", it's just that no-one has added it. :)

 To add this we would need a good-quality icon consistent with the SJJB set
 that we use (see http://www.sjjb.co.uk/mapicons/contactsheet) in 16x16 and
 24x24 sizes (or as an SVG).

-- 
Ticket URL: 
OpenStreetMap 
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] #3945: new background imagery layer geoimage.at

2011-09-30 Thread OpenStreetMap
#3945: new background imagery layer geoimage.at
--+-
  Reporter:  numenor@…|   Owner:  potlatch-dev@…

  Type:  enhancement  |  Status:  closed

  Priority:  minor|   Milestone:

 Component:  potlatch2| Version:

Resolution:  fixed|Keywords:  tile layer geoimage.at

--+-
Changes (by Richard):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Done in
 
https://github.com/systemed/potlatch2/commit/e1d3a33d8c4b0ca4cd0456ab5f6e97f6df615b80
 . Nice work with the imagery!

-- 
Ticket URL: 
OpenStreetMap 
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] #3976: Empty ways in changeset

2011-09-30 Thread OpenStreetMap
#3976: Empty ways in changeset
--+-
  Reporter:  Ben Abelshausen  |   Owner:  potlatch-dev@…
  Type:  defect   |  Status:  closed
  Priority:  minor|   Milestone:
 Component:  potlatch2| Version:  2.0   
Resolution:  invalid  |Keywords:
--+-
Changes (by Richard):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 Closing as reporter has not provided requested steps to reproduce. If
 steps to reproduce are provided, we can take a look at it.

-- 
Ticket URL: 
OpenStreetMap 
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] #3967: Canceling edit by pressing Escape --> Button labeles

2011-09-30 Thread OpenStreetMap
#3967: Canceling edit by pressing Escape --> Button labeles
+---
  Reporter:  Kayatim|   Owner:  potlatch-dev@…
  Type:  defect |  Status:  closed
  Priority:  trivial|   Milestone:
 Component:  potlatch2  | Version:
Resolution:  duplicate  |Keywords:  Button labels in popup
+---
Changes (by Richard):

  * status:  new => closed
  * resolution:  => duplicate


-- 
Ticket URL: 
OpenStreetMap 
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] #3871: Shortcuts description in Help

2011-09-30 Thread OpenStreetMap
#3871: Shortcuts description in Help
--+-
  Reporter:  Pepou|   Owner:  potlatch-dev@…
  Type:  enhancement  |  Status:  closed
  Priority:  trivial  |   Milestone:
 Component:  potlatch2| Version:  2.0   
Resolution:  fixed|Keywords:
--+-
Changes (by Richard):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Fixed in
 
https://github.com/systemed/potlatch2/commit/4da4bc8626b972cea3aa9817ceb557b7f124749a

-- 
Ticket URL: 
OpenStreetMap 
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] #3990: Only first imagery logo is displayed

2011-09-30 Thread OpenStreetMap
#3990: Only first imagery logo is displayed
+---
  Reporter:  Richard|   Owner:  potlatch-dev@…
  Type:  defect |  Status:  closed
  Priority:  minor  |   Milestone:
 Component:  potlatch2  | Version:
Resolution:  fixed  |Keywords:
+---
Changes (by Richard):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Fixed in
 
https://github.com/systemed/potlatch2/commit/969fb75282936a1e510a16ccc5b638357ad43ab3
 .

-- 
Ticket URL: 
OpenStreetMap 
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] #3601: Selecting multipolygon resets way color

2011-09-30 Thread OpenStreetMap
#3601: Selecting multipolygon  resets way color
+---
  Reporter:  emj|   Owner:  potlatch-dev@…
  Type:  defect |  Status:  closed
  Priority:  trivial|   Milestone:
 Component:  potlatch2  | Version:
Resolution:  wontfix|Keywords:  multipolygon, rendering   
+---
Changes (by Richard):

  * status:  new => closed
  * resolution:  => wontfix


Comment:

 Not really a bug. The inner way is both black-edged (the inside of the
 sand) and green-edged (the outside of the forest). As such, if both styles
 are on the same layer, one will be drawn over the other

 Any redraw event on either way will therefore cause that one to come to
 the front unless you specify a layer/subpart order in the stylesheet. It's
 not important enough to do that on the osm.org instance but people are of
 course free to do that on their own instances!

-- 
Ticket URL: 
OpenStreetMap 
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] #3977: The From and To dropdown lists are empty when trying to add turn restrictions.

2011-09-30 Thread OpenStreetMap
#3977: The From and To dropdown lists are empty when trying to add turn
restrictions.
-+--
  Reporter:  krychek |   Owner:  potlatch-dev@…
  Type:  defect  |  Status:  closed
  Priority:  minor   |   Milestone:
 Component:  potlatch2   | Version:  2.0   
Resolution:  worksforme  |Keywords:
-+--
Changes (by Richard):

  * status:  new => closed
  * resolution:  => worksforme


Comment:

 Closing because the cited location seems fine for me and the reporter has
 not provided the requested information.

-- 
Ticket URL: 
OpenStreetMap 
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