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: 
OpenStreetMap 
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):

 I've pushed a new build now.

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