On Sep 23, 2011, at 6:15 PM, ext Puneet Kishor wrote:
>
> and the layer definition is
>
>var lyr = new OpenLayers.Layer.Vector(
>"a layer", {
>style: {
>"strokeWidth": 1,
>"strokeColor": "#ff",
>"fillColor": "#ff"
On Sep 23, 2011, at 4:15 PM, ext Puneet Kishor wrote:
>
> On Sep 23, 2011, at 3:05 PM, wrote:
>
>> Are you using OSM? Did you reproject your coordinates anywhere?
>
>
> No, I am using Google Maps base layer. My data are in lat/lng, so I believe
> this s a re-projection issue.
>
> I redefin
Are you using OSM? Did you reproject your coordinates anywhere?
-- Chris
On Sep 23, 2011, at 3:07 PM, ext Puneet Kishor wrote:
> I have a fairly straightforward code like so, with the JSON data coming out
> of Pg. I am using OL 2.11
>
>var data = {
> "type" : "FeatureCollection"
>
On Sep 22, 2011, at 5:56 PM, ext Phil Scadden wrote:
>
>> If you can wait, you might see this functionality added to OL trunk soon.
>
>> Thanks Roald. I'm going to continue working on that in the coming days.
> The "server resolutions" way of specifying things seems the most
> cumbersome thing
Shows what I know :-) Thanks for the correction, Eric.
ext Eric Lemoine wrote:
On Thu, Sep 22, 2011 at 2:27 AM, wrote:
>
> On Sep 21, 2011, at 5:30 PM, ext Etides wrote:
>
>> Hello,
>>I have found today on the web a company named GISCloud that claim to be
>> able to show millions of vec
On Sep 21, 2011, at 5:56 PM, ext Mark K. Zanfardino wrote:
> I have run into a similar problem. Since I upgraded FF to 6.0.2 I am finding
> that I can not load the OpenLayers API uncompressed. When I make a reference
> to OpenLayers/lib/OpenLayers.js I find that my page fails to load and a
On Sep 21, 2011, at 5:30 PM, ext Etides wrote:
> Hello,
>I have found today on the web a company named GISCloud that claim to be
> able to show millions of vectors features in a Web Browser very fastly using
> html5 canvas. The demos on their web page seems to confirm what they claim…
I'
On Sep 20, 2011, at 4:14 PM, ext pimapper wrote:
> Thanks for your response,
>
> but I'm not going to create a ticket because it was my fault.
> Though, I must say ... I assume there are many people out there who are
> still using MouseDefaults.
> In my opinion a software should throw an excepti
getLayersByName returns an array of layers. You want to use something
like:
thenewbase = mapPanel.map.getLayersByName(thelayer)[0];
On Sep 19, 2011, at 10:10 PM, ext karsten vennemann wrote:
> I am trying to set the base layer inside a function like this
>
> function switchbaselayer(newname)
On Sep 19, 2011, at 1:10 PM, ext Jürgen Dankoweit wrote:
> Hallo Chris,
>
> thanks for your answer.
>
> Am 19.09.2011 18:30, schrieb christopher.schm...@nokia.com:
>>
>> On Sep 19, 2011, at 8:53 AM, ext Jürgen Dankoweit wrote:
>>
>> Hello to the list.
>>
>> How to enable panning on OpenLayer
On Sep 19, 2011, at 8:53 AM, ext Jürgen Dankoweit wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Hello to the list.
>
> How to enable panning on OpenLayers.Layer.Google with G_SATELLITE_MAP?
> Panning with OpenLayers.Layer.OSM.CycleMap works perfect.
> I'm using OpenLayers 2.10.
On Sep 15, 2011, at 10:28 AM, ext Sanjay Bhangar wrote:
> On Thu, Sep 15, 2011 at 8:48 PM, wrote:
>> I've deployed a branch of this code set up specifically to target
>> tablet/mobile-based
>> editing at http://olhttp.djangozoom.com/ out of the 'djangozoom' branch of
>> that tree.
>>
>
> Th
Hi,
Over the last couple weeks, I've been doing a little bit of work on a Django
application designed to show how to use OpenLayers for editing in an
application.
The code is available from:
https://github.com/crschmidt/olhttp/
The code demonstrates a couple things:
1. How to create a simp
After you scroll, does calling map.updateSize() fix the broken mouseposition?
-- Chris
On Sep 15, 2011, at 8:16 AM, ext Lucas Heezen - Covadis wrote:
> Hello,
>
> We have a page with a OpenLayers map. This map is placed in a parentNode with
> an overflow-y: auto.
> When we scroll this div wit
http://crschmidt.net/mapping/mario.html
http://gis.ibbeck.de/apps/Mandelbrot/htdocs/wms_mandelbrot_frames.html
-- Chris
On Sep 14, 2011, at 4:40 PM, ext David Hopp wrote:
> I would be greatly appreciative of examples of openlayers used with
> documents, photos, etc. with tiling produced by suc
OpenLayers.ImgPath won't help things that are controlled by CSS, like the
navpanel.
-- Chris
On Sep 13, 2011, at 8:39 AM, ext Bart van den Eijnden wrote:
> Did you rename your script to something else then OpenLayers.js? If so
> OpenLayers cannot figure out well where it resides on the web ser
On Sep 12, 2011, at 6:53 PM, ext Robert Sanson wrote:
> I am trying to access a WFS service from a remote server. I have added
> wfs.data.linz.govt.nz to my proxy.cgi script. Firebug is reporting an error
> in the response:
>
> route to host')>
This is likely coming from the Proxy script yo
The OpenLayers Development Team is proud to announce the final release of
OpenLayers 2.11!
the OpenLayers 2.11 release closes 450 outstanding tickets, and offers great
improvements in the area of performance and mobile support.
As always, the OpenLayers 2.11 source code can be downloaded from:
Only shows one for me. Did you try clearing your cache?
-- Chris
On Aug 13, 2011, at 10:48 AM, ext Noelette wrote:
> Hi
> I have an openlayers OpenStreetMap displaying showing a college campus. I'm
> trying to place markers over particular buildings so the user can click and
> view additional in
You're using an OSM layer. If you're using an OSM layer, you're tied
to OSM's scales. (You can render your own OSM maps if you'd like.)
-- Chris
On Jul 19, 2011, at 3:48 PM, ext Robert Buckley wrote:
> Hi,
>
> I am still having problems understanding scales and spherical mercator. Is it
> pos
I did that for
http://crschmidt.net/flickr/geo/tokyo
StyleMap used context to get the information for pointRadius;
styleMap: new OpenLayers.StyleMap({'default': new OpenLayers.Style({
fillColor: 'red','pointRadius':'${radius}', 'externalGraphic': '${g}' },
{
This is the right way to do it. Because of how we have to handle touch events,
if you want to handle clicks on touch devices, you're best off using the click
handler.
-- Chris
On Jul 17, 2011, at 6:48 PM, ext Richard Greenwood wrote:
> On Sun, Jul 17, 2011 at 4:41 PM, Christian Spanring
> wrot
On Jul 13, 2011, at 3:53 PM, ext ulao wrote:
> strokeDashstyle
>
> {String} Stroke dash style according to the SLD spec. Note that the
> OpenLayers values for strokeDashstyle (“dot”, “dash”, “dashdot”, “longdash”,
> “longdashdot”, or “solid”) will not work in SLD, but most SLD patterns will
> r
On Jul 11, 2011, at 11:24 AM, ext Bart van den Eijnden wrote:
> OpenLayers expects FeatureCollection to be in the http://www.opengis.net/wfs
> namespace.
That's a property of the WFS-T format, right? So you can pass:
wfs: "http://www.intergraph.com/geomedia/gml";
as an option to the format
On Jul 11, 2011, at 4:46 AM, ext Viola Anne wrote:
> Hello,
> I am using google layers as the base layer. When i use the restrictedExtent:
> new OpenLayers(bounds); property, the pan tool pans only laterally and does
> not pan vertically. Any advice would be highly appreciated.
Did you transf
Please note that this sandbox is not an indication of anything related to
Yahoo or Ovi on behalf of either my employer or on behalf of the OpenLayers
project; it was an experiment that I have, for the time being, abandoned
and do not plan to return to in the immediate future.
-- Chris
On Jun 17,
On Jun 16, 2011, at 12:05 PM, ext Lime, Steve D (DNR) wrote:
> Hi All: With the new mobile support how does one make a tap behave like a
> traditional mouse click. I don’t
> need tap-pan support. In the past I’d simply register a click event and
> callback:
>
> map.events.register("click", ma
On Jun 16, 2011, at 12:05 PM, ext Lime, Steve D (DNR) wrote:
> Hi All: With the new mobile support how does one make a tap behave like a
> traditional mouse click. I don’t
> need tap-pan support. In the past I’d simply register a click event and
> callback:
>
> map.events.register("click",
On Jun 8, 2011, at 6:39 AM, ext Rui Travassos wrote:
> I’m using vector layer with features to add some additional info. In the
> style properties there is the rotation property, but it only rotates the
> graphic of the feature or the feature itself. My idea is manipulate the label
> of the fea
On Jun 7, 2011, at 12:08 PM, ext Eric Lemoine wrote:
> On Tue, Jun 7, 2011 at 5:18 PM, wrote:
>> This is using the new SVG2 renderer, which is intended to provide better
>> performance.
>> Perhaps this renderer isn't perfectly suited for Chrome at the moment; using
>> the
>> existing SVG rend
This is using the new SVG2 renderer, which is intended to provide better
performance.
Perhaps this renderer isn't perfectly suited for Chrome at the moment; using
the
existing SVG renderer will use the code we've been using for a lot longer, and
may be
safer for the time being.
-- CHris
On Ju
OpenLayers assumes that you have a reasonably valid HTML document -- which
means you need to have a
element. (I think that if you set theme: null and include the CSS
yourself, this requirement
doesn't exist.)
-- Chris
On Jun 1, 2011, at 1:10 PM, ext Nicholas Efremov-Kendall wrote:
> Hi all,
This sounds like a bug. Can you narrow it down to a small test case, and
file a ticket? (See http://docs.openlayers.org/help/minimize.html for
suggestions on minimalization)
-- Chris
On May 27, 2011, at 7:05 AM, ext Luca Casagrande wrote:
> Just tested with the current RC and happens the same t
var feature = new OpenLayers.Feature.Vector(
new OpenLayers.Geometry.Point(-71, 42)
);
On May 25, 2011, at 7:31 AM, ext Frost89 wrote:
> I want to create a vector feature, programmatically, on my map. It's supposed
> to be in the A4-paperformat, for showing a sort of print preview.
>
> I'
A ticket would be great.
-- Chris
On May 23, 2011, at 2:59 PM, ext Gundel, Aaron wrote:
> Apologies; forgot to cc the list in my reply.
>
> Ah; okay. Should I open a ticket about this? I don't suspect it would be
> terribly difficult for me to make a patch for this issue for a future
> ver
On May 23, 2011, at 2:12 PM, ext Gundel, Aaron wrote:
> Hello all,
>
> I’m not sure if this question has been asked before, but I noticed this
> morning that our Google hybrid/satellite view is starting to deliver oblique
> imagery by default for our area (the San Francisco Metropolitan Area)
The OpenLayers example script proxy.cgi is not designed to solve this problem.
ProxyPass in Apache is a way to solve this problem, but won't really help you
if your webserver is IIS; I presume IIS has similar proxying capabilities.
Proxy.cgi is used to solve a different problem; if your OpenLaye
On May 7, 2011, at 9:25 AM, ext Janis Elmeris wrote:
> Hello!
>
> I am using an OpenLayers map with OpenStreetMap and Google map base layers.
> Currently I've get it working by setting map's projection to EPSG:900913,
> map's display projection to EPSG:4326, setting an option
> sphericalMerca
On Mar 21, 2011, at 4:51 AM, ext Joost Molenaar wrote:
> There's a difference in OpenLayers between params and options, which
> is pretty confusing if you ask me. I'm not really sure which is which
> and often end up trying to set an option first in the params object
> and then in the options obj
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
On Mar 16, 2011, at 3:56 PM, ext Ravi Pavuluri wrote:
> Hi Andres,
>
> Based on my experience with Google Maps API in the past, you need to keep the
> kml on a web accessible location. Localhost doesn't work.
The OpenLayers API is not the Google Maps API. KML is loaded directly in the
browser
In general, 'options' allows you to pass the name of any property
of the object, and it will be set on the object. To figure out what
properties are available for a given object, you can look at the
"Parameters" section for that object.
You can read more about this in our documentation at:
htt
On Mar 7, 2011, at 8:49 AM, ext Dominik Mikiewicz wrote:
> Not sure if this has something to do with the android version or hosting
> device but it does work on some of the devices.
> I have a Galaxy S with an Android 2.1 and both google maps and the new
> OpenLayers examples work excellent. On
On Mar 1, 2011, at 1:05 PM, ext Hugo wrote:
> Hello all,
>
> Are you having problems to load SpatialReference.org website?? I'm always
> getting a proxy error 502. As of my understanding, openlayers uses this site
> when transform methods are called or srs definitions are made, am i correct?
It is now possible to visit the Mobile Examples for OpenLayers directly
by going to:
http://m.openlayers.org/
-- Chris
___
Users mailing list
us...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-users
On Feb 25, 2011, at 11:52 AM, ext Leigh Holcombe wrote:
>>> function init() {
>>>
>>> Proj4js.defs["EPSG:26904"]="+proj=utm +zone=4 +ellps=GRS80 +datum=NAD83
>>> +units=m +no_defs";
>>> var x = 626910.977254;
>>> var y = 2358256.879039;
>>> var mercator = new Proj4js.Proj("EPSG:90013");
>>> var u
Hi,
In order to limit the amount of data that needs to be transferred to
clients, the OpenLayers examples now use csstidy[1] on the stylesheets
on the website. If you see any weird behavior with regard to CSS after
this change, please let us know so we can investigate it.
The next release of Ope
On Feb 25, 2011, at 11:25 AM, ext Leigh Holcombe wrote:
> Hello,
> I'm a new user of OpenLayers, with not much JavaScript or Ajax programming
> experience. I thought I was starting to get the hang of the API, but then I
> came across an error. This error shows up in the Firefox error console,
Hi,
I have just added support to OpenLayers to support the closure
compiler when building OpenLayers files. To take advantage of
this support on trunk, you must first place a closure-compiler.jar
file in your tools directory. From the build/README.txt file:
"""
* closure
This requires you t
On Feb 12, 2011, at 1:59 PM, ext Stefan Keller wrote:
> Hi,
>
> I'm confused about the 'right' coordinate reference system while
> having to decide with which srid to take on a geometry (PostGIS).
>
> When looking at
> http://dev.openlayers.org/releases/OpenLayers-2.10/doc/apidocs/files/OpenLaye
On Feb 10, 2011, at 10:48 AM, ext Daniel Degasperi wrote:
> Hi Chris,
> I admit it is a ugly hack.
>
> I'm working localy on my machine, so I can't give you the exact url.
> The url was constructed with following lines of code:
>
> var queryModel = queryableLayers[featureType];
> var filter = n
On Feb 10, 2011, at 9:15 AM, ext Daniel Degasperi wrote:
> Hi,
> I used the proxy.py script (equivalent to the proxy.cgi in OpenLayers
> example) with a WFS request, on which I applied a OGC filter.
> The proxy didn't work as normally, because of a space-character in middle of
> my OGC filter.
The problem is probably not the compression, but the fact that you are using
a singlefile build instead of a multifile build.
http://docs.openlayers.org/library/deploying.html#single-file-build
-- Chris
On Feb 8, 2011, at 1:29 AM, ext dels wrote:
>
> Hi,
>
> I have tried compress OL 2.10 wit
On Feb 7, 2011, at 5:10 AM, ext Robert Buckley wrote:
> Hi,
>
> I am trying to understand the basic underlying principles of how openlayers
> reprojects data and need some help...
>
> If my data is in EPSG:31463 and I would like to publish this data with a
> googlemaps basemap do I have the o
You can't with tags, and you can't ever against remote servers.
It's possible that you could create a layer which requested images only
via AJAX and get the information that way, but there's no way to do it
with the normal WMS layers.
-- Chris
On Feb 1, 2011, at 4:01 PM, ext Charlton Galvarino w
On Jan 29, 2011, at 5:50 PM, ext Tim wrote:
> Am 29.01.2011 00:18, schrieb emmexx:
>> Il 28/01/2011 22:13, Tim scrisse:
>>> Hi everybody,
>>>
>>> is it possible to intialite a OpenLayer Object with a strategy but
>>> without an internet protocol? Instead of this a need a function call,
>>> where
getExtent() is always in the projection of the units of the current baseLayer.
BaseLayers like Google, OSM, etc. are always in EPSG:900913 (assuming you're
using spherical mercator, which you generally should be).
In the case of:
"If I set my OpenLayers.Layer.Vector projection to 4326 and my ma
On Jan 14, 2011, at 2:38 PM, ext Warren Vick wrote:
> Is it possible to zoom in beyond the maximum depth of a TMS layer and have
> OpenLayers simply stretch the most detailed tiles to fill the view?
Not without code modifications.___
Users mailing lis
On Jan 5, 2011, at 1:03 PM, ext Andreas Hocevar wrote:
> On Jan 5, 2011, at 19:02 , wrote:
>
>> I think OL.Layer.MM has been dead for a while; I wouldn't work too hard on
>> trying to do much with it.
>
> I have changed the multimap and multimap-mercator examples to use a new api
> key a whil
I think OL.Layer.MM has been dead for a while; I wouldn't work too hard on
trying to do much with it.
-- Chris
On Jan 5, 2011, at 12:41 PM, ext Andreas Hocevar wrote:
> Hi,
>
> you may want to ask Microsoft for an API and Terms Of Use compliant way to do
> this. In the meantime, you can overri
In the future, this type of thing should be sent to the users list.
On Dec 31, 2010, at 6:37 AM, ext Richard Ive wrote:
> Hi All.
>
> I have a problem I'm trying to solve, but unfortunately I am not having much
> luck so I was wondering whether anyone has seen this before.
>
> I have created a
On Dec 30, 2010, at 12:47 PM, ext ulao wrote:
>
> So I here the vector layers now support images. I know this is a different
> way of doing it but why wont my image show?
>
> Map.addMarker = function ( pts, iconSize, iconURL, desc/*not used*/ ,
> layer)
> {
>
>var markerStyle = Ope
If I did at any point, I would have been much more likely to answer when
you asked the first time than after you asked 3 times in less than 24 hours.
At this point, I'm completely convinced that there is no amount of answer that
someone else can give you which will satisfy your question; three di
On Dec 30, 2010, at 11:39 AM, ext ulao wrote:
>
> I used to do this
> layer.addFeatures(newFeature)
addFeatures hasn't moved.
> but now addFeatures is part of layer.Vector. So how do I get the vector
> layer from layer? I cant seem to figure it out.
not all layers have features. Vector Layer
On Dec 27, 2010, at 9:13 AM, ext Tonton wrote:
>
>
> unable to display a vector layer, I use the definition new
> OpenLayers.Layer.WFS()
>
> But it have no parameter style !? Is there an example of a style applied
> layer.WFS?
>
> all i found is about Layer.Vector()
Layer.WFS subclasses
Note that GeoExt's layer selector stuff has a bunch of functionality
surrounding this. (The OpenLayers LayerSwitcher does not.)
-- Chris
On Dec 21, 2010, at 8:31 AM, ext Alexandre Dube wrote:
> Hi Cédric,
>
> The way I see it, I think the simplest thing you should do is to merge both
> your
On Dec 10, 2010, at 8:56 PM, ext Samuel Smith wrote:
> Listers,
This doesn't sound like an OpenLayers question. This sounds like
a Javascript/DOM question, and further, sounds like you're trying to
use an HTML DOM to create XML documents. If you want XML documents,
you probably want an XML Seria
On Nov 30, 2010, at 8:02 PM, ext Charles Galpin wrote:
> I hope whomever maintains this list reads it, but I recommend changing the
> list configuration to have replies go to the list and not the sender. It
> encourages keeping discussions on the list this way.
We will not be changing the conf
On Nov 19, 2010, at 10:28 AM, ext The_Zebra wrote:
>
> Thanks for your quick answer! Here my problem shown in an image:
>
> http://osgeo-org.1803224.n2.nabble.com/file/n5755624/zoomLevel.png
>
>
> i use an openstreetmap "mapnik" layer.
OpenStreetMap does not host tiles for more zoom levels
On Nov 19, 2010, at 9:27 AM, ext The_Zebra wrote:
>
> servus,
>
> is there any way to have more then 19 zoom Levels?
You'll probably need to provide more context to get a good answer to your
question.
The default number of zoom levels is 16, but it sounds like you're asking about
something o
On Nov 17, 2010, at 9:29 AM, ext Max Stephan wrote:
>
> Hi,
>
> we are experiencing some problems with overlaying google-BaseLayers with
> other WMS-Layers. To describe the Situation: We are setting up a Geoportal
> in which the user can add Layers from external WMS-Servers. But most of this
>
On Nov 16, 2010, at 10:14 PM, ext Roald de Wit wrote:
> On 17/11/10 12:40, christopher.schm...@nokia.com wrote:
>>
>> What exactly do you expect to happen when you provide completely
>> unreasonable values to
>> reproject? :p Mercator projections go to infinity when you go to +90/-90, so
>> th
On Nov 16, 2010, at 8:31 PM, ext Roald de Wit wrote:
> Hi Phil,
>
> I can reproduce your observations below when I load proj4js-compressed.js or
> proj4js.js (1.0.1 or 1.0.0). Without proj4js fullBounds is OK. Either there
> is a bug in Proj4JS or in OL's use of it. I hope this helps you find
On Nov 8, 2010, at 3:50 PM, ext karsten vennemann wrote:
> Hi all,
>
> I bumped into a big issue with being able to use OpenLayers for our project
> in regards on how the client wanted to use their web maps.
>
> They are using tile based services such as OSM an Google as base layers, thus
>
On Nov 5, 2010, at 10:36 AM, ext Honigbaum, Torben wrote:
> Hi everybody,
>
> I'm new to OpenLayers and have a little problem with my map.
>
> I added a custom tile layer to my map using OpenLayers.Layer.XYZ() with
> following options: sphericalMercator: true und layers: 'basic'. The
> projec
On Nov 4, 2010, at 9:49 AM, ext Tonton wrote:
> Hello
>
> i try to parse a wms for obtain a layer list but it seem a bit difficult for
> me
> i start from parse gml sample
>
> function parseData() {
> g = new OpenLayers.Format.WMSCapabilities();
> html = ""
> xml=
On Oct 29, 2010, at 9:23 AM, ext Mike Adair wrote:
> Where did you define the definition for EPSG:2154? If you don't explicitly
> define it in your code, it will look up the definition from
> spatialreference.org which means 2 things:
> - you need to define a proxy
Oh, I just realized who I w
On Oct 29, 2010, at 9:23 AM, ext Mike Adair wrote:
> Where did you define the definition for EPSG:2154? If you don't explicitly
> define it in your code, it will look up the definition from
> spatialreference.org which means 2 things:
> - you need to define a proxy
This isn't true.
> - the d
On Oct 26, 2010, at 3:57 PM, ext mortac8 wrote:
>
> If I have a datastore with multiple shape types (point, line, polygon). Is
> there any way I can create a single SelectFeature tool that is able to
> select a feature that is of any shape type from my WFS?
>
> By the way, I am using ArcGIS Se
On Oct 19, 2010, at 4:48 PM, ext Carlos Henriquez wrote:
> Greetings to all, i'm new to this list, i need to know if is it possible to
> have multiple maps in one browser and sincronize them? if u zoom or pan i one
> the other also will zoom or pan, i can use iframes to put many maps in the
>
On Oct 18, 2010, at 10:07 AM, ext elshae wrote:
>
>
> dariapra wrote:
>>
>> On map initialization I miss projection.
>>
>>
>> var options = {
>>'controls': [new OpenLayers.Control.Navigation()], //Needed to
>> use GeoExt controls such as the zoomslider
>>'maxExtent':
On Oct 18, 2010, at 9:55 AM, ext P Kishor wrote:
> On Mon, Oct 18, 2010 at 8:36 AM, David Fawcett
> wrote:
>> Puneet,
>>
>> I know that you are using php and not Python,
>
> Thanks David, but I am not using either PHP or Python. I am a Perl guy
> through and through. Never used anything else.
On Oct 14, 2010, at 5:01 PM, ext magerlin wrote:
>
> Can anybody please give some pro and cons on downloding openlayers and
> putting it on my server or instead just link to
> "http://www.openlayers.org/api/2.10/OpenLayers.js"; in my HTML?
http://docs.openlayers.org/library/deploying.html
-- C
On Oct 14, 2010, at 5:04 PM, ext Michael wrote:
>
> it seems to me if your server is fast and you want COMPLETE control
> over when you see an upgrade, hosting it on your own server is good.
> otherwise, they don't seem to mind if you use their installation.
>
> I wonder if there are other is
On Oct 11, 2010, at 7:24 AM, ext Angel Cervera Claudio wrote:
> Hello all.
>
> I am modifying some applications and demos to work in Safari browser of IPad.
> It is evidence that in actual release (2.10), both IPad performance and
> multitouch control are a handicap.
>
> I am looking for mult
On Oct 8, 2010, at 9:57 AM, ext Derek Watling wrote:
>
> Where can I get a list of allowed values for the "options" objects on
> OpenLayers.Layer.TileCache?
Start at:
http://dev.openlayers.org/docs/files/OpenLayers/Layer/TileCache-js.html#OpenLayers.Layer.TileCache.Properties
Then go to:
htt
On Oct 8, 2010, at 9:43 AM, ext Alphatran wrote:
>
> Hi Sarah,
>
> In Geoserver log, I found just one line related to WFS. The one is:
>
> 127.0.0.1 - - [08/Oct/2010:13:12:43 +] "OPTIONS /geoserver/wfs
> HTTP/1.1" 200 0
>
> I think OpenLayers did not send any request to Geoserver
This
On Oct 5, 2010, at 3:22 PM, ext Roger André wrote:
> Whoops, indeed I was.
Using the MapServer layer in TileCache is also not recommended, since Python
Mapscript leaks like a sieve. (In theory, it might have slightly lower latency.
In practice, latency to a local HTTP host is so much lower than
>Hi list members,
>
> I wonder what’s the difference between WMS layers and MapServer layers
> from the OL client point of view.
> I could substitute variables via the URL either way. Are there any
> functionalities or performance characteristics that are only available
> to one of them?
> Is a
On Oct 1, 2010, at 12:19 PM, ext P Kishor wrote:
> On Fri, Oct 1, 2010 at 11:10 AM, James Humphreys
> wrote:
>> Hi Alexandre,
>> Thanks for your suggestion. It's a good idea, but not quite the effect I'd
>> like to achieve. If I understand correctly, the user would have to actually
>> select the
On Sep 22, 2010, at 11:52 AM, ext Karl Eichwalder wrote:
> Is there a function or library that helps with fetching data from a
> flickr photoset and displaying thumbnails as markers or popups on a
> simple openstreetmap such as
> http://www.gnu.franken.de/ke/trips/2010/20100919-treuchtlingen/ ?
This server is no longer used by the examples. The data on this server has been
moved to osgeo: tilecache and the "raw" wms both have new URLs, which you can
pull from the examples. I'll update the homepage accordingly later today.
I believe that the labs server being down is actually a mistake
On Sep 20, 2010, at 9:13 AM, ext Gilbert, Antoine wrote:
> Hi list
>
> Does there is a quick way to disable temporally any map actions? Whatever
> what the current controls are?
I don't know what you mean by 'temporally', but removing all controls from the
map will disable any map actions.
On Sep 17, 2010, at 5:50 AM, ext Vidal, Antoni wrote:
> Hello list,
>
> After a nested request using OpenLayers.loadURL, the last function that
> parses the result, it have to center the map using map.setCenter(... ) but
> firebug shows the following error:
> map is not defined.
>
> I tryed
On Sep 16, 2010, at 2:04 AM, ext P Kishor wrote:
> On Thu, Sep 16, 2010 at 12:36 AM, wrote:
>>
>> On Sep 15, 2010, at 5:53 PM, ext P Kishor wrote:
>>
>>> When I ask OL to fetch WMS layers, they get stuffed into automatically
>>> generated divs with ids like "OpenLayers.Layer.WMS_283" and
>>>
On Sep 15, 2010, at 5:58 PM, ext P Kishor wrote:
> On Wed, Sep 15, 2010 at 11:47 PM, Nigel Pickering wrote:
>> What's the correct directory structure for OpenLayers to work correctly?
>>
>> One possible way might be:
>>
>> website_dir (html files)
>> lib_dir (contains OpenLayers.js plus others
On Sep 15, 2010, at 5:53 PM, ext P Kishor wrote:
> When I ask OL to fetch WMS layers, they get stuffed into automatically
> generated divs with ids like "OpenLayers.Layer.WMS_283" and
> "OpenLayers.Layer.WMS_285" and so on. The numbers at the end seem to
> be increasing by 2, but what number they
On Sep 14, 2010, at 9:05 PM, ext Kalyan Kamepalli wrote:
> Hello Group,
>
> Are there any possible functions available in open layers that allow me to
> take a screen print and send it across to my server ? I am new to Java script
> and have been searching for a screen capture functions and m
On Sep 14, 2010, at 7:30 PM, ext Rick Wayne wrote:
> So I've got this set of 72 bounding boxes, laboriously constructed by hand
> from maps being displayed as EPSG:3071.
>
> I want to zoom a map built on Google layers using them. So, thought I,
> "transform", that's the ticket.
>
> Only...not
On Sep 14, 2010, at 3:35 PM, ext Michael Tafel wrote:
> This question may require some more details from me.
>
> I have two web apps that utilize GeoExt and Openlayers. They have been
> running fine for months. We’ve made no changes to the code and today an error
> shows up ini firebug and th
1 - 100 of 111 matches
Mail list logo