0
votes
2answers
38 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
1answer
91 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 i …
0
votes
1answer
38 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 w …
0
votes
1answer
107 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 p …
1
vote
1answer
271 views
How can I mix layers with different coordinate system in OpenLayers?
I'm using an OpenLayers-map and I want to use in it different mapservers, that use different coordinate systems. Can OpenLayers integrate it in the same map and automatically conve …
0
votes
2answers
367 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).
8
votes
5answers
791 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 …
3
votes
2answers
140 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 l …
0
votes
1answer
68 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 compa …
0
votes
0answers
102 views
OpenLayers vector bug in IE ?!
Is there any chance that IE is not rendering vectors for OpenLayers when the vector layer is hidden?
0
votes
1answer
53 views
OpenLayers .containsPoint after pan
I've seem to have hit a bug or i have overlooked something.
I written some code that enumerates through all the vector features on a OpenLayers Vector layer - to check if the mous …
0
votes
1answer
223 views
Creating a Box Control over an area of the map with OpenLayers
I am using OpenLayers to create a box of interest with my program. I am using this code:
var control = new OpenLayers.Control();
OpenLayers.Util.extend(control, {
draw: functi …
1
vote
2answers
262 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 t …
0
votes
1answer
165 views
Dragging markers with Ordnance Survey/Openlayers api
I've created a site link text using the api produced by the Ordnance Survey (I think this is called OpenSpace) which is based on OpenLayers. I've got it so you can click on the map …
0
votes
1answer
53 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 …
