Sample of GeoDjanco websites

2018-03-19 Thread Ezequias Rocha
Hi

I would like to know if there is any list of websites that are using 
GeoDjango on the web.

Could anyone tell me if you have experiences putting Leaflet in the 
frontend and GeoDjango in the backend (geoprocessing).

Sincerely
Ezequias

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/09ae2680-65d0-4c6e-bb32-9f776a76f138%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Sample of GeoDjanco websites

2018-03-19 Thread Zachary Nickens
I’m really interested in this too. Please share if you find anything.

On Mon, Mar 19, 2018 at 2:28 PM Ezequias Rocha 
wrote:

> Hi
>
> I would like to know if there is any list of websites that are using
> GeoDjango on the web.
>
> Could anyone tell me if you have experiences putting Leaflet in the
> frontend and GeoDjango in the backend (geoprocessing).
>
> Sincerely
> Ezequias
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users
> 
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/09ae2680-65d0-4c6e-bb32-9f776a76f138%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout
> 
> .
>
-- 
Fight On!

Zachary Nickens
znick...@usc.edu







Become a Member of the Wild Sheep Foundation to Put and Keep Wild Sheep on
the Mountain 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEapDEBqPaC_8bYq8b%2BSgtv6Utv_BHc%3Dhgc38jSZ58hMtQpUiw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Sample of GeoDjanco websites

2018-03-19 Thread M Hashmi
I've been searching for one from last couple of weeks and after using
Djnago-map-widgets, django-google-maps, django-forms I came to conclusion
that no much work done in GeoDjango. All these apps do not work very well
with everything GeoDjango has to offer.

Only way out for me is that using GoogleAPI Javascript code in templates
and then create a GET/POST requests to manage user interaction with api.
Saving that to database based on JS triggers. If you happen to find
something please let me know as well.

Making a tutorial will help community to great deal coz location aware
applications are in demand.

Regards,
Mudassar

On Mon, Mar 19, 2018 at 12:37 PM, Zachary Nickens  wrote:

> I’m really interested in this too. Please share if you find anything.
>
> On Mon, Mar 19, 2018 at 2:28 PM Ezequias Rocha 
> wrote:
>
>> Hi
>>
>> I would like to know if there is any list of websites that are using
>> GeoDjango on the web.
>>
>> Could anyone tell me if you have experiences putting Leaflet in the
>> frontend and GeoDjango in the backend (geoprocessing).
>>
>> Sincerely
>> Ezequias
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users
>> 
>> .
>> To view this discussion on the web visit https://groups.google.com/d/
>> msgid/django-users/09ae2680-65d0-4c6e-bb32-9f776a76f138%
>> 40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout
>> 
>> .
>>
> --
> Fight On!
>
> Zachary Nickens
> znick...@usc.edu
>
> 
>
> 
>
>
> 
> Become a Member of the Wild Sheep Foundation to Put and Keep Wild Sheep on
> the Mountain 
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CAEapDEBqPaC_8bYq8b%2BSgtv6Utv_BHc%
> 3Dhgc38jSZ58hMtQpUiw%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANoUts50JfjeaanLmJXBBiZ%2B_Oc1m-6O3q7ZZkM7pANi8fL-KA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Sample of GeoDjanco websites

2018-03-19 Thread Antonis Christofides
Hello,

I think that much work is done on GeoDjango. I maintain 3 or 4 apps that use it,
if not anything else to show points on a map. I don't claim to be an expert.
I've concluded that GIS is a strange world. Not only blog posts and tutorials
and references, there are also few books and they are mostly lacking. I've used
gdal and OpenLayers and I've been baffled by the lack of documentation.

I can point you to some of my own work, which is by no means complete. First, I
think that anyone dealing with GIS must understand the basics of co-ordinate
reference systems. Even if all you want to do is show points on a map, you will
eventually need to know what the numbers 4326 and 3857 mean. So read my
introduction to geographical co-ordinate systems
.
My few OpenLayers>=3 writings  can be useful if
(like me) you are an OpenLayers>=3 beginner. That's all.

Regards,

Antonis

Antonis Christofides
http://djangodeployment.com

