1
vote
1answer
18 views
How to move OpenLayers Vector programmatically?
The API documentation for OpenLayers.Feature.Vector says that Vector itself has no methods at all.
I know how to let user move the Vector by adding OpenLayers.Control.DragFeature control to map. So …
1
vote
0answers
26 views
adding a map overlay on a UK Ordnance Survey OpenSpace map
Does anyone have a code example of how to add an image overlay to an Ordnance Survey OpenSpace map?
The documentation is not exactly comprehensive :)
Thanks!
0
votes
0answers
11 views
form in the viewer openlayers
hello all as I create a form within the openlayers viewer, deployed in the same way that the switch maps.
thanks for any response
0
votes
2answers
62 views
Openlayers + Mapnik + Tilecache configuration problem
Hi All,
I am trying to setup Mapnik + tilecache but can't see any tiles in the browser when I set bbox parameters in both Tilecache.cfg and Openlayers but when I don't specify the bbox everything …
0
votes
1answer
39 views
introductory google maps
hi i wanted to display a us state on google map with borders drawn,
when the user opens up a page i wanted to show in the center that state...with borders drawn.
additionally i wanted to put a …
3
votes
1answer
171 views
OpenLayers Google Maps Projection Problem w/ KML
Hi. This is my first time on stackoverflow and working with Openlayers & Google Maps.
I've been browsing different forums & sites, including OpenLayers.org, to solve my issue. I've done …
0
votes
2answers
49 views
Customize OpenLayers Control
How can I easily customize OpenLayers map controls? Or at least, how can I minimize the controls' height?
Thank you.
PS. Is there any CSS override?
3
votes
2answers
155 views
Which is the best ESRI ArcGIS component library to use with GWT?
We are currently designing a GIS intranet application using GWT and ESRI ArcGIS. We are looking at 2 client side Javascript libraries:
The ESRI Javascript API
Open Layers
The library will have to …
0
votes
1answer
75 views
Geoserver GeoWebCache AntiAlias LargePolygon Error OpenLayers
When using geoserver (1.7.X) and OpenLayers (WMS layer) togheter I get a weird behavour if a render several layers with antialias and one of the bottom layers is really large compared to the rest of …
0
votes
0answers
118 views
OpenLayers vector bug in IE ?!
Is there any chance that IE is not rendering vectors for OpenLayers when the vector layer is hidden?
9
votes
5answers
909 views
OpenLayers vs Google Maps ?
Hi,
I have used Google Maps a couple of times, but what wondering about OpenLayers...
Before starting any kind of coding, here are a couple of questions that come to my mind, and you might help me …
0
votes
1answer
114 views
How can I skip the loading of the tiles in OpenLayers?
Actually I need only the full functionality of the map but with no tiles and no requests to the server for them. Can I somehow skip them on the initial load? Is there any default parameter I can set? …
0
votes
1answer
55 views
GDAL2Tiles and vectors
I am trying to make an interactive map of a really big warehouse.
I have scanned blueprints and am using OpenLayers with a TMS data source (generated using GDAL2Tiles) to display the map. Everything …
1
vote
2answers
285 views
Javascript “unspecified error” in Open Layers
I am getting this error when the map loads.
The error is in the original, unmodified OpenLayers.js file on this line:
return!!(document.namespaces);
I have tried rewriting it to:
return …
0
votes
2answers
397 views
There is a way to use OpenLayers on Flex?
is There a way to use OpenLayers on Flex?
By now I've found Open-Scales project, but it is in development (not fully functional).
