0
votes
1answer
29 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 …
1
vote
0answers
22 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
23 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?
7
votes
5answers
688 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 …
0
votes
1answer
100 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 …
3
votes
2answers
120 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
2answers
329 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).
0
votes
1answer
61 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 …
1
vote
2answers
232 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 …
1
vote
1answer
251 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
0answers
92 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
50 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 …
0
votes
2answers
619 views
Screen co ordinates to latitude and longitude
In open layers library, below is the method used to convert a screen co ordinate to latitude and longitude. I am not able to figure out the logic this method encapsulates?
getL …
0
votes
1answer
430 views
Using an PNG or JPEG for Map with OpenLayers (Scale/Zoom Problem)
I am using an image to display my map with OpenLayers. My JS code looks like this:
map = new OpenLayers.Map('map');
var options = {numZoomLevels: 7,
isBaseLayer: …
0
votes
1answer
151 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 …
