I keep reading that Openlayers Editor supposed to have shape file upload (import) capability.
http://cartaro.org/blog/15-openlayers-editor-released

Also i saw in the video section here:
http://ole.geops.de/#video
They demo it like it was in there.

Was this functionality removed from the editor? As i cant seem to find it anywhere.

Comments

augustus.kling’s picture

Shape upload is not done by OLE alone but in combination with a server part that processes the shape file and returns the contained geometry to OLE.

See the shp2jsonAction method in https://github.com/geops/ole/blob/master/server/zend/controllers/Process... for an example.

Please execute my brevity.

nagy.balint’s picture

Thanks!

That means that this Drupal module should provide either a field (would be nice to just drop a field on the content type and bind it to a postgis field) or at least a function to process shape files.

However i can't find anything like that in the module. So maybe this is a feature request then.