Lukas Shawford
Lukas Shawford
I had a similar need. In case anyone else is looking to do the same, here's how I accomplished it - note, it does require having to tweak the directive...
@magro Maybe, but it's up to the project maintainer if this is the route we should go or not. If so, I wouldn't mind polishing this up and putting up...
Another option is to rename your `appsettings.json` to `appsettings.jsonc` (and your environment specific config files as well, so `appsettings.Development.json` becomes `appsettings.Development.jsonc`, and so on). Then add this near the top...
Created a wiki page to track the design of this feature: https://github.com/sergkr/rtreelib/wiki/Query-Design There are a lot of possible combinations to consider, and I will see if maybe PostGIS, ArcGIS, or...
Also update Angular to 1.3.0. List of major changes is nicely summarized here: http://angularjs.blogspot.com/2014/10/angularjs-130-superluminal-nudge.html Some of these sound like they may be useful with some of the things I had...