Re: [OSM-dev] Questions on modifying openstreetmap-carto

2020-08-26 Thread ika-chan! (OpenStreetMap)
Hello again,

I am starting to get the basics of adding new fields to project.mml, but I now 
wish to update “amenity-points” so that bus stops use the network name from the 
“stop_area”, like they do in France. At the moment I can manage:

tags->'network' AS network,

… which calls up the network tag from the node only. How do I make it to read 
from the “stop_area” relation too?

Apologies for being very specific: I am very new to anything beyond simple 
recolours.

— ika-chan!

> On 25 Aug 2020, at 21:44, Andy Townsend  wrote:
> 
> On 25/08/2020 19:52, Mateusz Konieczny via dev wrote:
>> Yes, I always used normal text editor.
>> 
> Same here.  There are projects such as 
> https://wiki.openstreetmap.org/wiki/TileMill which were / are designed to 
> automate map reloading after changes, but when I last used TileMill (a long 
> time ago) there were signnificant problems using TileMill with an OSM 
> Carto-derived style (not least - there are so many tabs that they disappeared 
> off the screen).  I tend to just reload when I want to rerender.  When 
> changing my own OSM Carto-derived map style I use 
> https://github.com/SomeoneElseOSM/SomeoneElse-style/blob/master/update_render.sh
>  and 
> https://github.com/SomeoneElseOSM/SomeoneElse-style/blob/master/update_carto.sh
>  to reload data (the first if a lua script has changed and the database needs 
> to be reloaded; the second if only a style file has changed and the style 
> just needs to be recompiled).
> 
> 
>> If you want to see how changes are done
>> I would recommend looking at pull requests
>> and commit history.
>> 
> I tried to summarise "Adding a change to OSM Carto" at 
> https://www.openstreetmap.org/user/SomeoneElse/diary/43041 ; some of that 
> won't be relevant but some of it might still be - things like testing the 
> effect of a colour change.
> 
> If you haven't seen it already, please do read 
> https://ircama.github.io/osm-carto-tutorials/git-workflow/ and the related 
> tutorials there - they're excellent!
> 
> Best Regards,
> 
> Andy
> 
> 
> 
> ___
> dev mailing list
> dev@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/dev


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


[OSM-dev] Questions on modifying openstreetmap-carto

2020-08-25 Thread ika-chan! (OpenStreetMap)
Hello,

I have made significant progress in creating a tutorial for a fantasy map 
server on the wiki, having gone as far as getting Nominatim and its UI working 
last night.

Now, I am moving my focus to modding OpenStreetMap Carto, and I know a few very 
basic modifications, like recolouring existing features (see 
https://wiki.openstreetmap.org/wiki/User:Ika-chan!/British_road_colours). 
However, I would like to expand on mere recolouring and ask how I can modify 
OpenStreetMap Carto to:

1. Render “railway=rail” in a different colour when “highspeed=yes”.
2. Render “railway=station” in a different icon when the key “network” contains 
a certain value or a combination of certain values like (but not exclusively) 
“National Rail” or “TfL Rail”.

I am still new to OpenStreetMap Carto’s language: I assume that the developers 
use a text editor for all the rendering rules?

Best,

— ika-chan!
___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Water polygon shapefiles for Openstreetmap-carto

2019-02-26 Thread ika-chan! (OpenStreetMap)
Hi, will this mean that the coastline will eventually no longer need to follow 
a particular direction?

Best,

— ika-chan!

> On 26 Feb 2019, at 03:18, Joseph Eisenberg  wrote:
> 
> The maintainers of Openstreetmap-carto would like to switch to water polygons 
> instead of land polygons. 
> 
> However, some users reported problems with the simplified water polygon 
> shapefiles when this change was attempted in 2016. We believe the problem is 
> no longer present, because the German map style is using these shapefiles 
> without problems, but it needs testing. 
> 
> If you were one of users who had
> problems with the simplified-water-polygon shapefiles or if you’ve seen 
> problems with rendering the current German fork on your setup, please let us 
> know, and try out the change on your server. 
> 
> The branch is available at: 
> https://github.com/jeisenbe/openstreetmap-carto/tree/ocean-polygons 
> <https://github.com/jeisenbe/openstreetmap-carto/tree/ocean-polygons>
> 
> New PR: 
> https://github.com/gravitystorm/openstreetmap-carto/pull/3694 
> <https://github.com/gravitystorm/openstreetmap-carto/pull/3694>
> 
> Old issue: 
> https://github.com/gravitystorm/openstreetmap-carto/issues/2101 
> <https://github.com/gravitystorm/openstreetmap-carto/issues/2101>___
> dev mailing list
> dev@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/dev

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


Re: [Potlatch-dev] [OpenStreetMap] #5503: P2's GPS traces (from server) display is affected by new API treatment of unordered traces

2018-11-09 Thread OpenStreetMap
#5503: P2's GPS traces (from server) display is affected by new API treatment of
unordered traces
--+--
  Reporter:  aseerel4c26  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  closed
  Priority:  major|  Milestone:
 Component:  potlatch2|Version:
Resolution:  fixed|   Keywords:  gps traces unordered
--+--
Changes (by Richard):

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


Comment:

 Addressed in
 
https://github.com/systemed/potlatch2/commit/550aab49bc2630fbc456f04993bf2fc595900939

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5503#comment:5>
OpenStreetMap <https://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


Re: [Potlatch-dev] [OpenStreetMap] #5503: P2's GPS traces (from server) display is affected by new API treatment of unordered traces

2018-11-09 Thread OpenStreetMap
#5503: P2's GPS traces (from server) display is affected by new API treatment of
unordered traces
--+--
  Reporter:  aseerel4c26  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  new
  Priority:  major|  Milestone:
 Component:  potlatch2|Version:
Resolution:   |   Keywords:  gps traces unordered
--+--

Comment (by SomeoneElse):

 That screenshot is of around
 https://www.openstreetmap.org/#map=18/53.17388/-1.41611 .

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5503#comment:4>
OpenStreetMap <https://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


Re: [Potlatch-dev] [OpenStreetMap] #5503: P2's GPS traces (from server) display is affected by new API treatment of unordered traces

2018-11-09 Thread OpenStreetMap
#5503: P2's GPS traces (from server) display is affected by new API treatment of
unordered traces
--+--
  Reporter:  aseerel4c26  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  new
  Priority:  major|  Milestone:
 Component:  potlatch2|Version:
Resolution:   |   Keywords:  gps traces unordered
--+--

Comment (by Richard):

 Do you have a sample lat/long where this behaviour is exhibited?

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5484: When you move the map, P2 fails to fetch new OSSV Imagery

2018-11-09 Thread OpenStreetMap
#5484: When you move the map, P2 fails to fetch new OSSV Imagery
--+
  Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  closed
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:  fixed|   Keywords:  imagery
--+
Changes (by Richard):

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


--
Ticket URL: <https://trac.openstreetmap.org/ticket/5484#comment:7>
OpenStreetMap <https://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


Re: [Potlatch-dev] [OpenStreetMap] #5503: likely P2's GPS data display is affected by new API treatment of unordered traces

2018-11-08 Thread OpenStreetMap
#5503: likely P2's GPS data display is affected by new API treatment of 
unordered
traces
--+--
  Reporter:  aseerel4c26  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  new
  Priority:  major|  Milestone:
 Component:  potlatch2|Version:
Resolution:   |   Keywords:  gps traces unordered
--+--

Comment (by SomeoneElse):

 If I click "edit" against one of my existing traces it works as before.  I
 I load one of my tracks within P2 it works as before.

 Loading all GPS traces gives the attached effect (not working as before)

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5503#comment:1>
OpenStreetMap <https://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


[Potlatch-dev] [OpenStreetMap] #5503: likely P2's GPS data display is affected by new API treatment of unordered traces

2018-11-08 Thread OpenStreetMap
#5503: likely P2's GPS data display is affected by new API treatment of 
unordered
traces
--+
 Reporter:  aseerel4c26   |  Owner:  potlatch-dev@…
 Type:  defect| Status:  new
 Priority:  major |  Milestone:
Component:  potlatch2 |Version:
 Keywords:  gps traces unordered  |
--+
 If I remember correctly (cannot test, since I have no Flash player
 anymore) P2 displays all GPS traces as lines. Hence, it is likely
 affected, as JOSM is, by the  API trackpoints api call code change which
 closed https://github.com/openstreetmap/openstreetmap-website/issues/2046
 .

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5503>
OpenStreetMap <https://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


Re: [OSM-dev] Various types and means of account blocks

2018-09-24 Thread ika-chan! (OpenStreetMap)
There are two common types of account blocks on MediaWiki, which could form the 
basis for the proposed reform: 

1. A block where a user cannot edit any page except their own talk page.
2. A block where a user cannot edit any page at all.

So on OSM, it would be:

1. Editing block
2. Full block

I think that should take care of it.

— ika-chan!

> On 24 Sep 2018, at 16:57, Frederik Ramm  wrote:
> 
> Hi,
> 
> I would like to start a discussion/brainstorming about the technical
> aspects and means of blocking OSM user accounts.
> 
> First of all, the wider OSM community uses a wealth of communications
> channels, most of which are not even controlled by us; here I just want
> to discuss the actual OSM account and the means of communication
> associated with that.
> 
> Currently an account can be blocked (by the DWG for a limited time, or
> by admins for arbitrary timespans). There's a UI for that (even though I
> think the long-term blocks need manual database fiddling). A blocked
> user cannot edit OSM data. They can, however, still use the various
> communication functions: write personal messages, write or comment on
> diary entries, comment on changesets, and open, close, and comment on
> notes. And they can modify their user page, change their account name,
> and "befriend" other users.
> 
> Currently, if we wanted to keep someone from using these functions, we'd
> have to "suspend" the account altogether, which is almost the same as
> deleting it: The account will not be visible any more, at all, and
> nobody can log in to it (cf. discussion in
> https://github.com/openstreetmap/openstreetmap-website/issues/1946).
> 
> OSM has largely been spared from obnoxious nutcases that you find online
> elsewhere, but our increasing popularity will certainly send a couple of
> them our way in the future.
> 
> Some examples of borderline behaviour that we have seen in the past:
> 
> * user creating tons of playful/funny notes, and modifying his user name
> several times a day
> 
> * user closing 100s of notes without actually doing something about them
> 
> * user "stalking" another user in changeset comments, writing rant-y
> comments in response to everything the other user writes
> 
> * user writing longish, rant-y, unwanted, and off-topic diary comments
> to third party's diary entries
> 
> * user sending legal threats to other users in personal messages
> 
> * user adding a "shit list" to his profile page listing the account
> names of other mappers they don't like
> 
> I wonder what the best way would be to deal with issues like that. The
> ticket I quoted above is from a DWG member suggesting that normal user
> blocks should simply be extended to block all the "communication"
> functions as well. In the discussion it was suggested that someone
> blocked for, say, participating in an edit war, should not necessarily
> be prevented from writing and receiving messages.
> 
> Is the opposite true as well - would/should someone given a cool-off
> period for being a dick in a discussion still be allowed to do mapping?
> 
> Should a normal user block perhaps simply come in two flavours, "block
> mapping only" and "block all"?
> 
> It has been suggested that blocking *all* communication functions might
> be problematic because one thing you might expect from someone you have
> blocked is that they apologise, or set something right, which they might
> not be able to do without the ability to write messages.
> 
> Do we need a full array of permissions - "can change user name", "can
> edit own user page", "can write personal messages", etc. - and the
> ability to short-time suspend any and all of them?
> 
> Thoughts are welcome.
> 
> This also ties in somewhat with a separate discussion, on how a
> prerequisite for allowing children on the platform might be that we can
> disable the "social" functions of an account. In that case it would not
> be a short-term block, but a whole class of accounts that can edit, but
> not participate in discussions (for their own protection). I'm not sure
> that can work at all (given that the ability to contact a mapper is very
> important to us). Maybe such accounts would have to be linked to a
> "responsible" parent account who then gets the messages...
> 
> Bye
> Frederik
> 
> -- 
> Frederik Ramm  ##  eMail frede...@remote.org  ##  N49°00'09" E008°23'33"
> 
> ___
> dev mailing list
> dev@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/dev


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


[OSM-dev] OSM went belly up.

2018-07-24 Thread ika-chan! (OpenStreetMap)
What is up with the server: I keep getting this error in iD when trying to edit:

We're sorry, but something went wrong.

The issue has been logged for investigation. Please try again later.

Technical details for the administrator of this website
Error ID:

25bbf161
Details:

Web application could not be started by the Phusion Passenger application 
server.

Please read the Passenger log file (search for the Error ID) to find the 
details of the error.

You can also get a detailed report to appear directly on this page, but for 
security reasons it is only provided if Phusion Passenger is run with 
environment set to development and/or with the friendly error pages option set 
to on.

For more information about configuring environment and friendly error pages, 
see:

• Nginx integration mode
• Apache integration mode
• Standalone mode
This website is powered by Phusion Passenger®, the smart application server 
built by Phusion®.

—ika-chan!___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] OpenStreetMap Carto release v4.12.0

