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 
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
>  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
> >  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
> >>>  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
> >>> > 
> >>> > 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 
> >>> >> 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
> >>> >> >  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 
> 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
> >>> >>

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
 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
>  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 
>> 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
>>>  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
>>> > 
>>> > 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 
>>> >> 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
>>> >> >  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 
>>> >> > 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  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
>>> >> >
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> ---

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 
> 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
>>  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 > >
>> > 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 
>> 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
>> >> >  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 
>> >> > 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  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-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 
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
>  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 
> > 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 
> 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
> >> >  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 
> >> > 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  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
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
 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 
> 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  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
>> >  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 
>> > 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  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
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 
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  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
> >  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 
> 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  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
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  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
>  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  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  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-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 
 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  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  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-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
 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  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  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


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  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


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 
 À : "hot@openstreetmap.org"  
 Envoyé le : Vendredi 6 mars 2015 13h50
 Objet : [HOT] 10 Years of OSM + HOT?
   
 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] 10 Years of OSM + HOT?

2015-03-06 Thread Sam Libby
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