Re: [Arches] IDE for Django

2017-05-25 Thread Alexei Peters
Hi Viktor, I actually don't use a debugger with Sublime. Debugging python is not like debugging .NET for example (VS is really great in that respect). To debug I use ipdb a python module. To use, simply import ipdb (https://pypi.python.org/pypi/ipdb) into the module that you want to debug and

[Arches] Re: Need Answers

2017-05-25 Thread Dennis Wuthrich
Just a small update to Joel's answers on Arches' mapping technology: v4 does uses Mapbox GL as our primary open source mapping library. MapBox provides the same great capabilities of OpenLayers (e.g.: lots of data sources) and does a very nice job of supporting modern vector maps. We also