2018-06-25 Thread ika-chan! (OpenStreetMap)
Hi all,

I wish to express my concern about how the update could make it harder for me 
to recolour the roads to meet local customs or requirements. This is in 
relation to my tutorial about how to make the stylesheet align with the 
customary road colours of the British Isles (not just the UK): 
https://wiki.openstreetmap.org/wiki/User:Ika-chan!/British_road_colours

Health permitting, I am currently in the process of creating a tutorial about 
setting up a server for private worlds.

Best,

ika-chan!

> On 22 Jun 2018, at 16:16, Daniel Koć  wrote:
> 
> Dear all,
> 
> Today, v4.12.0 of the OpenStreetMap Carto stylesheet (the default
> stylesheet on the OSM website) has been released. Once changes are
> deployed on the openstreetmap.org it will take couple of days before
> all tiles show the new rendering.
> 
> [snipped by the responder, due to length]


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


Re: [Potlatch-dev] [OpenStreetMap] #5484: When you move the map, P2 fails to fetch new OSSV Imagery

2018-01-16 Thread OpenStreetMap
#5484: When you move the map, P2 fails to fetch new OSSV Imagery
--+
  Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  new
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:   |   Keywords:  imagery
--+

Comment (by TomH):

 I've pushed a new build now.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5484#comment:6>
OpenStreetMap <https://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


Re: [Potlatch-dev] [OpenStreetMap] #5484: When you move the map, P2 fails to fetch new OSSV Imagery

2018-01-16 Thread OpenStreetMap
#5484: When you move the map, P2 fails to fetch new OSSV Imagery
--+
  Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  new
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:   |   Keywords:  imagery
--+

Comment (by TomH):

 Yes - somebody will need to run make and commit the built files.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5484#comment:5>
OpenStreetMap <https://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


Re: [Potlatch-dev] [OpenStreetMap] #5484: When you move the map, P2 fails to fetch new OSSV Imagery

2018-01-16 Thread OpenStreetMap
#5484: When you move the map, P2 fails to fetch new OSSV Imagery
--+
  Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  new
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:   |   Keywords:  imagery
--+

Comment (by Richard):

 It pulls it from http://osmlab.github.io/editor-layer-index/imagery.json .
 I think there might be some sort of build step that's required for that to
 be updated - not sure.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5484#comment:4>
OpenStreetMap <https://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


Re: [Potlatch-dev] [OpenStreetMap] #5484: When you move the map, P2 fails to fetch new OSSV Imagery

2018-01-16 Thread OpenStreetMap
#5484: When you move the map, P2 fails to fetch new OSSV Imagery
--+
  Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  new
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:   |   Keywords:  imagery
--+

Comment (by SomeoneElse):

 https://github.com/osmlab/editor-layer-index/pull/380 has now been merged.

 The problem seems ot occur with http sources that redirect to https.  Some
 other sources at osm.org referred to in the editor-imagery-index redirect
 and some (as yet) do not.  A bunch seem to be defined there but not actual
 exist or be usable, despite trying to fetch tiles in the right zoom range
 in the right are (e.g some OSM-hosted OS OOC maps).  I suspect that many
 of these are dupicates of e.g. NLS maps.

 There are three others - AGRI, Surrey Air Survey and one for the
 Philippines that show the issue.  I can get the first 2 to load and show
 the same problem, and the fix for them is in here:

 https://github.com/osmlab/editor-layer-index/pull/382

 I can't get the Philippines imagery to load within P2 (but oddly can
 externally) so I haven't changed that one.

 Presumably editor-layer-index is somehow either canned within P2 or is
 released only occasionally?  The live version used by P2 hasn't been
 updated yet.

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5484: When you move the map, P2 fails to fetch new OSSV Imagery

2018-01-14 Thread OpenStreetMap
#5484: When you move the map, P2 fails to fetch new OSSV Imagery
--+
  Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  new
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:   |   Keywords:  imagery
--+

Comment (by SomeoneElse):

 https://github.com/osmlab/editor-layer-index/pull/380

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5484: When you move the map, P2 fails to fetch new OSSV Imagery

2018-01-14 Thread OpenStreetMap
#5484: When you move the map, P2 fails to fetch new OSSV Imagery
--+
  Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  new
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:   |   Keywords:  imagery
--+

