Tagged Questions
1
vote
1answer
74 views
How to divide a certain country on a map into grids?
I want to divide a certain country into grids 1,2,3,..., which are divided equally - in other words, have the same width and length. Then, I want to know into which grid a point coordinate will fall ...
2
votes
1answer
237 views
How to export vector features to grid using proxy and WFS protocol?
I am trying to export vector features (current view) as a grid, something like: http://workshops.opengeo.org/geoext/wfs/grid.html
so far layer features are not being retrieved.. I got empty grid in ...
0
votes
0answers
99 views
OpenLayers.Layer.PointGrid and bounds
I'm trying to set bounds for PointGrid.
I have map object which is 500x1500,
but it's not working.
Code:
var points = new OpenLayers.Layer.PointGrid({
name : "Points grid",
...