Re: [HOT] 10 Years of OSM + HOT?

2015-04-03 Thread James Conkling
OK, good to know.  I've got a suitable work around for the moment.

On Thu, Apr 2, 2015 at 3:34 PM, Pierre GIRAUD pierre.gir...@gmail.com
wrote:

 Hi James,

 Sorry, no, I didn't take time to have a look at this.

 Pierre

 On Thu, Apr 2, 2015 at 7:02 PM, James Conkling
 james.lane.conkl...@gmail.com wrote:
  Hi Pierre,
 
  Any update on CORS errors on the TM?  Still getting Cross Origin Errors
 when
  I make ajax requests.
 
  This would definitely be useful, but there are also workarounds I can use
  until this is figured out.
 
  On Tue, Mar 17, 2015 at 1:06 PM, James Conkling
  james.lane.conkl...@gmail.com wrote:
 
  Threw together some test code:
  http://plnkr.co/edit/MkrooDeQPhmADv4CrnTY?p=preview.  Look at the
 browser
  console for success/error messages
 
  Can confirm that using the second url (which points to
  'http://tasks.hotosm.org/project/920/tasks.json') throws a CORS error,
 while
  using the first url (which points to another CORS enabled project
 server)
  doesn't throw an error.
 
  On Tue, Mar 17, 2015 at 11:58 AM, Pierre GIRAUD 
 pierre.gir...@gmail.com
  wrote:
 
  This is supposed to land on the following code:
 
 
 https://github.com/hotosm/osm-tasking-manager2/blob/master/osmtm/views/project.py#L381
 
  Do you have any simple code to test this against? (I'm a bit lazy)
 
  Thanks
 
 
  On Tue, Mar 17, 2015 at 4:53 PM, James Conkling
  james.lane.conkl...@gmail.com wrote:
   Hmmm.  I'm still getting a CORS error when I send an ajax request to
   http://tasks.hotosm.org/project/920/tasks.json.
  
   On Tue, Mar 17, 2015 at 4:37 AM, Pierre GIRAUD
   pierre.gir...@gmail.com
   wrote:
  
   Sorry for the delayed answer.
   All the API requests should be CORS enabled. Well, as soon as they
 use
   XHR.
  
   On Mon, Mar 9, 2015 at 6:48 PM, Mikel Maron mikel.ma...@gmail.com
   wrote:
Huh I had thought that CORS was enabled for the OSMTM api ... is
that
not
the case Drazen or Pierre?
   
* Mikel Maron * +14152835207 @mikel s:mikelmaron
   
   
On Monday, March 9, 2015 1:36 PM, James Conkling
james.lane.conkl...@gmail.com wrote:
   
   
   
Hey Mikel et al,
   
Glad to see there's work being done on a TM API.  I've been trying
to
load
the tasks.json file into an external app so I can monitor the
progress
of
some HOT projects (the API docs suggest this should be exposed
 now,
even
though the rest of the API has not yet been implemented), but am
running
into issues with Cross Origin requests--requesting as jsonp hasn't
worked
either.  Am I barking up the wrong tree here, or is this
 something I
should
be able to do at this point?  (code is here, in case anyone's
interested)
   
On Sun, Mar 8, 2015 at 7:59 PM, Mikel Maron 
 mikel.ma...@gmail.com
wrote:
   
Sam
   
Some additions to the OSMTM API are in staging, and hopefully will
deploy
soon. Once live, this would allow to grab data on a list of
projects.
https://github.com/hotosm/osm-tasking-manager2/wiki/API has a few
details.
   
-Mikel
   
* Mikel Maron * +14152835207 @mikel s:mikelmaron
   
   
On Friday, March 6, 2015 1:52 PM, Sam Libby sli...@esri.com
 wrote:
   
   
   
Hi all, wanted to share this great visualization of ten years of
 OSM
edits:
https://www.mapbox.com/ten-years-openstreetmap/ in case people
 had
not
seen
it on social media.
   
A question  for the group – is there an available dataset/API in
json,
geojson, shapefile, etc that shows the locations of all historical
and
current HOT tasks – ideally with dates of creation? I know it’s
available
per-task as geojson but thought it might be available as a big
 chunk
as
well.  I think it would be a really interesting overlay to add to
the
10-year map or other OSM visualizations – especially in W. Africa
during
the
Ebola epidemic, you can clearly see in the time-based
 visualization
where
there were big impacts from the HOT community.
   
Thanks,
Sam
   
___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot
   
   
   
___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot
   
   
   
___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot
   
   
   
___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot
   
  
  
  
   --
   -
 | Pierre GIRAUD
   -
  
  
 
 
 
  --
  -
| Pierre GIRAUD
  

Re: [HOT] 10 Years of OSM + HOT?

2015-04-02 Thread Pierre GIRAUD
Hi James,

Sorry, no, I didn't take time to have a look at this.

Pierre

On Thu, Apr 2, 2015 at 7:02 PM, James Conkling
james.lane.conkl...@gmail.com wrote:
 Hi Pierre,

 Any update on CORS errors on the TM?  Still getting Cross Origin Errors when
 I make ajax requests.

 This would definitely be useful, but there are also workarounds I can use
 until this is figured out.

 On Tue, Mar 17, 2015 at 1:06 PM, James Conkling
 james.lane.conkl...@gmail.com wrote:

 Threw together some test code:
 http://plnkr.co/edit/MkrooDeQPhmADv4CrnTY?p=preview.  Look at the browser
 console for success/error messages

 Can confirm that using the second url (which points to
 'http://tasks.hotosm.org/project/920/tasks.json') throws a CORS error, while
 using the first url (which points to another CORS enabled project server)
 doesn't throw an error.

 On Tue, Mar 17, 2015 at 11:58 AM, Pierre GIRAUD pierre.gir...@gmail.com
 wrote:

 This is supposed to land on the following code:

 https://github.com/hotosm/osm-tasking-manager2/blob/master/osmtm/views/project.py#L381

 Do you have any simple code to test this against? (I'm a bit lazy)

 Thanks


 On Tue, Mar 17, 2015 at 4:53 PM, James Conkling
 james.lane.conkl...@gmail.com wrote:
  Hmmm.  I'm still getting a CORS error when I send an ajax request to
  http://tasks.hotosm.org/project/920/tasks.json.
 
  On Tue, Mar 17, 2015 at 4:37 AM, Pierre GIRAUD
  pierre.gir...@gmail.com
  wrote:
 
  Sorry for the delayed answer.
  All the API requests should be CORS enabled. Well, as soon as they use
  XHR.
 
  On Mon, Mar 9, 2015 at 6:48 PM, Mikel Maron mikel.ma...@gmail.com
  wrote:
   Huh I had thought that CORS was enabled for the OSMTM api ... is
   that
   not
   the case Drazen or Pierre?
  
   * Mikel Maron * +14152835207 @mikel s:mikelmaron
  
  
   On Monday, March 9, 2015 1:36 PM, James Conkling
   james.lane.conkl...@gmail.com wrote:
  
  
  
   Hey Mikel et al,
  
   Glad to see there's work being done on a TM API.  I've been trying
   to
   load
   the tasks.json file into an external app so I can monitor the
   progress
   of
   some HOT projects (the API docs suggest this should be exposed now,
   even
   though the rest of the API has not yet been implemented), but am
   running
   into issues with Cross Origin requests--requesting as jsonp hasn't
   worked
   either.  Am I barking up the wrong tree here, or is this something I
   should
   be able to do at this point?  (code is here, in case anyone's
   interested)
  
   On Sun, Mar 8, 2015 at 7:59 PM, Mikel Maron mikel.ma...@gmail.com
   wrote:
  
   Sam
  
   Some additions to the OSMTM API are in staging, and hopefully will
   deploy
   soon. Once live, this would allow to grab data on a list of
   projects.
   https://github.com/hotosm/osm-tasking-manager2/wiki/API has a few
   details.
  
   -Mikel
  
   * Mikel Maron * +14152835207 @mikel s:mikelmaron
  
  
   On Friday, March 6, 2015 1:52 PM, Sam Libby sli...@esri.com wrote:
  
  
  
   Hi all, wanted to share this great visualization of ten years of OSM
   edits:
   https://www.mapbox.com/ten-years-openstreetmap/ in case people had
   not
   seen
   it on social media.
  
   A question  for the group – is there an available dataset/API in
   json,
   geojson, shapefile, etc that shows the locations of all historical
   and
   current HOT tasks – ideally with dates of creation? I know it’s
   available
   per-task as geojson but thought it might be available as a big chunk
   as
   well.  I think it would be a really interesting overlay to add to
   the
   10-year map or other OSM visualizations – especially in W. Africa
   during
   the
   Ebola epidemic, you can clearly see in the time-based visualization
   where
   there were big impacts from the HOT community.
  
   Thanks,
   Sam
  
   ___
   HOT mailing list
   HOT@openstreetmap.org
   https://lists.openstreetmap.org/listinfo/hot
  
  
  
   ___
   HOT mailing list
   HOT@openstreetmap.org
   https://lists.openstreetmap.org/listinfo/hot
  
  
  
   ___
   HOT mailing list
   HOT@openstreetmap.org
   https://lists.openstreetmap.org/listinfo/hot
  
  
  
   ___
   HOT mailing list
   HOT@openstreetmap.org
   https://lists.openstreetmap.org/listinfo/hot
  
 
 
 
  --
  -
| Pierre GIRAUD
  -
 
 



 --
 -
   | Pierre GIRAUD
 -






-- 
-
  | Pierre GIRAUD
-

___
HOT mailing list
HOT@openstreetmap.org

Re: [HOT] 10 Years of OSM + HOT?

2015-04-02 Thread James Conkling
Hi Pierre,

Any update on CORS errors on the TM?  Still getting Cross Origin Errors
when I make ajax requests.

This would definitely be useful, but there are also workarounds I can use
until this is figured out.

On Tue, Mar 17, 2015 at 1:06 PM, James Conkling 
james.lane.conkl...@gmail.com wrote:

 Threw together some test code:
 http://plnkr.co/edit/MkrooDeQPhmADv4CrnTY?p=preview.  Look at the browser
 console for success/error messages

 Can confirm that using the second url (which points to '
 http://tasks.hotosm.org/project/920/tasks.json') throws a CORS error,
 while using the first url (which points to another CORS enabled project
 server) doesn't throw an error.

 On Tue, Mar 17, 2015 at 11:58 AM, Pierre GIRAUD pierre.gir...@gmail.com
 wrote:

 This is supposed to land on the following code:

 https://github.com/hotosm/osm-tasking-manager2/blob/master/osmtm/views/project.py#L381

 Do you have any simple code to test this against? (I'm a bit lazy)

 Thanks


 On Tue, Mar 17, 2015 at 4:53 PM, James Conkling
 james.lane.conkl...@gmail.com wrote:
  Hmmm.  I'm still getting a CORS error when I send an ajax request to
  http://tasks.hotosm.org/project/920/tasks.json.
 
  On Tue, Mar 17, 2015 at 4:37 AM, Pierre GIRAUD pierre.gir...@gmail.com
 
  wrote:
 
  Sorry for the delayed answer.
  All the API requests should be CORS enabled. Well, as soon as they use
  XHR.
 
  On Mon, Mar 9, 2015 at 6:48 PM, Mikel Maron mikel.ma...@gmail.com
 wrote:
   Huh I had thought that CORS was enabled for the OSMTM api ... is that
   not
   the case Drazen or Pierre?
  
   * Mikel Maron * +14152835207 @mikel s:mikelmaron
  
  
   On Monday, March 9, 2015 1:36 PM, James Conkling
   james.lane.conkl...@gmail.com wrote:
  
  
  
   Hey Mikel et al,
  
   Glad to see there's work being done on a TM API.  I've been trying to
   load
   the tasks.json file into an external app so I can monitor the
 progress
   of
   some HOT projects (the API docs suggest this should be exposed now,
 even
   though the rest of the API has not yet been implemented), but am
 running
   into issues with Cross Origin requests--requesting as jsonp hasn't
   worked
   either.  Am I barking up the wrong tree here, or is this something I
   should
   be able to do at this point?  (code is here, in case anyone's
   interested)
  
   On Sun, Mar 8, 2015 at 7:59 PM, Mikel Maron mikel.ma...@gmail.com
   wrote:
  
   Sam
  
   Some additions to the OSMTM API are in staging, and hopefully will
   deploy
   soon. Once live, this would allow to grab data on a list of projects.
   https://github.com/hotosm/osm-tasking-manager2/wiki/API has a few
   details.
  
   -Mikel
  
   * Mikel Maron * +14152835207 @mikel s:mikelmaron
  
  
   On Friday, March 6, 2015 1:52 PM, Sam Libby sli...@esri.com wrote:
  
  
  
   Hi all, wanted to share this great visualization of ten years of OSM
   edits:
   https://www.mapbox.com/ten-years-openstreetmap/ in case people had
 not
   seen
   it on social media.
  
   A question  for the group – is there an available dataset/API in
 json,
   geojson, shapefile, etc that shows the locations of all historical
 and
   current HOT tasks – ideally with dates of creation? I know it’s
   available
   per-task as geojson but thought it might be available as a big chunk
 as
   well.  I think it would be a really interesting overlay to add to the
   10-year map or other OSM visualizations – especially in W. Africa
 during
   the
   Ebola epidemic, you can clearly see in the time-based visualization
   where
   there were big impacts from the HOT community.
  
   Thanks,
   Sam
  
   ___
   HOT mailing list
   HOT@openstreetmap.org
   https://lists.openstreetmap.org/listinfo/hot
  
  
  
   ___
   HOT mailing list
   HOT@openstreetmap.org
   https://lists.openstreetmap.org/listinfo/hot
  
  
  
   ___
   HOT mailing list
   HOT@openstreetmap.org
   https://lists.openstreetmap.org/listinfo/hot
  
  
  
   ___
   HOT mailing list
   HOT@openstreetmap.org
   https://lists.openstreetmap.org/listinfo/hot
  
 
 
 
  --
  -
| Pierre GIRAUD
  -
 
 



 --
 -
   | Pierre GIRAUD
 -



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


Re: [HOT] 10 Years of OSM + HOT?

2015-03-17 Thread Pierre GIRAUD
Sorry for the delayed answer.
All the API requests should be CORS enabled. Well, as soon as they use XHR.

On Mon, Mar 9, 2015 at 6:48 PM, Mikel Maron mikel.ma...@gmail.com wrote:
 Huh I had thought that CORS was enabled for the OSMTM api ... is that not
 the case Drazen or Pierre?

 * Mikel Maron * +14152835207 @mikel s:mikelmaron


 On Monday, March 9, 2015 1:36 PM, James Conkling
 james.lane.conkl...@gmail.com wrote:



 Hey Mikel et al,

 Glad to see there's work being done on a TM API.  I've been trying to load
 the tasks.json file into an external app so I can monitor the progress of
 some HOT projects (the API docs suggest this should be exposed now, even
 though the rest of the API has not yet been implemented), but am running
 into issues with Cross Origin requests--requesting as jsonp hasn't worked
 either.  Am I barking up the wrong tree here, or is this something I should
 be able to do at this point?  (code is here, in case anyone's interested)

 On Sun, Mar 8, 2015 at 7:59 PM, Mikel Maron mikel.ma...@gmail.com wrote:

 Sam

 Some additions to the OSMTM API are in staging, and hopefully will deploy
 soon. Once live, this would allow to grab data on a list of projects.
 https://github.com/hotosm/osm-tasking-manager2/wiki/API has a few details.

 -Mikel

 * Mikel Maron * +14152835207 @mikel s:mikelmaron


 On Friday, March 6, 2015 1:52 PM, Sam Libby sli...@esri.com wrote:



 Hi all, wanted to share this great visualization of ten years of OSM edits:
 https://www.mapbox.com/ten-years-openstreetmap/ in case people had not seen
 it on social media.

 A question  for the group – is there an available dataset/API in json,
 geojson, shapefile, etc that shows the locations of all historical and
 current HOT tasks – ideally with dates of creation? I know it’s available
 per-task as geojson but thought it might be available as a big chunk as
 well.  I think it would be a really interesting overlay to add to the
 10-year map or other OSM visualizations – especially in W. Africa during the
 Ebola epidemic, you can clearly see in the time-based visualization where
 there were big impacts from the HOT community.

 Thanks,
 Sam

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



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



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



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




-- 
-
  | Pierre GIRAUD
-

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


Re: [HOT] 10 Years of OSM + HOT?

2015-03-17 Thread Pierre GIRAUD
This is supposed to land on the following code:
https://github.com/hotosm/osm-tasking-manager2/blob/master/osmtm/views/project.py#L381

Do you have any simple code to test this against? (I'm a bit lazy)

Thanks


On Tue, Mar 17, 2015 at 4:53 PM, James Conkling
james.lane.conkl...@gmail.com wrote:
 Hmmm.  I'm still getting a CORS error when I send an ajax request to
 http://tasks.hotosm.org/project/920/tasks.json.

 On Tue, Mar 17, 2015 at 4:37 AM, Pierre GIRAUD pierre.gir...@gmail.com
 wrote:

 Sorry for the delayed answer.
 All the API requests should be CORS enabled. Well, as soon as they use
 XHR.

 On Mon, Mar 9, 2015 at 6:48 PM, Mikel Maron mikel.ma...@gmail.com wrote:
  Huh I had thought that CORS was enabled for the OSMTM api ... is that
  not
  the case Drazen or Pierre?
 
  * Mikel Maron * +14152835207 @mikel s:mikelmaron
 
 
  On Monday, March 9, 2015 1:36 PM, James Conkling
  james.lane.conkl...@gmail.com wrote:
 
 
 
  Hey Mikel et al,
 
  Glad to see there's work being done on a TM API.  I've been trying to
  load
  the tasks.json file into an external app so I can monitor the progress
  of
  some HOT projects (the API docs suggest this should be exposed now, even
  though the rest of the API has not yet been implemented), but am running
  into issues with Cross Origin requests--requesting as jsonp hasn't
  worked
  either.  Am I barking up the wrong tree here, or is this something I
  should
  be able to do at this point?  (code is here, in case anyone's
  interested)
 
  On Sun, Mar 8, 2015 at 7:59 PM, Mikel Maron mikel.ma...@gmail.com
  wrote:
 
  Sam
 
  Some additions to the OSMTM API are in staging, and hopefully will
  deploy
  soon. Once live, this would allow to grab data on a list of projects.
  https://github.com/hotosm/osm-tasking-manager2/wiki/API has a few
  details.
 
  -Mikel
 
  * Mikel Maron * +14152835207 @mikel s:mikelmaron
 
 
  On Friday, March 6, 2015 1:52 PM, Sam Libby sli...@esri.com wrote:
 
 
 
  Hi all, wanted to share this great visualization of ten years of OSM
  edits:
  https://www.mapbox.com/ten-years-openstreetmap/ in case people had not
  seen
  it on social media.
 
  A question  for the group – is there an available dataset/API in json,
  geojson, shapefile, etc that shows the locations of all historical and
  current HOT tasks – ideally with dates of creation? I know it’s
  available
  per-task as geojson but thought it might be available as a big chunk as
  well.  I think it would be a really interesting overlay to add to the
  10-year map or other OSM visualizations – especially in W. Africa during
  the
  Ebola epidemic, you can clearly see in the time-based visualization
  where
  there were big impacts from the HOT community.
 
  Thanks,
  Sam
 
  ___
  HOT mailing list
  HOT@openstreetmap.org
  https://lists.openstreetmap.org/listinfo/hot
 
 
 
  ___
  HOT mailing list
  HOT@openstreetmap.org
  https://lists.openstreetmap.org/listinfo/hot
 
 
 
  ___
  HOT mailing list
  HOT@openstreetmap.org
  https://lists.openstreetmap.org/listinfo/hot
 
 
 
  ___
  HOT mailing list
  HOT@openstreetmap.org
  https://lists.openstreetmap.org/listinfo/hot
 



 --
 -
   | Pierre GIRAUD
 -





-- 
-
  | Pierre GIRAUD
-

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


Re: [HOT] 10 Years of OSM + HOT?

2015-03-17 Thread James Conkling
Threw together some test code:
http://plnkr.co/edit/MkrooDeQPhmADv4CrnTY?p=preview.  Look at the browser
console for success/error messages

Can confirm that using the second url (which points to '
http://tasks.hotosm.org/project/920/tasks.json') throws a CORS error, while
using the first url (which points to another CORS enabled project server)
doesn't throw an error.

On Tue, Mar 17, 2015 at 11:58 AM, Pierre GIRAUD pierre.gir...@gmail.com
wrote:

 This is supposed to land on the following code:

 https://github.com/hotosm/osm-tasking-manager2/blob/master/osmtm/views/project.py#L381

 Do you have any simple code to test this against? (I'm a bit lazy)

 Thanks


 On Tue, Mar 17, 2015 at 4:53 PM, James Conkling
 james.lane.conkl...@gmail.com wrote:
  Hmmm.  I'm still getting a CORS error when I send an ajax request to
  http://tasks.hotosm.org/project/920/tasks.json.
 
  On Tue, Mar 17, 2015 at 4:37 AM, Pierre GIRAUD pierre.gir...@gmail.com
  wrote:
 
  Sorry for the delayed answer.
  All the API requests should be CORS enabled. Well, as soon as they use
  XHR.
 
  On Mon, Mar 9, 2015 at 6:48 PM, Mikel Maron mikel.ma...@gmail.com
 wrote:
   Huh I had thought that CORS was enabled for the OSMTM api ... is that
   not
   the case Drazen or Pierre?
  
   * Mikel Maron * +14152835207 @mikel s:mikelmaron
  
  
   On Monday, March 9, 2015 1:36 PM, James Conkling
   james.lane.conkl...@gmail.com wrote:
  
  
  
   Hey Mikel et al,
  
   Glad to see there's work being done on a TM API.  I've been trying to
   load
   the tasks.json file into an external app so I can monitor the progress
   of
   some HOT projects (the API docs suggest this should be exposed now,
 even
   though the rest of the API has not yet been implemented), but am
 running
   into issues with Cross Origin requests--requesting as jsonp hasn't
   worked
   either.  Am I barking up the wrong tree here, or is this something I
   should
   be able to do at this point?  (code is here, in case anyone's
   interested)
  
   On Sun, Mar 8, 2015 at 7:59 PM, Mikel Maron mikel.ma...@gmail.com
   wrote:
  
   Sam
  
   Some additions to the OSMTM API are in staging, and hopefully will
   deploy
   soon. Once live, this would allow to grab data on a list of projects.
   https://github.com/hotosm/osm-tasking-manager2/wiki/API has a few
   details.
  
   -Mikel
  
   * Mikel Maron * +14152835207 @mikel s:mikelmaron
  
  
   On Friday, March 6, 2015 1:52 PM, Sam Libby sli...@esri.com wrote:
  
  
  
   Hi all, wanted to share this great visualization of ten years of OSM
   edits:
   https://www.mapbox.com/ten-years-openstreetmap/ in case people had
 not
   seen
   it on social media.
  
   A question  for the group – is there an available dataset/API in json,
   geojson, shapefile, etc that shows the locations of all historical and
   current HOT tasks – ideally with dates of creation? I know it’s
   available
   per-task as geojson but thought it might be available as a big chunk
 as
   well.  I think it would be a really interesting overlay to add to the
   10-year map or other OSM visualizations – especially in W. Africa
 during
   the
   Ebola epidemic, you can clearly see in the time-based visualization
   where
   there were big impacts from the HOT community.
  
   Thanks,
   Sam
  
   ___
   HOT mailing list
   HOT@openstreetmap.org
   https://lists.openstreetmap.org/listinfo/hot
  
  
  
   ___
   HOT mailing list
   HOT@openstreetmap.org
   https://lists.openstreetmap.org/listinfo/hot
  
  
  
   ___
   HOT mailing list
   HOT@openstreetmap.org
   https://lists.openstreetmap.org/listinfo/hot
  
  
  
   ___
   HOT mailing list
   HOT@openstreetmap.org
   https://lists.openstreetmap.org/listinfo/hot
  
 
 
 
  --
  -
| Pierre GIRAUD
  -
 
 



 --
 -
   | Pierre GIRAUD
 -

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


Re: [HOT] 10 Years of OSM + HOT?

2015-03-09 Thread James Conkling
Hey Mikel et al,

Glad to see there's work being done on a TM API.  I've been trying to load
the tasks.json file into an external app so I can monitor the progress of
some HOT projects (the API docs
https://github.com/hotosm/osm-tasking-manager2/wiki/API#tasks suggest
this should be exposed now, even though the rest of the API has not yet
been implemented), but am running into issues with Cross Origin
requests--requesting as jsonp hasn't worked either.  Am I barking up the
wrong tree here, or is this something I should be able to do at this point?
 (code is here
https://github.com/crowdcover/logging-roads/blob/gh-pages/js/scripts.js#L35-L49,
in case anyone's interested)

On Sun, Mar 8, 2015 at 7:59 PM, Mikel Maron mikel.ma...@gmail.com wrote:

 Sam

 Some additions to the OSMTM API are in staging, and hopefully will deploy
 soon. Once live, this would allow to grab data on a list of projects.
 https://github.com/hotosm/osm-tasking-manager2/wiki/API has a few details.

 -Mikel

 * Mikel Maron * +14152835207 @mikel s:mikelmaron


   On Friday, March 6, 2015 1:52 PM, Sam Libby sli...@esri.com wrote:



   Hi all, wanted to share this great visualization of ten years of OSM
 edits: https://www.mapbox.com/ten-years-openstreetmap/ in case people had
 not seen it on social media.

 A question  for the group – is there an available dataset/API in json,
 geojson, shapefile, etc that shows the locations of all historical and
 current HOT tasks – ideally with dates of creation? I know it’s available
 per-task http://tasks.hotosm.org/project/907/tasks.json as geojson but
 thought it might be available as a big chunk as well.  I think it would be
 a really interesting overlay to add to the 10-year map or other OSM
 visualizations – especially in W. Africa during the Ebola epidemic, you can
 clearly see in the time-based visualization where there were big impacts
 from the HOT community.

 Thanks,
 Sam

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



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


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


Re: [HOT] 10 Years of OSM + HOT?

2015-03-09 Thread Mikel Maron
Huh I had thought that CORS was enabled for the OSMTM api ... is that not the 
case Drazen or Pierre? * Mikel Maron * +14152835207 @mikel s:mikelmaron 

 On Monday, March 9, 2015 1:36 PM, James Conkling 
james.lane.conkl...@gmail.com wrote:
   
 

 Hey Mikel et al,
Glad to see there's work being done on a TM API.  I've been trying to load the 
tasks.json file into an external app so I can monitor the progress of some HOT 
projects (the API docs suggest this should be exposed now, even though the rest 
of the API has not yet been implemented), but am running into issues with Cross 
Origin requests--requesting as jsonp hasn't worked either.  Am I barking up the 
wrong tree here, or is this something I should be able to do at this point?  
(code is here, in case anyone's interested)
On Sun, Mar 8, 2015 at 7:59 PM, Mikel Maron mikel.ma...@gmail.com wrote:

Sam
Some additions to the OSMTM API are in staging, and hopefully will deploy soon. 
Once live, this would allow to grab data on a list of projects. 
https://github.com/hotosm/osm-tasking-manager2/wiki/API has a few details.
-Mikel * Mikel Maron * +14152835207 @mikel s:mikelmaron 

 On Friday, March 6, 2015 1:52 PM, Sam Libby sli...@esri.com wrote:
   
 

  Hi all, wanted to share this great visualization of ten years of OSM 
edits:https://www.mapbox.com/ten-years-openstreetmap/ in case people had not 
seen it on social media.    A question  for the group – is there an available 
dataset/API in json, geojson, shapefile, etc that shows the locations of all 
historical and current HOT tasks – ideally with dates of creation? I know it’s 
availableper-task as geojson but thought it might be available as a big chunk 
as well.  I think it would be a really interesting overlay to add to the 
10-year map or other OSM visualizations – especially in W. Africa during the 
Ebola epidemic, you can clearly see in the time-based visualization where there 
were big impacts from the HOT community.    Thanks, Sam 
___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot


 

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




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


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


Re: [HOT] 10 Years of OSM + HOT?

2015-03-08 Thread Mikel Maron
Sam
Some additions to the OSMTM API are in staging, and hopefully will deploy soon. 
Once live, this would allow to grab data on a list of projects. 
https://github.com/hotosm/osm-tasking-manager2/wiki/API has a few details.
-Mikel * Mikel Maron * +14152835207 @mikel s:mikelmaron 

 On Friday, March 6, 2015 1:52 PM, Sam Libby sli...@esri.com wrote:
   
 

  !--#yiv9655942969 _filtered #yiv9655942969 {font-family:Cambria 
Math;panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv9655942969 
{font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}#yiv9655942969 
#yiv9655942969 p.yiv9655942969MsoNormal, #yiv9655942969 
li.yiv9655942969MsoNormal, #yiv9655942969 div.yiv9655942969MsoNormal 
{margin:0in;margin-bottom:.0001pt;font-size:11.0pt;font-family:Calibri, 
sans-serif;}#yiv9655942969 a:link, #yiv9655942969 
span.yiv9655942969MsoHyperlink 
{color:#0563C1;text-decoration:underline;}#yiv9655942969 a:visited, 
#yiv9655942969 span.yiv9655942969MsoHyperlinkFollowed 
{color:#954F72;text-decoration:underline;}#yiv9655942969 
span.yiv9655942969EmailStyle17 {font-family:Calibri, 
sans-serif;color:windowtext;}#yiv9655942969 .yiv9655942969MsoChpDefault 
{font-family:Calibri, sans-serif;} _filtered #yiv9655942969 {margin:1.0in 
1.0in 1.0in 1.0in;}#yiv9655942969 div.yiv9655942969WordSection1 {}--Hi all, 
wanted to share this great visualization of ten years of OSM 
edits:https://www.mapbox.com/ten-years-openstreetmap/ in case people had not 
seen it on social media.    A question  for the group – is there an available 
dataset/API in json, geojson, shapefile, etc that shows the locations of all 
historical and current HOT tasks – ideally with dates of creation? I know it’s 
availableper-task as geojson but thought it might be available as a big chunk 
as well.  I think it would be a really interesting overlay to add to the 
10-year map or other OSM visualizations – especially in W. Africa during the 
Ebola epidemic, you can clearly see in the time-based visualization where there 
were big impacts from the HOT community.    Thanks, Sam 
___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot


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


Re: [HOT] 10 Years of OSM + HOT?

2015-03-08 Thread Pierre Béland
Hi Sam
Yes, this is a great tool.   It would be good if a geolocation feature was 
added to locate a particular country or town.  

This is a more urban centric rendering, since it primarily shows buildings and 
roads, neglecting other objects. Looking at the Mali activation in early 2013, 
I see that the mapping progress in this area is not clearly showed. It seems 
that rivers, riverbanks, landuse are not taken into account.
The link below shows an area of the Niger Delta north of Gao, Mali
https://www.mapbox.com/ten-years-openstreetmap/#-0.237579/16.478889/10
  
Pierre 

  De : Sam Libby sli...@esri.com
 À : hot@openstreetmap.org hot@openstreetmap.org 
 Envoyé le : Vendredi 6 mars 2015 13h50
 Objet : [HOT] 10 Years of OSM + HOT?
   
 !--#yiv2323129697 _filtered #yiv2323129697 {font-family:Cambria 
Math;panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv2323129697 
{font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}#yiv2323129697 
#yiv2323129697 p.yiv2323129697MsoNormal, #yiv2323129697 
li.yiv2323129697MsoNormal, #yiv2323129697 div.yiv2323129697MsoNormal 
{margin:0in;margin-bottom:.0001pt;font-size:11.0pt;font-family:Calibri, 
sans-serif;}#yiv2323129697 a:link, #yiv2323129697 
span.yiv2323129697MsoHyperlink 
{color:#0563C1;text-decoration:underline;}#yiv2323129697 a:visited, 
#yiv2323129697 span.yiv2323129697MsoHyperlinkFollowed 
{color:#954F72;text-decoration:underline;}#yiv2323129697 
span.yiv2323129697EmailStyle17 {font-family:Calibri, 
sans-serif;color:windowtext;}#yiv2323129697 .yiv2323129697MsoChpDefault 
{font-family:Calibri, sans-serif;} _filtered #yiv2323129697 {margin:1.0in 
1.0in 1.0in 1.0in;}#yiv2323129697 div.yiv2323129697WordSection1 {}--Hi all, 
wanted to share this great visualization of ten years of OSM 
edits:https://www.mapbox.com/ten-years-openstreetmap/ in case people had not 
seen it on social media.    A question  for the group – is there an available 
dataset/API in json, geojson, shapefile, etc that shows the locations of all 
historical and current HOT tasks – ideally with dates of creation? I know it’s 
availableper-task as geojson but thought it might be available as a big chunk 
as well.  I think it would be a really interesting overlay to add to the 
10-year map or other OSM visualizations – especially in W. Africa during the 
Ebola epidemic, you can clearly see in the time-based visualization where there 
were big impacts from the HOT community.    Thanks, Sam 
___
HOT mailing list
HOT@openstreetmap.org
https://lists.openstreetmap.org/listinfo/hot


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