Comment (by Richard):

 Looking at the console, this appears to be Firefox being sniffy about the
 fact that OSSV is served over HTTP while P2 has been served over HTTPS. I
 guess this needs editor-imagery-index to be updated.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5484#comment:1>
OpenStreetMap <https://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


[Potlatch-dev] [OpenStreetMap] #5476: Allow task names to be taken from the GPX tag

2017-10-17 Thread OpenStreetMap
#5476: Allow task names to be taken from the GPX  tag
-+
 Reporter:  zstadler |  Owner:  potlatch-dev@…
 Type:  enhancement  | Status:  new
 Priority:  trivial  |  Milestone:
Component:  potlatch2|Version:
 Keywords:  tasks|
-+
 == Description ==

 The GPX recording produced by my navigation app includes notes I enter as
 waypoints. However, when I open the trace with Potlatch 2's "Tasks"
 button, the tasks list is empty.

 == Cause ==

 The note is stored in the {{{}}} tag, but Potlatch 2 does not
 consider this tag when reading a tasks GPX file.

 == Potential fix ==

 Please add the {{{}}} tag to the list of tags used for extracting
 task text.

 As far as I could see from the
 
[https://github.com/systemed/potlatch2/blob/master/net/systemeD/potlatch2/dialogs/TasksDialog.mxml#L98
 source code], this could be done by using

 {{{
 text: wpt.desc || wpt.cmt || wpt.sym || wpt.name
 }}}

 instead of
 {{{
 text: wpt.desc || wpt.cmt || wpt.sym
 }}}

 in {{{TasksDialog.mxml}}}'s {{{parseFromGPX()}}}

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5476>
OpenStreetMap <http://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


Re: [Potlatch-dev] [OpenStreetMap] #5457: Potlatch P2 crashes Flash, mousewheel zoom not working, in Firefox 54 on Linux (was: Potlatch P2 crashes Flash, mousewheel zoom not working, in Firefox 54)

2017-09-11 Thread OpenStreetMap
#5457: Potlatch P2 crashes Flash, mousewheel zoom not working, in Firefox 54 on
Linux
+
  Reporter:  Cebderby   |  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  critical   |  Milestone:
 Component:  potlatch2  |Version:
Resolution: |   Keywords:
+

Comment (by Robert Whittaker):

 Seems to be a Linux-specific problem, so amending title.

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5465: Mouse has no effect in P2 in FF 55.0.2 on Windows 7

2017-09-11 Thread OpenStreetMap
#5465: Mouse has no effect in P2 in FF 55.0.2 on Windows 7
--+
  Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  new
  Priority:  major|  Milestone:
 Component:  potlatch2|Version:
Resolution:   |   Keywords:
--+
Changes (by Robert Whittaker):

 * cc: Robert, Whittaker (added)
 * priority:  minor => major


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

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


Re: [Potlatch-dev] [OpenStreetMap] #5465: Mouse has no effect in P2 in FF 55.0.2 on Windows 7

2017-09-11 Thread OpenStreetMap
#5465: Mouse has no effect in P2 in FF 55.0.2 on Windows 7
--+
  Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  new
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:   |   Keywords:
--+

Comment (by Robert Whittaker):

 The behaviour described above in comment 1 has just started happening for
 me too in Firefox 55.0.3 on Windows. (I've been away for a week, and I
 think everything was fine before then, presumably on an earlier version of
 Firefox.)

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5465#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #5467: Freezing and other issues after Firefox update

2017-09-03 Thread OpenStreetMap
#5467: Freezing and other issues after Firefox update
+
  Reporter:  mike@… |  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  critical   |  Milestone:
 Component:  potlatch2  |Version:  2.0
Resolution: |   Keywords:
+

Comment (by joost schouppe):

 Mike, have you tried this: https://helpx.adobe.com/flash-player/kb
 /enabling-flash-player-chrome.html
 (I remember having similar issues in Chrome which IIRC were cause by some
 security issues

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5467: Freezing and other issues after Firefox update

2017-09-02 Thread OpenStreetMap
#5467: Freezing and other issues after Firefox update
+
  Reporter:  mike@… |  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  critical   |  Milestone:
 Component:  potlatch2  |Version:  2.0
Resolution: |   Keywords:
+

Comment (by mike@…):

 Unfortunately Chrome is not an option for me, I just get "You need a Flash
 player to use Potlatch, the OpenStreetMap Flash editor. You can download
 Flash Player from Adobe.com. Several other options are also available for
 editing OpenStreetMap." no matter how many things I have tried.

 '''For anyone else reading this, I have now downgraded to Firefox
 53.0.3''' https://ftp.mozilla.org/pub/firefox/releases/53.0.3/win64/en-GB/
 and '''everything is working splendidly again'''.  I specifically tested
 55.0.2, 55.0.1, 54.01 and trouble with them all. The real killer is
 switching background (to Digital Globe from Bing). A flash popup appears
 but everything including the box are now frozen and the resize trick does
 not work.

 Richard, I completely understand your decision to focus on a desktop
 version. Potlatch 2 has been my OpenStreetMap editor of choice since you
 released and I very much look forward to this new version. Thanks for all
 your efforts.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5467#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #5467: Freezing and other issues after Firefox update

2017-08-30 Thread OpenStreetMap
#5467: Freezing and other issues after Firefox update
+
  Reporter:  mike@… |  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  critical   |  Milestone:
 Component:  potlatch2  |Version:  2.0
Resolution: |   Keywords:
+

Comment (by Richard):

 Unfortunately Firefox has significantly broken its Flash support in recent
 releases. The Firefox devs (effectively) marked this as a 'wontfix' even
 before the announcement of an EOL date for Flash Player, so the chances of
 them fixing it are pretty much zero I'm afraid.

 For now other browsers (Chrome, Safari, IE/Edge) still retain working
 Flash support and will run P2 happily. I'm also working on a version of P2
 that will run on the desktop rather than in-browser, which should
 hopefully be ready in a month or two.

 Flash support in Windows and Linux Firefox seems to now be so epically
 broken that I don't think it would be worth trying to reverse-engineer the
 issues and develop workarounds - it's a more worthwhile use of my time to
 get P2 running on the desktop. But I'll leave this open on the off-chance
 (probably about 0.1%) that someone else wants to tackle it!

 See also #5465, #5457.

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5465: Mouse has no effect in P2 in FF 55.0.2 on Windows 7

2017-08-30 Thread OpenStreetMap
#5465: Mouse has no effect in P2 in FF 55.0.2 on Windows 7
--+
  Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  new
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:   |   Keywords:
--+

Comment (by SomeoneElse):

 For completeness, also a problem in 55.03 on Windows 7.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5465#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


[Potlatch-dev] [OpenStreetMap] #5467: Freezing and other issues after Firefox update

2017-08-30 Thread OpenStreetMap
#5467: Freezing and other issues after Firefox update
---+
 Reporter:  mike@… |  Owner:  potlatch-dev@…
 Type:  defect | Status:  new
 Priority:  critical   |  Milestone:
Component:  potlatch2  |Version:  2.0
 Keywords: |
---+
 - Windows 10 with latest OS patches
 - Firefox 55.0.3 (32-bit) Aug 25 2017
 - Flash 26,0,0,151 (latest)

 I *think* these problems are due to my updating Firefox but have not
 confirmed by downgrading again. The first problem (at least) started
 immediately after the update. I then re-installed Flash (do not know
 original version and whether older). I also rebooted. Now I consistently
 get these issues:

 1) If I change Firefox tabs while editting and then come back, the entire
 Potlatch application is in a frozen state. No error messages. All other
 Firefox tabs and functionality working normally.  WORKAROUND: Perform any
 window resize operation and Potlatch unfreezes. However, the window must
 be returned to the same horizontal dimensions otherwise graphics, such as
 node creation appear shifted from the actual mouse location.

 2) The, um, thingie box that allows operations such as making circles,
 shifts from the bottom right hand corner to top centre screen. Only half
 the box appears so it is now impossible to move it. Functionality is still
 usable.

 3) Much of the text on the left hand object details box is now blank -
 though probably in white rather than truly gone. For example, in the
 advanced view, key names are white on white (visible only if highlighted)
 and the value names are still visible in black.

 4) Same text issue with Save popup. I cannot see what text I am typing and
 button names are gone.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5467>
OpenStreetMap <http://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


Re: [Potlatch-dev] [OpenStreetMap] #5465: Mouse has no effect in P2 in FF 55.0.2 on Windows 7

2017-08-19 Thread OpenStreetMap
#5465: Mouse has no effect in P2 in FF 55.0.2 on Windows 7
--+
  Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  new
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:   |   Keywords:
--+

