vojvod / ocmv

Configureable Map Viewer using OpenLayers 3
10 stars 5 forks source link

PHP #1

Open carrbrpoa opened 8 years ago

carrbrpoa commented 8 years ago

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?

vojvod commented 8 years ago

Hi @carrbrpoa,

I m open to improvements

carrbrpoa commented 8 years ago

Nice, I'll try to prepare something simple as a POC (maybe with Identify) and we see if it works!

green3g commented 8 years ago

@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

carrbrpoa commented 8 years ago

Nice! Seems these two projects are very coincident. Will you guys unite your powers? :)

green3g commented 8 years ago

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.

vojvod commented 8 years ago

Very good work @roemhildtg ! Yes, why not!

tmcgee commented 8 years ago

@vojvod @roemhildtg @carrbrpoa I'll be keeping an eye on this collaboration with great interest. :)

carrbrpoa commented 8 years ago

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. :)

green3g commented 8 years ago

@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.

carrbrpoa commented 8 years ago

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!

vojvod commented 8 years ago

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 ;)

saurabhgis commented 6 years ago

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