On 2018-03-20 00:14, M Hashmi wrote:
> I've been searching for one from last couple of weeks and after using
> Djnago-map-widgets, django-google-maps, django-forms I came to conclusion that
> no much work done in GeoDjango. All these apps do not work very well with
> everything GeoDjango has to offer.
>
> Only way out for me is that using GoogleAPI Javascript code in templates and
> then create a GET/POST requests to manage user interaction with api. Saving
> that to database based on JS triggers. If you happen to find something please
> let me know as well.
>
> Making a tutorial will help community to great deal coz location aware
> applications are in demand.
>
> Regards,
> Mudassar
>
> On Mon, Mar 19, 2018 at 12:37 PM, Zachary Nickens  > wrote:
>
> I’m really interested in this too. Please share if you find anything. 
>
> On Mon, Mar 19, 2018 at 2:28 PM Ezequias Rocha  > wrote:
>
> Hi
>
> I would like to know if there is any list of websites that are using
> GeoDjango on the web.
>
> Could anyone tell me if you have experiences putting Leaflet in the
> frontend and GeoDjango in the backend (geoprocessing).
>
> Sincerely
> Ezequias
> -- 
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to django-users+unsubscr...@googlegroups.com
> .
> To post to this group, send email to django-users@googlegroups.com
> .
> Visit this group at https://groups.google.com/group/django-users
> 
> .
> To view this discussion on the web visit
> 
> https://groups.google.com/d/msgid/django-users/09ae2680-65d0-4c6e-bb32-9f776a76f138%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout
> 
> .
>
> -- 
> Fight On!
>
> Zachary Nickens
> znick...@usc.edu 
>
> 
>
> 
>
>
> 
> Become a Member of the Wild Sheep Foundation to Put and Keep Wild Sheep on
> the Mountain 
>
> -- 
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com
> .
> To post to this group, send email to django-users@googlegroups.com
> .
> Visit this group at https://groups.google.com/group/django-users
> .
> To view this discussion on the 

Re: Sample of GeoDjanco websites

2018-03-20 Thread Jani Tiainen
Hi,