Comment (by DaveF):

 For me, it initially works, but if I activate another tab then swap back
 the mouse freezes  It also moves the floating toolbar from its default
 location to the blue pulldown menu near the top of the screen:

 https://help.openstreetmap.org/upfiles/Capture_TdXppOB.JPG

 Works fine in IE.

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

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


[Potlatch-dev] [OpenStreetMap] #5465: Mouse has no effect in P2 in FF 55.0.2 on Windows 7

2017-08-18 Thread OpenStreetMap
#5465: Mouse has no effect in P2 in FF 55.0.2 on Windows 7
-+
 Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
 Type:  defect   | Status:  new
 Priority:  minor|  Milestone:
Component:  potlatch2|Version:
 Keywords:   |
-+
 See also https://help.openstreetmap.org/questions/58391/latest-firefox-
 causing-potlatch2-to-hang

 Firefox upgraded to 55.02.  Windows 7.  After the FF upgrade things seem
 slower.Any interaction between the mouse and the background in the
 Flash container doesn't work. Arrow keys pan OK, but dragging with the
 mouse doesn't work.

 https://www.mozilla.org/en-US/plugincheck/ suggests that Flash is handled
 internally.  A largely otherwise equivalent machine running FF 54.01 works
 OK.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5465>
OpenStreetMap <http://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


[OSM-dev] RIP Potlatch ?

2017-07-25 Thread ika-chan! (OpenStreetMap)
Source: http://www.bbc.co.uk/news/technology-40716304

So I guess that’s it for Potlatch? I still use it when I wanted to edit the 
woodland without turning it into a multipolygon while splitting the ways for 
retracing, and where I wanted to make a gap between two connected polygons to 
add, say, a farmyard.

— ika-chan!
___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev


Re: [Potlatch-dev] [OpenStreetMap] #5460: Do not set cycleway=no on roads with no bike lanes

2017-07-19 Thread OpenStreetMap
#5460: Do not set cycleway=no on roads with no bike lanes
+
  Reporter:  wiktorn|  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  minor  |  Milestone:
 Component:  potlatch2  |Version:
Resolution: |   Keywords:  cycleway
+

Comment (by SomeoneElse):

 It's not quite as simple as "we do not map..." - it's sometimes useful to
 map exceptions like "oneway=no" if there's only one two-way street across
 town and all the others are one-way, even if we wouldn't normally map
 "oneway=no" on roads that are by default two-way.

 From experience, for sidewalk infrastructure it's actually extremely
 useful to map "sidewalk=none" to indicate that there isn't a sidewalk
 somewhere where you couldn't infer that there was or wasn't one.  Maybe in
 some places cycling infrastructure is similar?  Perhaps setting
 "cycleway=none" rather than "no" or changing P2's "unset" text would make
 it clearer?

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5457: Potlatch P2 crashes Flash, mousewheel zoom not working, in Firefox 54

2017-06-20 Thread OpenStreetMap
#5457: Potlatch P2 crashes Flash, mousewheel zoom not working, in Firefox 54
+
  Reporter:  Cebderby   |  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  critical   |  Milestone:
 Component:  potlatch2  |Version:
Resolution: |   Keywords:
+

Comment (by Richard):

 Logged a ticket at Firefox's Bugzilla:
 https://bugzilla.mozilla.org/show_bug.cgi?id=1374559

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5457: Potlatch P2 crashes Flash, mousewheel zoom not working, in Firefox 54

2017-06-19 Thread OpenStreetMap
#5457: Potlatch P2 crashes Flash, mousewheel zoom not working, in Firefox 54
+
  Reporter:  Cebderby   |  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  critical   |  Milestone:
 Component:  potlatch2  |Version:
Resolution: |   Keywords:
+

Comment (by Richard):

 Tried it with Firefox 54 (OS X), Flash Player 21, and no crashes. Mouse
 wheel scrolling doesn't work though. Curious.

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5457: Potlatch P2 crashes Flash, mousewheel zoom not working, in Firefox 54

2017-06-17 Thread OpenStreetMap
#5457: Potlatch P2 crashes Flash, mousewheel zoom not working, in Firefox 54
+
  Reporter:  Cebderby   |  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  critical   |  Milestone:
 Component:  potlatch2  |Version:
Resolution: |   Keywords:
+

Comment (by Cebderby):

 Thanks, 3rd user has same - forum thread is at
 https://forum.openstreetmap.org/viewtopic.php?id=58784
 but reports identical problems on a totally different Flash-used website
 as well.  So we may well need a Firefox and/or Flash fix.  Using Chrome is
 ok, so can work round it ok.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5457#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [OSM-dev] (Possible flaw?) Potlatch 2 not recognising source

2017-05-08 Thread ika-chan! (OpenStreetMap)
Hi,

I got a PM by a user confused about the source of my recent tracings of 
orchard, which used the default Bing imagery. I do not intend to imply that 
Potlatch ever did it before (bad choice of words?). It would help though if it 
did! :-)

— ika-chan!

> On 8 May 2017, at 19:28, Richard Fairhurst <rich...@systemed.net> wrote:
> 
> ika-chan! (OpenStreetMap) wrote:
>> I have found a potentially serious flaw in Potlatch 2 where it does not
>> record 
>> the imagery used (e.g. Bing, MapBox) when saving changesets. 
> 
> Er, I'm not sure why you think you've "found" this. No-one has ever claimed
> that P2 writes an imagery_used tag. iD does, Vespucci does. I don't think
> JOSM does but may be wrong. Editors do different things. I don't believe
> anyone has ever even asked for P2 to write imagery_used, though I may be
> wrong.
> 
>> This is leading to serious confusion as a result.
> 
> [citation needed]?
> 
> Richard
> 
> 
> 
> --
> View this message in context: 
> http://gis.19327.n8.nabble.com/Possible-flaw-Potlatch-2-not-recognising-source-tp5896441p5896445.html
> Sent from the Developer Discussion mailing list archive at Nabble.com.
> 
> ___
> dev mailing list
> dev@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/dev


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


[OSM-dev] (Possible flaw?) Potlatch 2 not recognising source

2017-05-08 Thread ika-chan! (OpenStreetMap)
I have found a potentially serious flaw in Potlatch 2 where it does not record 
the imagery used (e.g. Bing, MapBox) when saving changesets. This is leading to 
serious confusion as a result.

Build:  2.5-7-gbd74430
Version:2.5
Locale used:fr

iD already saves the imagery information.
___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Routes/relations of trams

2017-03-27 Thread ika-chan! (OpenStreetMap)
Hola,

It is ideal to have all stop nodes in sequence from the start to the end. if 
you use JOSM, the stops should be listed after the route. It is my personal 
preference that the ways are listed in order, followed by stops, but the other 
way is also valid.

What you avoid doing is put nodes between ways (in relations).

As for the final enquiry, we have stop_position, which is mapped directly on 
the way, which is part of the new Public Transport scheme. See 
https://wiki.openstreetmap.org/wiki/Tag:public_transport%3Dstop_position 
 and 
https://wiki.openstreetmap.org/wiki/Tag:public_transport%3Dstop_area 
.

—ika-chan!

(Oh no, I forgot to replace the sender with dev again!)

> On 28 Mar 2017, at 01:50, Mohamed Abou-Hussein 
>  wrote:
> 
> I have a questions about the structure of the relations that represents 
> tram/train .. etc routes I hope someone can clarify.
> 
> Are the nodes, ways in sequence. I,e in sequence from start to end 
> representing the direction? Another thing, I find that the stops are listed 
> then followed by nodes and ways. The stops are listed in sequence as well as 
> the nodes are?
> 
> One final inquiry, If I want to get the exact nodes/ways between 2 tram 
> stations, Is there a clear way how to do that since the stops and the 
> nodes/ways representing the ways are each separated?
> 
> -- 
> 
> Best Regards,
> 
> Mohamed AbouHussein
> 
> E-mail: abouhussein.moha...@gmail.com 
> Phone: 0176-2130 4541
> 
> ___
> dev mailing list
> dev@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/dev

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


Re: [Potlatch-dev] [OpenStreetMap] #3798: Popdown display for footway

2017-03-24 Thread OpenStreetMap
#3798: Popdown display for footway
+---
  Reporter:  DaveF  |  Owner:  potlatch-dev@…
  Type:  defect | Status:  closed
  Priority:  minor  |  Milestone:
 Component:  potlatch2  |Version:  2.0
Resolution:  wontfix|   Keywords:  popdown basic footway
+---
Changes (by Richard):

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


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

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


Re: [Potlatch-dev] [OpenStreetMap] #4294: Shift-click to add node to way stops working

