ive installed and enabled module and ol.js.
quick test:
select openlayers map widgets for both form and display. set configuration for widget
form results:
empty map renders an empty space (not a map) with type of Geom and Geom as WKT fields.
osm map renders a map which I can zoom and pan but includes Geom as WKT field for setting the field. The map doesnt show the
current position and doesn't allow me to set it either.
I checked "hide input value box" in the field config hoping this would enable map selection but doesnt work...
display results:
the openlayers display widget correctly renders points, lines and polygons.
thanks
Comments
Comment #2
AndyLicht commentedHi,
it isn´t a bug, it is just a feature that is not implemented at the moment. can you please explain the expected behavior of this function.
Maybe i can implement a button to get the current position, it has to be a position which is within the max extent. the default max extent is the world ;-).
best regards
Comment #4
AndyLicht commentedComment #5
Syntapse commentedexpected result: set coordinates with one (for single storage) or more (for multiple storage) points in place on a map.
Is there a central thread for talking about features and roadmaps?
thanks
Comment #6
AndyLicht commentedHi, there is no central thread for talking about features, so i think the best way is to open a ticket for every feature request.
I´ve got no real roadmap, because i spend my free time on developing this module.
the next step could be some more intoitive creation functions like geolocation and a nice styling for the created layers. after that i would like to create a layertree.
And i would like to adapt the geofield, becaus i´m missing some very important options to become a real spatial module, like length/area sorting. for that i need a types specific field (for example a point field only store points).