[Answered ]-Django + OpenLayers?

2👍

I’m still learning how to work with both, but here’s a small overview which might help clarify some things: link

You’ll want a way to pass data from Django to OpenLayers in a format that OpenLayers can understand. After that, you can use OpenLayers library to manipulate that data.

Here are some examples: http://openlayers.org/en/master/examples/

Leave a comment