Unfortunately I can't show you any sites that are running GeoDjango but
I've been working with GeoDjango apps last ~10 years. I can though help
with all kind of a stuff. You can find me better on Django IRC-channel
(#django on Freenode) but I read and write these groups occasionally. Apps
that I've been writing deals with complex geometry data for example telecom
network infrastructure.




On Tue, Mar 20, 2018 at 8:34 AM, Antonis Christofides <
anto...@djangodeployment.com> wrote:

> Hello,
>
> I think that much work is done on GeoDjango. I maintain 3 or 4 apps that
> use it, if not anything else to show points on a map. I don't claim to be
> an expert. I've concluded that GIS is a strange world. Not only blog posts
> and tutorials and references, there are also few books and they are mostly
> lacking. I've used gdal and OpenLayers and I've been baffled by the lack of
> documentation.
>
> I can point you to some of my own work, which is by no means complete.
> First, I think that anyone dealing with GIS must understand the basics of
> co-ordinate reference systems. Even if all you want to do is show points on
> a map, you will eventually need to know what the numbers 4326 and 3857
> mean. So read my introduction to geographical co-ordinate systems
> .
> My few OpenLayers>=3 writings  can be useful
> if (like me) you are an OpenLayers>=3 beginner. That's all.
>
> Regards,
>
> Antonis
>
> Antonis Christofideshttp://djangodeployment.com
>
> On 2018-03-20 00:14, M Hashmi wrote:
>
> I've been searching for one from last couple of weeks and after using
> Djnago-map-widgets, django-google-maps, django-forms I came to conclusion
> that no much work done in GeoDjango. All these apps do not work very well
> with everything GeoDjango has to offer.
>
> Only way out for me is that using GoogleAPI Javascript code in templates
> and then create a GET/POST requests to manage user interaction with api.
> Saving that to database based on JS triggers. If you happen to find
> something please let me know as well.
>
> Making a tutorial will help community to great deal coz location aware
> applications are in demand.
>
> Regards,
> Mudassar
>
> On Mon, Mar 19, 2018 at 12:37 PM, Zachary Nickens 
> wrote:
>
>> I’m really interested in this too. Please share if you find anything.
>>
>> On Mon, Mar 19, 2018 at 2:28 PM Ezequias Rocha 
>> wrote:
>>
>>> Hi
>>>
>>> I would like to know if there is any list of websites that are using
>>> GeoDjango on the web.
>>>
>>> Could anyone tell me if you have experiences putting Leaflet in the
>>> frontend and GeoDjango in the backend (geoprocessing).
>>>
>>> Sincerely
>>> Ezequias
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-users+unsubscr...@googlegroups.com.
>>> To post to this group, send email to django-users@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/django-users
>>> 
>>> .
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/django-users/09ae2680-65d0-4c6e-bb32-9f776a76f138%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout
>>> 
>>> .
>>>
>> --
>> Fight On!
>>
>> Zachary Nickens
>> znick...@usc.edu
>>
>> 
>>
>> 
>>
>>
>> 
>> Become a Member of the Wild Sheep Foundation to Put and Keep Wild Sheep
>> on the Mountain 
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/dj

Re: Sample of GeoDjanco websites

2018-03-20 Thread lakeshow
Hi Jani. I wonder if you've ever had to push any geo-django involved apps 
to heroku's servers.  
I'm attempting this now and running into issues regarding libjasper.so.1.  
The community and documentation around geodjango seems quite thin.. 

On Tuesday, March 20, 2018 at 4:12:04 PM UTC+9, Jani Tiainen wrote:
>
> Hi,
>
> Unfortunately I can't show you any sites that are running GeoDjango but 
> I've been working with GeoDjango apps last ~10 years. I can though help 
> with all kind of a stuff. You can find me better on Django IRC-channel 
> (#django on Freenode) but I read and write these groups occasionally. Apps 
> that I've been writing deals with complex geometry data for example telecom 
> network infrastructure. 
>
>
>
>
> On Tue, Mar 20, 2018 at 8:34 AM, Antonis Christofides <
> ant...@djangodeployment.com > wrote:
>
>> Hello,
>>
>> I think that much work is done on GeoDjango. I maintain 3 or 4 apps that 
>> use it, if not anything else to show points on a map. I don't claim to be 
>> an expert. I've concluded that GIS is a strange world. Not only blog posts 
>> and tutorials and references, there are also few books and they are mostly 
>> lacking. I've used gdal and OpenLayers and I've been baffled by the lack of 
>> documentation.
>>
>> I can point you to some of my own work, which is by no means complete. 
>> First, I think that anyone dealing with GIS must understand the basics of 
>> co-ordinate reference systems. Even if all you want to do is show points on 
>> a map, you will eventually need to know what the numbers 4326 and 3857 
>> mean. So read my introduction to geographical co-ordinate systems 
>> .
>>  
>> My few OpenLayers>=3 writings  can be 
>> useful if (like me) you are an OpenLayers>=3 beginner. That's all.
>>
>> Regards,
>>
>> Antonis
>>
>> Antonis Christofideshttp://djangodeployment.com
>>
>> On 2018-03-20 00:14, M Hashmi wrote:
>>
>> I've been searching for one from last couple of weeks and after using 
>> Djnago-map-widgets, django-google-maps, django-forms I came to conclusion 
>> that no much work done in GeoDjango. All these apps do not work very well 
>> with everything GeoDjango has to offer. 
>>
>> Only way out for me is that using GoogleAPI Javascript code in templates 
>> and then create a GET/POST requests to manage user interaction with api. 
>> Saving that to database based on JS triggers. If you happen to find 
>> something please let me know as well. 
>>
>> Making a tutorial will help community to great deal coz location aware 
>> applications are in demand.
>>
>> Regards,
>> Mudassar
>>
>> On Mon, Mar 19, 2018 at 12:37 PM, Zachary Nickens > > wrote:
>>
>>> I’m really interested in this too. Please share if you find anything. 
>>>
>>> On Mon, Mar 19, 2018 at 2:28 PM Ezequias Rocha >> > wrote:
>>>
 Hi 

 I would like to know if there is any list of websites that are using 
 GeoDjango on the web.

 Could anyone tell me if you have experiences putting Leaflet in the 
 frontend and GeoDjango in the backend (geoprocessing).

 Sincerely
 Ezequias
 -- 
 You received this message because you are subscribed to the Google 
 Groups "Django users" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to django-users...@googlegroups.com .
 To post to this group, send email to django...@googlegroups.com 
 .
 Visit this group at https://groups.google.com/group/django-users 
 
 .
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/django-users/09ae2680-65d0-4c6e-bb32-9f776a76f138%40googlegroups.com
  
 
 .
 For more options, visit https://groups.google.com/d/optout 
 
 .

>>> -- 
>>> Fight On!
>>>
>>> Zachary Nickens
>>> znic...@usc.edu 
>>>
>>> 
>>>
>>> 
>>>
>>>
>>> 
>>> Become a Member of the Wild Sheep Foundation to Put and Keep Wild Sheep 
>>> on the Mountain 

Re: Sample of GeoDjanco websites

2018-03-20 Thread hunter.cur...@gmail.com
I've been using geodjango for a few years now and it's quite useful.
I wrote some blog posts about setting up a server 
here:  https://geoanalytic.github.io/
although some of the info is in need of an update it does discuss using 
leaflet on the front end.

I'd also recommend checking out Geonode, which is a geodjango based 
project: http://geonode.org/
Dave

On Monday, March 19, 2018 at 1:29:04 PM UTC-6, Ezequias Rocha wrote:
>
> Hi
>
> I would like to know if there is any list of websites that are using 
> GeoDjango on the web.
>
> Could anyone tell me if you have experiences putting Leaflet in the 
> frontend and GeoDjango in the backend (geoprocessing).
>
> Sincerely
> Ezequias
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/71ea56da-d52b-499c-ac7a-c4a2ee9588a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Sample of GeoDjanco websites

2018-03-20 Thread Jani Tiainen
Hi,

libjasper sounds something that Django doesn't require. It needs GEOS, gdal
and proj4, pretty much same libs as PostGIS does. And to my knowledge
libjasper is for jpeg files.

On Tue, Mar 20, 2018 at 3:14 PM, lakeshow  wrote:

> Hi Jani. I wonder if you've ever had to push any geo-django involved apps
> to heroku's servers.
> I'm attempting this now and running into issues regarding libjasper.so.1.
> The community and documentation around geodjango seems quite thin..
>
> On Tuesday, March 20, 2018 at 4:12:04 PM UTC+9, Jani Tiainen wrote:
>>
>> Hi,
>>
>> Unfortunately I can't show you any sites that are running GeoDjango but
>> I've been working with GeoDjango apps last ~10 years. I can though help
>> with all kind of a stuff. You can find me better on Django IRC-channel
>> (#django on Freenode) but I read and write these groups occasionally. Apps
>> that I've been writing deals with complex geometry data for example telecom
>> network infrastructure.
>>
>>
>>
>>
>> On Tue, Mar 20, 2018 at 8:34 AM, Antonis Christofides <
>> ant...@djangodeployment.com> wrote:
>>
>>> Hello,
>>>
>>> I think that much work is done on GeoDjango. I maintain 3 or 4 apps that
>>> use it, if not anything else to show points on a map. I don't claim to be
>>> an expert. I've concluded that GIS is a strange world. Not only blog posts
>>> and tutorials and references, there are also few books and they are mostly
>>> lacking. I've used gdal and OpenLayers and I've been baffled by the lack of
>>> documentation.
>>>
>>> I can point you to some of my own work, which is by no means complete.
>>> First, I think that anyone dealing with GIS must understand the basics of
>>> co-ordinate reference systems. Even if all you want to do is show points on
>>> a map, you will eventually need to know what the numbers 4326 and 3857
>>> mean. So read my introduction to geographical co-ordinate systems
>>> .
>>> My few OpenLayers>=3 writings  can be
>>> useful if (like me) you are an OpenLayers>=3 beginner. That's all.
>>>
>>> Regards,
>>>
>>> Antonis
>>>
>>> Antonis Christofideshttp://djangodeployment.com
>>>
>>> On 2018-03-20 00:14, M Hashmi wrote:
>>>
>>> I've been searching for one from last couple of weeks and after using
>>> Djnago-map-widgets, django-google-maps, django-forms I came to conclusion
>>> that no much work done in GeoDjango. All these apps do not work very well
>>> with everything GeoDjango has to offer.
>>>
>>> Only way out for me is that using GoogleAPI Javascript code in templates
>>> and then create a GET/POST requests to manage user interaction with api.
>>> Saving that to database based on JS triggers. If you happen to find
>>> something please let me know as well.
>>>
>>> Making a tutorial will help community to great deal coz location aware
>>> applications are in demand.
>>>
>>> Regards,
>>> Mudassar
>>>
>>> On Mon, Mar 19, 2018 at 12:37 PM, Zachary Nickens 
>>> wrote:
>>>
 I’m really interested in this too. Please share if you find anything.

 On Mon, Mar 19, 2018 at 2:28 PM Ezequias Rocha 
 wrote:

> Hi
>
> I would like to know if there is any list of websites that are using
> GeoDjango on the web.
>
> Could anyone tell me if you have experiences putting Leaflet in the
> frontend and GeoDjango in the backend (geoprocessing).
>
> Sincerely
> Ezequias
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to django-users...@googlegroups.com.
> To post to this group, send email to django...@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users
> 
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/09ae2680-65d0
> -4c6e-bb32-9f776a76f138%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout
> 

Re: Sample of GeoDjanco websites

2018-03-20 Thread Christian Ledermann
https://schools.mapthe.uk/

On 20 March 2018 at 13:58, Jani Tiainen  wrote:

> Hi,
>
> libjasper sounds something that Django doesn't require. It needs GEOS,
> gdal and proj4, pretty much same libs as PostGIS does. And to my knowledge
> libjasper is for jpeg files.
>
> On Tue, Mar 20, 2018 at 3:14 PM, lakeshow  wrote:
>
>> Hi Jani. I wonder if you've ever had to push any geo-django involved apps
>> to heroku's servers.
>> I'm attempting this now and running into issues regarding
>> libjasper.so.1.
>> The community and documentation around geodjango seems quite thin..
>>
>> On Tuesday, March 20, 2018 at 4:12:04 PM UTC+9, Jani Tiainen wrote:
>>>
>>> Hi,
>>>
>>> Unfortunately I can't show you any sites that are running GeoDjango but
>>> I've been working with GeoDjango apps last ~10 years. I can though help
>>> with all kind of a stuff. You can find me better on Django IRC-channel
>>> (#django on Freenode) but I read and write these groups occasionally. Apps
>>> that I've been writing deals with complex geometry data for example telecom
>>> network infrastructure.
>>>
>>>
>>>
>>>
>>> On Tue, Mar 20, 2018 at 8:34 AM, Antonis Christofides <
>>> ant...@djangodeployment.com> wrote:
>>>
 Hello,

 I think that much work is done on GeoDjango. I maintain 3 or 4 apps
 that use it, if not anything else to show points on a map. I don't claim to
 be an expert. I've concluded that GIS is a strange world. Not only blog
 posts and tutorials and references, there are also few books and they are
 mostly lacking. I've used gdal and OpenLayers and I've been baffled by the
 lack of documentation.

 I can point you to some of my own work, which is by no means complete.
 First, I think that anyone dealing with GIS must understand the basics of
 co-ordinate reference systems. Even if all you want to do is show points on
 a map, you will eventually need to know what the numbers 4326 and 3857
 mean. So read my introduction to geographical co-ordinate systems
 .
 My few OpenLayers>=3 writings  can be
 useful if (like me) you are an OpenLayers>=3 beginner. That's all.

 Regards,

 Antonis

 Antonis Christofideshttp://djangodeployment.com

 On 2018-03-20 00:14, M Hashmi wrote:

 I've been searching for one from last couple of weeks and after using
 Djnago-map-widgets, django-google-maps, django-forms I came to conclusion
 that no much work done in GeoDjango. All these apps do not work very well
 with everything GeoDjango has to offer.

 Only way out for me is that using GoogleAPI Javascript code in
 templates and then create a GET/POST requests to manage user interaction
 with api. Saving that to database based on JS triggers. If you happen to
 find something please let me know as well.

 Making a tutorial will help community to great deal coz location aware
 applications are in demand.

 Regards,
 Mudassar

 On Mon, Mar 19, 2018 at 12:37 PM, Zachary Nickens 
 wrote:

> I’m really interested in this too. Please share if you find anything.
>
> On Mon, Mar 19, 2018 at 2:28 PM Ezequias Rocha 
> wrote:
>
>> Hi
>>
>> I would like to know if there is any list of websites that are using
>> GeoDjango on the web.
>>
>> Could anyone tell me if you have experiences putting Leaflet in the
>> frontend and GeoDjango in the backend (geoprocessing).
>>
>> Sincerely
>> Ezequias
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it,
>> send an email to django-users...@googlegroups.com.
>> To post to this group, send email to django...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users
>> 
>> .
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/09ae2680-65d0
>> -4c6e-bb32-9f776a76f138%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout
>>