2017-03-24 Thread OpenStreetMap
#4294: Shift-click to add node to way stops working
-+
  Reporter:  Richard |  Owner:  potlatch-dev@…
  Type:  defect  | Status:  closed
  Priority:  minor   |  Milestone:
 Component:  potlatch2   |Version:
Resolution:  worksforme  |   Keywords:
-+
Changes (by Richard):

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


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

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


Re: [Potlatch-dev] [OpenStreetMap] #3661: When switching imagery sources, "dim" and "sharpen" checkbox states not respected

2017-03-24 Thread OpenStreetMap
#3661: When switching imagery sources, "dim" and "sharpen" checkbox states not
respected
--+
  Reporter:  Vid the Kid  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  closed
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:  worksforme   |   Keywords:
--+
Changes (by Richard):

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


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

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


Re: [Potlatch-dev] [OpenStreetMap] #4070: Selection of Religion in Place of Worship has no effect

2017-03-24 Thread OpenStreetMap
#4070: Selection of Religion in Place of Worship has no effect
-+
  Reporter:  krein   |  Owner:  potlatch-dev@…
  Type:  defect  | Status:  closed
  Priority:  minor   |  Milestone:
 Component:  potlatch2   |Version:
Resolution:  worksforme  |   Keywords:
-+
Changes (by Richard):

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


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

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


Re: [Potlatch-dev] [OpenStreetMap] #3476: When viewing "My Tracks" up and down arrows affect the window behind

2017-03-24 Thread OpenStreetMap
#3476: When viewing "My Tracks" up and down arrows affect the window behind
--+
  Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  new
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:   |   Keywords:
--+

Comment (by Richard):

 > how about making them just, er, scroll

 Nothing involving Flex is ever a matter of "just" ;)

--
Ticket URL: <https://trac.openstreetmap.org/ticket/3476#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #4461: Add direct coordinate handling to Potlatch's built-in search

2017-03-24 Thread OpenStreetMap
#4461: Add direct coordinate handling to Potlatch's built-in search
--+-
  Reporter:  spod |  Owner:  potlatch-dev@…
  Type:  enhancement  | Status:  closed
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:  fixed|   Keywords:  latitude longitude goto
--+-
Changes (by Richard):

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


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

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


Re: [Potlatch-dev] [OpenStreetMap] #4376: Restriction images are broken

2017-03-24 Thread OpenStreetMap
#4376: Restriction images are broken
--+
  Reporter:  janis.elmeris@…  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  closed
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:  worksforme   |   Keywords:
--+

Comment (by janise@…):

 Yes, they are working now. Thanks!

--
Ticket URL: <https://trac.openstreetmap.org/ticket/4376#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #4650: Keystrokes in the 'Load vector file' dialog are not trapped

2017-03-24 Thread OpenStreetMap
#4650: Keystrokes in the 'Load vector file' dialog are not trapped
+
  Reporter:  smsm1  |  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:

 > Other dialogs don't do this.

 Yes they do :)

 (But not any more they don't.)

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

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


Re: [Potlatch-dev] [OpenStreetMap] #4880: Nested Relations aren't displayed

2017-03-24 Thread OpenStreetMap
#4880: Nested Relations aren't displayed
+-
  Reporter:  rayquaza   |  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  minor  |  Milestone:
 Component:  potlatch2  |Version:
Resolution: |   Keywords:  nested,relation
+-

Comment (by Richard):

 This is a limitation of the OSM API, which doesn't return an infinite
 level of nested relations when P2 asks it for map data.

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

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


[Potlatch-dev] [OpenStreetMap] #5451: Shift click adds points and also creates a zoom box

2017-03-24 Thread OpenStreetMap
#5451: Shift click adds points and also creates a zoom box
-+
 Reporter:  GCA  |  Owner:  potlatch-dev@…
 Type:  enhancement  | Status:  new
 Priority:  minor|  Milestone:
Component:  potlatch2|Version:
 Keywords:   |
-+
 Using P2: When densifying a roughly traced way I use shift-left-click
 repeatedly to add points to the way. If I miss clicking the way (the sweet
 spot is awfully narrow) I end up defining a tiny zoom box which cannot be
 cancelled. My view zooms to level 22 and I have to take it down again with
 much muttering.
 Could either the add point function or the zoom box function be assigned a
 different key combination. I never use a zoom box, so if that gets alt-
 click or ctrl-click (whatever) that would work for me, but I'm not fussy.
 tnx.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5451>
OpenStreetMap <http://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


Re: [Potlatch-dev] [OpenStreetMap] #4731: Leading and trailing "blank" characters should be removed from tag values

2017-03-24 Thread OpenStreetMap
#4731: Leading and trailing "blank" characters should be removed from tag values
--+
  Reporter:  Art Penteur  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  closed
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:  fixed|   Keywords:
--+
Changes (by Richard):

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


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

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


Re: [Potlatch-dev] [OpenStreetMap] #4478: Relation properties dialog is too small

2017-03-24 Thread OpenStreetMap
#4478: Relation properties dialog is too small
+
  Reporter:  knockknockpenny@…  |  Owner:  potlatch-dev@…
  Type:  defect | Status:  closed
  Priority:  major  |  Milestone:
 Component:  potlatch2  |Version:
Resolution:  fixed  |   Keywords:  relation, UI
+
Changes (by Richard):

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


Comment:

 Now resizeable.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/4478#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #4356: "Show mouse latitude/longitude" box too small

2017-03-24 Thread OpenStreetMap
#4356: "Show mouse latitude/longitude" box too small
+
  Reporter:  skribble.mx@…  |  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:

 Works fine for me, I presume because Mac fonts are narrower, but I've
 increased to 70 anyway.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/4356#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #4323: Support addr:street, addr:interpolation etc

2017-03-24 Thread OpenStreetMap
#4323: Support addr:street, addr:interpolation etc
--+
  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


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

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


Re: [Potlatch-dev] [OpenStreetMap] #4552: Discard some TIGER/CanVec tags on upload

2017-03-24 Thread OpenStreetMap
#4552: Discard some TIGER/CanVec tags on upload
--+
  Reporter:  ToeBee   |  Owner:  potlatch-dev@…
  Type:  enhancement  | Status:  closed
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:  2.0
Resolution:  fixed|   Keywords:
--+
Changes (by Richard):

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


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

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


Re: [Potlatch-dev] [OpenStreetMap] #4554: remove trailing whitespace in tags

2017-03-24 Thread OpenStreetMap
#4554: remove trailing whitespace in tags
+
  Reporter:  Cobra  |  Owner:  potlatch-dev@…
  Type:  defect | Status:  closed
  Priority:  minor  |  Milestone:
 Component:  potlatch2  |Version:
Resolution:  fixed  |   Keywords:
+
Changes (by Richard):

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


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

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


Re: [Potlatch-dev] [OpenStreetMap] #4390: All text entry inputs twice in Opera 12b

2017-03-24 Thread OpenStreetMap
#4390: All text entry inputs twice in Opera 12b
-+---
  Reporter:  leukorrivore@…  |  Owner:  potlatch-dev@…
  Type:  defect  | Status:  closed
  Priority:  minor   |  Milestone:
 Component:  potlatch2   |Version:  2.0
Resolution:  wontfix |   Keywords:  double twice text potlach
-+---
Changes (by Richard):

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


--
Ticket URL: <https://trac.openstreetmap.org/ticket/4390#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #4422: Shift-R adds duplicate relations

2017-03-24 Thread OpenStreetMap
#4422: Shift-R adds duplicate relations
+
  Reporter:  stevage|  Owner:  potlatch-dev@…
  Type:  defect | Status:  closed
  Priority:  minor  |  Milestone:
 Component:  potlatch2  |Version:
Resolution:  fixed  |   Keywords:
+
Changes (by Richard):

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


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

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


Re: [Potlatch-dev] [OpenStreetMap] #4409: Adding comments to mapdust bugs is disabled/broken

2017-03-24 Thread OpenStreetMap
#4409: Adding comments to mapdust bugs is disabled/broken
+
  Reporter:  Cobra  |  Owner:  potlatch-dev@…
  Type:  defect | Status:  closed
  Priority:  minor  |  Milestone:
 Component:  potlatch2  |Version:
Resolution:  wontfix|   Keywords:
+
Changes (by Richard):

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


Comment:

 RIP Mapdust.

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

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


Re: [Potlatch-dev] [OpenStreetMap] #4844: delete a point vs. delete a way instructions same

2017-03-24 Thread OpenStreetMap
#4844: delete a point vs. delete a way instructions  same
+
  Reporter:  jidanni|  Owner:  potlatch-dev@…
  Type:  defect | Status:  closed
  Priority:  trivial|  Milestone:
 Component:  potlatch2  |Version:  2.0
Resolution:  fixed  |   Keywords:
+
Changes (by Richard):

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


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

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


Re: [Potlatch-dev] [OpenStreetMap] #4392: Potlatch2: proposal to drop button "landuse=farm"

2017-03-24 Thread OpenStreetMap
#4392: Potlatch2: proposal to drop  button "landuse=farm"
--+
  Reporter:  gerdami  |  Owner:  potlatch-dev@…
  Type:  enhancement  | Status:  closed
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:  2.0
Resolution:  fixed|   Keywords:  farm, farmland
--+
Changes (by Richard):

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


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

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


Re: [Potlatch-dev] [OpenStreetMap] #4292: Menu can stay after switching tab

2017-03-24 Thread OpenStreetMap
#4292: Menu can stay after switching tab
+
  Reporter:  smsm1  |  Owner:  potlatch-dev@…
  Type:  defect | Status:  closed
  Priority:  minor  |  Milestone:
 Component:  potlatch2  |Version:
Resolution:  fixed  |   Keywords:
+
Changes (by Richard):

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


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

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


Re: [Potlatch-dev] [OpenStreetMap] #4219: Android usability issues

2017-03-24 Thread OpenStreetMap
#4219: Android usability issues
+
  Reporter:  stevage|  Owner:  potlatch-dev@…
  Type:  defect | Status:  closed
  Priority:  minor  |  Milestone:
 Component:  potlatch2  |Version:
Resolution:  wontfix|   Keywords:
+
Changes (by Richard):

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


Comment:

 Given the state of Flash Player on mobile I think we can probably close
 this in 2017 as a wontfix. ;)

