For completeness I should add that the hosted version of OL works just fine -
so the discrepancy with that and the version I'm building with full.cfg
might help to explain the problems I'm getting.
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Custom-build-ordering-tp617
I appreciate your responses.
Out of interest I built OpenLayers using full.cfg, i.e.
> build.py full z:\OL210_build.js
and I get the same error. The file generated is 883KB, but the version of OL
hosted at [1] is 924KB. Why is this?
[1] http://openlayers.org/api/OpenLayers.js
--
View this
That's the example
http://gis.ibbeck.de/ginfo/apps/OLExamples/OL210/Map_mit_Marker.asp
Arnd
-Ursprüngliche Nachricht-
Von: openlayers-users-boun...@lists.osgeo.org
[mailto:openlayers-users-boun...@lists.osgeo.org] Im Auftrag von Arnd
Wippermann
Gesendet: Donnerstag, 17. März 2011 21:53
A
On Wed, Mar 16, 2011 at 3:34 AM, gingerbbm wrote:
> Dear all
>
> I'm tasked with replacing the default build of OL 2.10 with a slimmed-down
> one, and I'm almost there. But one vector tool (draw circle) triggers
> "this.handler.freehandMode is not a function" errors in Firebug. Comparing
> my cust
Il 17/03/2011 20:18, dbenedetto scrisse:
> pointerEvents: "visiblePainted",
> externalGraphic: "marker.png", //externalGraphic url from attribute url
> use "${url}"
> graphicXOffset : 0,
> what value should I be setting inside 'use' ? I tried to use a relative path
> to the image - but i'm
Right are you using the Measure or DrawFeature Control and not including
Handler.Path or Handler.Polygon in your build file?
Bart
Sent from my iPhone
On Mar 17, 2011, at 10:16 PM, wrote:
>
> On Mar 16, 2011, at 5:34 AM, ext gingerbbm wrote:
>
>> Dear all
>>
>> I'm tasked with replacing the
On Mar 16, 2011, at 5:34 AM, ext gingerbbm wrote:
> Dear all
>
> I'm tasked with replacing the default build of OL 2.10 with a slimmed-down
> one, and I'm almost there. But one vector tool (draw circle) triggers
> "this.handler.freehandMode is not a function" errors in Firebug. Comparing
> my cu
I think we were all hoping to see what the answer was. I need to do the
same thing, but not for several months.
M
On 3/17/2011 1:47 PM, gingerbbm wrote:
No-one does custom builds, huh? :)
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Custom-build-ordering-tp6175825p
Hi,
I don't know, what the error means. I have written a little example to show
how it should work.
Arnd
-Ursprüngliche Nachricht-
Von: openlayers-users-boun...@lists.osgeo.org
[mailto:openlayers-users-boun...@lists.osgeo.org] Im Auftrag von dbenedetto
Gesendet: Donnerstag, 17. März 201
No-one does custom builds, huh? :)
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Custom-build-ordering-tp6175825p6182470.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
___
Users mailing list
us...@lists
Hi everyone,
I have my own WMS map, EPSG: 900913. I would like to be able to switch
between my map and gmap streets and gmap sat.
When I only use my WMS, Scale works great, when I use GMAP, gives the wrong
numbers... such as Scale = 1:1
I also noticed that when using GMAP as baseLayer, projection
Hey Phil,
interesting find, and if you add the srsName manually to the SLD, does it work
then?
Bart
Sent from my iPhone
On Mar 16, 2011, at 10:02 PM, Phil Scadden wrote:
>
>> I think it might help to ask on the Geoserver list why that SLD is not being
>> applied properly. Maybe also Geoser
> i must say I am still struggling and cannot find the answer to my
> problem. Anyway, someone has found something, but I cannot understand
> it at all.
Perhaps we need more of your code and setup. One thing you do need to be
aware of is that KML loading is ajax call. Make sure you arent runni
I tried to employ your template code (replacing the marker with a vector
layer) but get a javascript error:
"missing: after property id" caused on the line where "use" is assigned
(third line below this one).
pointerEvents: "visiblePainted",
externalGraphic: "marker.png", //externalGraphic ur
Hi,
you should use a vector layer instead of markers layer. Then you have many
ways to style your features.
That's how I do display an externalGraphic with text label:
var template = {
strokeColor: "#FF",
strokeOpacity: 1,
strokeWidth: 3,
fillColor: "#00AAFF",
fillOpacity
Well that didnt copy/paste well at all. Attachment included to supplement
http://osgeo-org.1803224.n2.nabble.com/file/n6181314/sample.txt sample.txt
previous post.
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/How-to-display-custom-labels-inside-custom-marker-icon-tp618
Does anyone have an example of a way to display a number (marker ID) inside a
custom marker?
Here's what I have thus far. You will see the '9' text label is hardcoded
atm and is below the marker and to the left. (you will have to create
/images/map_pointer.png to run as is):
Marco,
I had the same problem and ended up implementing a class that inherits
from WMS that overrides WMS.getURL method.
I'm not sure if it's really necessary to inherit from WMS, but I got
it to work more easily than inheriting from Grid.
WMS inherits from Grid which inherits from HTTPRequest; ma
Hi,
we are developing an ordering system for meteorological datasets, with
OpenLayers for spatial selection/preview, GeoServer server-side for background
maps. Map is in WGS84.
We have the requirement to draw satellite swaths on the map. The satellites are
in polar orbit, i.e. the satellite cro
Hi Thomas,
Thanks for your Answer, but I think you get me wrong.
The Problem is not the WMS-Layer (osmlayer).
The testlayer isn't displayed. Firebug shows me that there not even is an
attempt to get the data from that server. And because Firebug doesn't show
me an ErrorMessage, I don't know, wha
For a similar issue, I reverted back to urllib instead of urllib2, which
does pass on the Authorization headers.
import urllib
y = urllib.urlopen(url)
Best regards,
Bart
> Hi list,
>
> I managed to solve this. I modified the proxy.cgi so it passes the
> user/pass token to geoserver. The token i
Hi list,
I managed to solve this. I modified the proxy.cgi so it passes the user/pass
token to geoserver. The token is encoded using base64 python library:
Add the following at the beginning of the file:
import base64
An then, more or less, at line 53, you will find the section were the reques
dr writes:
>
> I think the following post will be helpful for you (originally in Russian):
> http://goo.gl/vHFM8
>
> --
> View this message in context: http://osgeo-
org.1803224.n2.nabble.com/getFeatureInfo-problem-tp6174482p6179554.html
> Sent from the OpenLayers Users mailing list archive at
Dear friends,
i must say I am still struggling and cannot find the answer to my problem.
Anyway, someone has found something, but I cannot understand it at all.
http://reganbj.blogspot.com/2009/09/kml-file-on-openlayers-map.html
http://www.blogger.com/comment.g?blogID=3739408157772090238&postID=
24 matches
Mail list logo