Hi Is it possible to instantiate a openlayers.map object with no div? I am asking this question because of this: I have javascript file that constructs a openlayers.map with a function that tells me if a point is inside a polygon or not. All works good. But i need that functionality (point is inside/outside a polygon) on server side, in a servlet. As far as i know, it is possible to run a javascript file on servlet. Now I am trying to execute the script file inside the servlet and ask the script if a point is inside or outside a polygon but I am having troubles in de first javascript instruction which is Openlayers.map(div). Now there is no div and i dont need it either.
How to build a map without providing a div object? Thanks a lot Alex -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Openlayers-map-with-no-div-Javascript-on-server-side-tp4977562.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