--
Ticket URL: <https://trac.openstreetmap.org/ticket/4219#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #4561: Imagery polygons instead of bboxes

2017-03-24 Thread OpenStreetMap
#4561: Imagery polygons instead of bboxes
--+-
  Reporter:  pnorman  |  Owner:  potlatch-dev@…
  Type:  enhancement  | Status:  closed
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:  fixed|   Keywords:  imagery polygon bbox bounds
--+-
Changes (by Richard):

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


Comment:

 Fixed as part of move to editor-imagery-index.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/4561#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #4376: Restriction images are broken

2017-03-24 Thread OpenStreetMap
#4376: Restriction images are broken
--+
  Reporter:  janis.elmeris@…  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  closed
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:  worksforme   |   Keywords:
--+
Changes (by Richard):

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


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

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


Re: [Potlatch-dev] [OpenStreetMap] #4412: Corrupted and incorrect selector for Motor vehicles

2017-03-24 Thread OpenStreetMap
#4412: Corrupted and incorrect selector for Motor vehicles
-+
  Reporter:  SimonPoole  |  Owner:  potlatch-dev@…
  Type:  defect  | Status:  closed
  Priority:  minor   |  Milestone:
 Component:  potlatch2   |Version:
Resolution:  fixed   |   Keywords:
-+
Changes (by Richard):

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


--
Ticket URL: <https://trac.openstreetmap.org/ticket/4412#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #4848: Members of multipolygons should inherit visual style

2017-03-24 Thread OpenStreetMap
#4848: Members of multipolygons should inherit visual style
-+
  Reporter:  fernando.trebien@…  |  Owner:  potlatch-dev@…
  Type:  enhancement | Status:  closed
  Priority:  minor   |  Milestone:
 Component:  potlatch2   |Version:
Resolution:  fixed   |   Keywords:
-+
Changes (by Richard):

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


--
Ticket URL: <https://trac.openstreetmap.org/ticket/4848#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #3903: Quick Select for Source Potlatch

2017-03-24 Thread OpenStreetMap
#3903: Quick Select for Source Potlatch
--+
  Reporter:  MikeyCarter  |  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:

 Predefined tags can now be done using the function keys.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/3903#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #4264: Potlatch creating self overlapping roads

2017-03-24 Thread OpenStreetMap
#4264: Potlatch creating self overlapping roads
+
  Reporter:  Maetma |  Owner:  potlatch-dev@…
  Type:  defect | Status:  closed
  Priority:  critical   |  Milestone:
 Component:  potlatch2  |Version:  2.0
Resolution:  duplicate  |   Keywords:
+
Changes (by Richard):

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


Comment:

 Duplicate of #4020.

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5040: Background for Austria: basemap.at

2017-03-24 Thread OpenStreetMap
#5040: Background for Austria: basemap.at
--+---
  Reporter:  _al  |  Owner:  potlatch-dev@…
  Type:  enhancement  | Status:  closed
  Priority:  major|  Milestone:
 Component:  potlatch2|Version:
Resolution:  wontfix  |   Keywords:  basemap.at background map
--+---
Changes (by Richard):

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


Comment:

 Three years on and P2 imagery is now handled via editor-imagery-index.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5040#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #4644: Needs HTTP proxy support

2017-03-24 Thread OpenStreetMap
#4644: Needs HTTP proxy support
-+
  Reporter:  iSKUNK! |  Owner:  potlatch-dev@…
  Type:  defect  | Status:  closed
  Priority:  major   |  Milestone:
 Component:  potlatch2   |Version:
Resolution:  worksforme  |   Keywords:
-+
Changes (by Richard):

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


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

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


Re: [Potlatch-dev] [OpenStreetMap] #5450: (Multi)polygon fixing effort

2017-03-24 Thread OpenStreetMap
#5450: (Multi)polygon fixing effort
--+
  Reporter:  Jochen Topf  |  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/d53e6c544596fc89da387adec7bdf41ef589383c

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5450#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #5295: Potlatch 2.3 creates single-node ways

2017-03-24 Thread OpenStreetMap
#5295: Potlatch 2.3 creates single-node ways
+
  Reporter:  stephankn  |  Owner:  potlatch-dev@…
  Type:  defect | Status:  closed
  Priority:  minor  |  Milestone:
 Component:  potlatch2  |Version:
Resolution:  duplicate  |   Keywords:
+
Changes (by maarten deen):

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


Comment:

 Duplicate of #4378

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5295#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


[Potlatch-dev] [OpenStreetMap] #5421: Sidewalks set to Both

2016-09-12 Thread OpenStreetMap
#5421: Sidewalks set to Both
---+
 Reporter:  ser22  |  Owner:  potlatch-dev@…
 Type:  defect | Status:  new
 Priority:  minor  |  Milestone:
Component:  potlatch2  |Version:
 Keywords: |
---+
 When I click on
 {{{
 Walk > Sidewalks: Both
 }}}

 it sets the value to
 {{{
 (both)
 }}}

 When I click the drop-down again it says
 {{{
 Unknown(both)
 }}}

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5421>
OpenStreetMap <http://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


Re: [OSM-dev] OSM-Carto style, ported to vector tiles!

2016-07-22 Thread Amaroussi (OpenStreetMap)
I wonder if these can be configured so that the user can configure road colours 
via cookies? I am not an expert in vector tiles in relation to the main site, 
but it is worth asking.

— Amaroussi.

> On 22 Jul 2016, at 16:30, Rory McCann <r...@technomancy.org> wrote:
> 
> Hello all,
> 
> Over the past while, I've been working on porting the
> openstreetmap-carto style to vector tiles. I'm happy to have something
> of beta quality to release to you all:
> 
>https://github.com/geofabrik/openstreetmap-carto-vector-tiles
> 
> Please consult the vector tiles specific readme for more:
> https://github.com/geofabrik/openstreetmap-carto-vector-tiles/blob/master/README_VECTOR_TILES.md
> 
> I am open to your bug reports, complaints, gripes, philosophical
> questions, compliments, etc.
> 
> I will be speaking about the process of porting a non-vector-tile style
> to vector tiles at State of the Map 2016 at Brussels.
> 
> -- 
> 
> Rory (who've cleverly releasing something at 5pm on a Friday before
> going to the pub)
> 
> ___
> dev mailing list
> dev@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/dev


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


[OSM-dev] Custom tileset

2016-03-18 Thread Amaroussi (OpenStreetMap)
Hi,

I thought it may be useful to pitch my idea here, but I plan to develop two 
custom sets of tile sets that use the standard OSM layer, but with “British” 
and “Greek” colours respectively. 

Depending on how much technical expertise I require for this, I plan to develop 
these tile sets in response to demand from the UK community in response the the 
change of colours recently.

The British tile set will have the old colours before the changeover to the 
red-yellow scheme, and it initially cover Great Britain and the Republic of 
Ireland only.

The Greek tile set will have green for motorways, two shades of blue for 
national roads, red for provincial roads and yellow for other connecting roads 
to villages, and it will initially cover Greece. This stylesheet reflects the 
road signs on motorways and national roads, with the rest being based on the 
old stylesheet.

