Open carrbrpoa opened 8 years ago
Hi @carrbrpoa,
I m open to improvements
Nice, I'll try to prepare something simple as a POC (maybe with Identify) and we see if it works!
@carrbrpoa You could probably steal some of the logic from a widget I've been working on to get it working with ocmv, https://github.com/roemhildtg/geocola/blob/master/components/identify-widget/identify-widget.js#L249
Nice! Seems these two projects are very coincident. Will you guys unite your powers? :)
Eventually, I think that would be a good idea. CanJS (the backbone I've been working with) is compatible with Dojo, so its certainly possible.
Very good work @roemhildtg ! Yes, why not!
@vojvod @roemhildtg @carrbrpoa I'll be keeping an eye on this collaboration with great interest. :)
Did you guys checked out this projet? I found it thanks to @vojvod's fork of another of these guys' projetcs. I'll try to finish it's installation tomorrow. :)
@carrbrpoa I hadn't seen that one either! It was super easy to setup though and run. As a side note, I had looked into learning angular before I started the geocola project and ended up choosing CanJS since the modlet component pattern seemed so much easier to understand. Its similar to Dojo widgets.
That project doesn't have tons of widgets or functionalities, it seems to be very objective for edit stuff on field, specially when you have no connection (I'm not depreciating it, of course!).
And @roemhildtg, I have some experience with AngularJS (not 2.0), so if you need something, I'll be glad to help if I can!
Hi, @carrbrpoa and @roemhildtg, I chose Dojo because I work both in ESRI and open solutions GIS projects. So, I prefer to have a common framework for both solutions. My goal in this project is to move all the functionality from cmv project to that. I replaced the esri.js with openlayers 3 and I kept the dojo.
Take a look @ https://www.youtube.com/watch?v=ayZVkzZn4-M is about MapLoom and how it's used with geonode ;)
Hi, @carrbrpoa @vojvod , I am trying to develop something same like our CMV using Geoserver, OpenLayers. As I have checked few widgets are already developed by @vojvod ..working well. Kindly share some other widgets/ideas if anyone tried using OpenLayers, Geoserver. Please share
Hey @vojvod,
First of all, congratulations and thanks for the project, was exactly what I was looking for :)
Do you plan to keep the work with PHP scripts? What if we rewrite it to don't rely on them?