Other than the change of colour, I plan to make the custom tile set stylesheet 
a dependency of the main stylesheet, to minimise the need to update them often.

I desire that the tiles update about five minutes after an edit, like the main 
map, so it does not turn out to be a half-baked alternative.

So, how can I pull off this feat?

Thanks in advance,

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


Re: [Potlatch-dev] [OpenStreetMap] #4264: Potlatch creating self overlapping roads

2016-02-16 Thread OpenStreetMap
#4264: Potlatch creating self overlapping roads
+
  Reporter:  Maetma |  Owner:  potlatch-dev@…
  Type:  defect | Status:  reopened
  Priority:  critical   |  Milestone:
 Component:  potlatch2  |Version:  2.0
Resolution: |   Keywords:
+

Comment (by illya2400):

 Here are some examples of ways that completely overlap themselves. In
 JOSM, the validation error is "way contains segment twice"

 way 396166566
 way 396189678
 way 396185942

 Ways were created by new user using Potlatch 2. The ways were created in
 February 2016, so this is still a major issue.

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

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


Re: [Potlatch-dev] [OpenStreetMap] #3931: woods and forests

2016-02-12 Thread OpenStreetMap
#3931: woods and forests
--+--
  Reporter:  c2r  |  Owner:  potlatch-dev@…
  Type:  enhancement  | Status:  closed
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:  fixed|   Keywords:  forest, wood, potlatch2,
--+--
Changes (by Harry Wood):

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


Comment:

 Yeah that seems to have been fixed a long time ago. Potlatch 2 allows both
 natural=wood and landuse=forest from under the 'natural' button.

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

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


[Potlatch-dev] [OpenStreetMap] #5377: LPI data backgrounds removed

2016-01-09 Thread OpenStreetMap
#5377: LPI data backgrounds removed
---+
 Reporter:  lkernan@…  |  Owner:  potlatch-dev@…
 Type:  defect | Status:  new
 Priority:  minor  |  Milestone:
Component:  potlatch2  |Version:
 Keywords: |
---+
 The LPI NSW Base Map and Imagery have been removed from the list of
 backgrounds in Potlatch 2.
 These are high quality sources of data and imagery of New South Wales,
 Australia.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5377>
OpenStreetMap <http://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


Re: [Potlatch-dev] [OpenStreetMap] #5377: LPI data backgrounds removed

2016-01-09 Thread OpenStreetMap
#5377: LPI data backgrounds removed
+
  Reporter:  lkernan@…  |  Owner:  potlatch-dev@…
  Type:  defect | Status:  closed
  Priority:  minor  |  Milestone:
 Component:  potlatch2  |Version:
Resolution:  invalid|   Keywords:
+
Changes (by lkernan@…):

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


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

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


Re: [Potlatch-dev] [OpenStreetMap] #5374: Turn Restriction Fields Cannot Be Completed

2015-12-23 Thread OpenStreetMap
#5374: Turn Restriction Fields Cannot Be Completed
-+--
  Reporter:  simpsonpaulcolin@…  |  Owner:  potlatch-dev@…
  Type:  defect  | Status:  new
  Priority:  major   |  Milestone:
 Component:  potlatch2   |Version:
Resolution:  |   Keywords:  Turn Restriction
-+--

Comment (by simpsonpaulcolin@…):

 Should I really need to do that? Everything is meeting the spec- Fourth
 Avenue and Dagenham Road are correctly joined and attributed- I am just
 not getting Dagenham Road as a road to select in the 'To' field.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5374#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #5374: Turn Restriction Fields Cannot Be Completed

2015-12-23 Thread OpenStreetMap
#5374: Turn Restriction Fields Cannot Be Completed
-+--
  Reporter:  simpsonpaulcolin@…  |  Owner:  potlatch-dev@…
  Type:  defect  | Status:  closed
  Priority:  major   |  Milestone:
 Component:  potlatch2   |Version:
Resolution:  invalid |   Keywords:  Turn Restriction
-+--
Changes (by Richard):

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


Comment:

 > Should I really need to do that?

 Yes, you do. Turn restrictions in OpenStreetMap always require the ways to
 be split at the restriction point. See
 http://wiki.openstreetmap.org/wiki/Relation:restriction#cite_note-
 waysplit-2

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5374#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #5374: Turn Restriction Fields Cannot Be Completed

2015-12-23 Thread OpenStreetMap
#5374: Turn Restriction Fields Cannot Be Completed
-+--
  Reporter:  simpsonpaulcolin@…  |  Owner:  potlatch-dev@…
  Type:  defect  | Status:  closed
  Priority:  major   |  Milestone:
 Component:  potlatch2   |Version:
Resolution:  invalid |   Keywords:  Turn Restriction
-+--

Comment (by simpsonpaulcolin@…):

 Many thanks for all your help and advice.

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5374: Turn Restriction Fields Cannot Be Completed

2015-12-23 Thread OpenStreetMap
#5374: Turn Restriction Fields Cannot Be Completed
-+--
  Reporter:  simpsonpaulcolin@…  |  Owner:  potlatch-dev@…
  Type:  defect  | Status:  new
  Priority:  major   |  Milestone:
 Component:  potlatch2   |Version:
Resolution:  |   Keywords:  Turn Restriction
-+--

Comment (by sdoerr):

 Probably you need to split Dagenham Road at the node first.

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

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


[Potlatch-dev] [OpenStreetMap] #5373: P2 live gets "Error creating changeset" at save

2015-12-16 Thread OpenStreetMap
#5373: P2 live gets "Error creating changeset" at save
-+
 Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
 Type:  defect   | Status:  new
 Priority:  minor|  Milestone:
Component:  potlatch2|Version:
 Keywords:   |
-+
 2.4 Build 2.4 12g 7158 cf9
 locale en-gb

 Browser for me is Seamonkey / Windows, but happens for other people too.

 https://lists.openstreetmap.org/pipermail/talk/2015-December/075244.html

 Works find (same P2 version) in:
 http://api06.dev.openstreetmap.org/

 TomH reckons that nothing has changed at his end.

 iD can save OK.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5373>
OpenStreetMap <http://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


Re: [Potlatch-dev] [OpenStreetMap] #5373: P2 live gets "Error creating changeset" at save

2015-12-16 Thread OpenStreetMap
#5373: P2 live gets "Error creating changeset" at save
--+
  Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  closed
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:  fixed|   Keywords:
--+
Changes (by SomeoneElse):

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


Comment:

 (following discussion between TomH and Richard in #osm-dev)

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

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


Re: [OSM-dev] New Map Style feedback

2015-11-02 Thread Amaroussi (OpenStreetMap)
Hi,

The only immediate main problem I have is the Tertiary roads due to many 
countries using it as well, but other than that I still offer to mediate any 
potential dispute over the road colours, and for that I have suggested that the 
British/Heritage/Legacy/whatever you like to call it layer be added as soon as 
a tile server for that goes live.

No, I’m not throwing a temper tantrum over the change in the layer, but I was 
thinking how I could manage the change for UK users.

— Amaroussi

> On 2 Nov 2015, at 09:30, Frederik Ramm  wrote:
> 
> Hi,
> 
> On 11/02/2015 09:40 AM, Maarten Deen wrote:
>> I agree that the abandonging of the blue for motorways is a bad choice. 
>> It is not only a british color, motorways are signalled in blue also in 
>> lots of other countries in europe.
> 
> I find it strange to see many people arguing that there should be a
> similarity between street signs and the colour used on the map. Germany,
> for example, uses blue motorway signs exclusively, but the first thing
> that went out of the window when the German OSM style
> (http://www.openstreetmap.de/karte.html) was created in 2011 was the
> blue motorways ("nobody apart from the Brits likes that") ;)
> 
> Bye
> Frederik
> 
> -- 
> Frederik Ramm  ##  eMail frede...@remote.org  ##  N49°00'09" E008°23'33"
> 
> ___
> dev mailing list
> dev@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/dev


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


[OSM-dev] New Map Style feedback

2015-11-01 Thread Amaroussi (OpenStreetMap)
Hi all,

I have been gathering thoughts from the talk-gb list and my main concern now is 
how the tertiary roads are shown, especially in countries where people map 
roads according to quality and hierarchy (and there are more than one). In 
Greece, tertiary roads connect all villages while in Thailand, tertiary roads 
have an important use in referring to roads with four digit numbers.

While I believe that the new rendering has potential, I am suggesting that in 
order to resolve concerns about the portrayal of tertiary roads, the motorways 
on the mainstream style should be blue, purple or violet instead of the current 
shade of rose. This would free up rose for trunk roads, red for primary roads 
and so on until yellow for tertiary.

The ability for OSM to render the “British” colours alongside the new style 
colours would depend on what resources they have, but I will support adding an 
alternative layer to the main site that uses the “British” colours, as soon as 
the alternative tile server goes live: it is clear that there is no clear 
standard for how roads are coloured. I will suggest however that the “British” 
stylesheet be based from the main openstreetmap-carto style, in order to ease 
maintenance.

Best,

— Amaroussi
___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev


[Potlatch-dev] [OpenStreetMap] #5362: Backgroundimage South Tyrol Topomap don't work in Potlatch2

2015-10-16 Thread OpenStreetMap
#5362: Backgroundimage South Tyrol Topomap don't work in Potlatch2
---+
 Reporter:  Peter Maiwald  |  Owner:  potlatch-dev@…
 Type:  defect | Status:  new
 Priority:  minor  |  Milestone:
Component:  potlatch2  |Version:
 Keywords: |
---+
 Backgroundimage South Tyrol Topomap don't work in Potlatch2.

 I click on Hintergrund und one of the South Tyrol Topomap list items while
 I am editing in the area of Südtirol. No background image was shown.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5362>
OpenStreetMap <http://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


Re: [Potlatch-dev] [OpenStreetMap] #5362: Backgroundimage South Tyrol Topomap don't work in Potlatch2

2015-10-16 Thread OpenStreetMap
#5362: Backgroundimage South Tyrol Topomap don't work in Potlatch2
+
  Reporter:  Peter Maiwald  |  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  minor  |  Milestone:
 Component:  potlatch2  |Version:
Resolution: |   Keywords:
+

Comment (by Richard):

 Potlatch 2 just uses the imagery database from https://github.com/osmlab
 /editor-imagery-index - probably best to open an issue there.

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

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


[Potlatch-dev] [OpenStreetMap] #5348: No Bing Aerial Imagery

2015-09-03 Thread OpenStreetMap
#5348: No Bing Aerial Imagery
---+
 Reporter:  jd417  |  Owner:  potlatch-dev@…
 Type:  defect | Status:  new
 Priority:  major  |  Milestone:
Component:  potlatch2  |Version:
 Keywords: |
---+
 There is no aerial imagery showing in Potlatch 2 when trying to edit. The
 option under background is not there. How can I get it back?

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5348>
OpenStreetMap <http://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

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


Re: [Potlatch-dev] [OpenStreetMap] #5348: No Bing Aerial Imagery

2015-09-03 Thread OpenStreetMap
#5348: No Bing Aerial Imagery
+
  Reporter:  jd417  |  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:
 Component:  potlatch2  |Version:
Resolution: |   Keywords:
+

Comment (by jd417):

 Not sure what this is. I'm using Win 7 & IE 11.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5348#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #5348: No Bing Aerial Imagery

2015-09-03 Thread OpenStreetMap
#5348: No Bing Aerial Imagery
+
  Reporter:  jd417  |  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:
 Component:  potlatch2  |Version:
Resolution: |   Keywords:
+

Comment (by Richard):

 Please turn off HTTPS Everywhere or other extensions that interfere with
 browser requests.

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5348: No Bing Aerial Imagery

2015-09-03 Thread OpenStreetMap
#5348: No Bing Aerial Imagery
+
  Reporter:  jd417  |  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:
 Component:  potlatch2  |Version:
Resolution: |   Keywords:
+

Comment (by Richard):

 Please turn off HTTPS Everywhere or other extensions that interfere with
 browser requests.

--
Ticket URL: <https://trac.openstreetmap.org/ticket/5348#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #5348: No Bing Aerial Imagery

2015-09-03 Thread OpenStreetMap
#5348: No Bing Aerial Imagery
+
  Reporter:  jd417  |  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:
 Component:  potlatch2  |Version:
Resolution: |   Keywords:
+

Comment (by jd417):

 Thanks for you help. Clicking the link in your reply brings up an access
 denied message so I guess that's the problem. It worked fine until early
 August. I've just returned from holiday & the problem is now there. I'll
 try from a different PC or speak to my administrator.

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5348: No Bing Aerial Imagery

2015-09-03 Thread OpenStreetMap
#5348: No Bing Aerial Imagery
+
  Reporter:  jd417  |  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:
 Component:  potlatch2  |Version:
Resolution: |   Keywords:
+

Comment (by Richard):

 Great stuff - hope it works for you.

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5348: No Bing Aerial Imagery

2015-09-03 Thread OpenStreetMap
#5348: No Bing Aerial Imagery
+
  Reporter:  jd417  |  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:
 Component:  potlatch2  |Version:
Resolution: |   Keywords:
+

Comment (by Richard):

 Hm. Haven't had any other reports of an issue other than with browser
 extensions.

 Potlatch 2 pulls in its imagery list from an external server
 (http://osmlab.github.io/editor-imagery-index/imagery.json). If no imagery
 list is being displayed it's almost certainly because your computer can't
 reach that server.

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

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


[Potlatch-dev] [OpenStreetMap] #5321: Potlatch2 - on small screens (e.g. Chromebook) some functionality is hidden beyond the bottom of the screen

2015-06-13 Thread OpenStreetMap
#5321: Potlatch2 - on small screens (e.g. Chromebook) some functionality is 
hidden
beyond the bottom of the screen
-+
 Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
 Type:  defect   | Status:  new
 Priority:  minor|  Milestone:
Component:  potlatch2|Version:
 Keywords:   |
-+
 I'm currently using an Acer C720 Chromebook. according to
 http://whatsmy.browsersize.com/ it has a browser window height of 457 when
 in full-screen mode (and 349 when not).  Unfortunately 457 is not enough
 to get to the simple / advanced switch at the bottom-left of the screen
 without which you can't enter any tags.

 You also can't get to the bottom of the imagery list to select options
 there (though ticket 5208, together with some date information in the
 imagery.json itself, would also help address that).

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5321: Potlatch2 - on small screens (e.g. Chromebook) some functionality is hidden beyond the bottom of the screen

2015-06-13 Thread OpenStreetMap
#5321: Potlatch2 - on small screens (e.g. Chromebook) some functionality is 
hidden
beyond the bottom of the screen
--+
  Reporter:  SomeoneElse  |  Owner:  potlatch-dev@…
  Type:  defect   | Status:  new
  Priority:  minor|  Milestone:
 Component:  potlatch2|Version:
Resolution:   |   Keywords:
--+

Comment (by Richard):

 Interesting, thanks. I presume you know this, but you can switch between
 simple/advanced panels by pressing 'T' (for Tags).

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5317: missing default background layers

2015-06-01 Thread OpenStreetMap
#5317: missing default background layers
-+---
  Reporter:  pointhi |  Owner:  potlatch-dev@…
  Type:  defect  | Status:  closed
  Priority:  minor   |  Milestone:
 Component:  potlatch2   |Version:  2.0
Resolution:  worksforme  |   Keywords:  background  potlatch2 mapping
-+---
Changes (by Richard):

 * status:  new = closed
 * resolution:   = worksforme


Comment:

 Closed due to lack of feedback. Assuming HTTPS Everywhere is indeed the
 problem.

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5317: missing default background layers

2015-05-26 Thread OpenStreetMap
#5317: missing default background layers
+---
  Reporter:  pointhi|  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  critical   |  Milestone:
 Component:  potlatch2  |Version:  2.0
Resolution: |   Keywords:  background  potlatch2 mapping
+---

Comment (by Richard):

 Works absolutely fine for me.

 a) Where are you editing?
 b) Are you using anything that buggers around with the requests made, such
 as HTTPS Everywhere?

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

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


Re: [Potlatch-dev] [OpenStreetMap] #5317: missing default background layers

2015-05-26 Thread OpenStreetMap
#5317: missing default background layers
+---
  Reporter:  pointhi|  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  minor  |  Milestone:
 Component:  potlatch2  |Version:  2.0
Resolution: |   Keywords:  background  potlatch2 mapping
+---

Comment (by Richard):

 See also https://help.openstreetmap.org/questions/35652/problem-potlatch2
 -background-empty-in-firefox

--
Ticket URL: https://trac.openstreetmap.org/ticket/5317#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
https://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] [OpenStreetMap] #5295: Potlatch 2.3 creates single-node ways (was: Potlatch 2.3 creates singe-node ways)

2015-03-15 Thread OpenStreetMap
#5295: Potlatch 2.3 creates single-node ways
+
  Reporter:  stephankn  |  Owner:  potlatch-dev@…
  Type:  defect | Status:  new
  Priority:  major  |  Milestone:
 Component:  potlatch2  |Version:
Resolution: |   Keywords:
+

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

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


  1   2   3   4   5   6   7   8   >