[OpenLayers-Users] Who is using OpenLayers in higher education, libraries, and/or conservation?

2009-04-28 Thread Sebastian Benthall
Hello, I am conducting research into who is using OpenLayers in projects in: * higher education * libraries * conservation and the environment If you are involved in any projects like these I'd love to hear about it, even if it's just the name of the project and a link. Thanks! --

Re: [OpenLayers-Users] Intuitive and good looking icons

2009-02-27 Thread Sebastian Benthall
orough and helpful responses as you do; it just encourages the wrong behavior. -- Sebastian Benthall OpenGeo - http://opengeo.org ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Just discovered OpenLayers -> free data sources for businesses?

2009-02-19 Thread Sebastian Benthall
ely styled base layer into OpenLayers, you may want to check out this blog post: http://blog.geoserver.org/2009/01/30/geoserver-and-openstreetmap/ At the bottom of the post is a link to an example that shows how to use OpenLayers to pull in the layer from a public WMS (GeoServer) that is cached with GeoWebCache. -- Sebastian Benthall OpenGeo - http://opengeo.org ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Scoping Issue With Yahoo Geocoder

2009-02-19 Thread Sebastian Benthall
is something like: var makeCallback = function(ga){ return function(response){ callbackGroundAmbulance(response, ga); } } ygc.getLocation(query, makeCallback(groundAmbulance)) There may be a more elegant solution, but I think this should do the trick. It's great to see somebody use t

Re: [OpenLayers-Users] Ancored Popup Autosize troubles

2009-01-28 Thread Sebastian Benthall
> Users@openlayers.org > http://openlayers.org/mailman/listinfo/users > -- Sebastian Benthall OpenGeo - http://opengeo.org ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Ancored Popup Autosize troubles

2009-01-28 Thread Sebastian Benthall
feature.attributes.Act_I + "</td></tr>" + > >>"<tr><th align='right'>Community Rank:</th><td> " + > >> feature.attributes.Act_C + " </td></tr>" + > >>"</table></div>"; > >>popup.setContentHTML(content); > >> > >>popup.setBackgroundColor("white"); > >>popup.setOpacity(1); > >>popup.events.register('mousemove', popup, function (e) > >> {try{e.stopPropagation();}catch(e){}}); > >>map.addPopup(popup); > >> > >> } else { > >>map.removePopup(popup); > >>popup.destroy(); > >>popup = null; > >> } > >> > >>} > >> > >> > >> function unSelect(){ > >>if (popup != null) { > >>map.removePopup(popup); > >>popup.destroy(); > >>popup = null; > >>} > >>} > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> any thoughts on disabling the scroll wheel would be great too! > >> > >> Thanks > >> -- > >> View this message in context: > >> > http://n2.nabble.com/Ancored-Popup-Autosize-troubles-tp2221855p2221855.html > >> Sent from the OpenLayers Users mailing list archive at Nabble.com. > >> > >> ___ > >> Users mailing list > >> Users@openlayers.org > >> http://openlayers.org/mailman/listinfo/users > > ___ > > Users mailing list > > Users@openlayers.org > > http://openlayers.org/mailman/listinfo/users > > > > > > -- > View this message in context: > http://n2.nabble.com/Ancored-Popup-Autosize-troubles-tp2221855p2232720.html > Sent from the OpenLayers Users mailing list archive at Nabble.com. > > ___ > Users mailing list > Users@openlayers.org > http://openlayers.org/mailman/listinfo/users > -- Sebastian Benthall OpenGeo - http://opengeo.org ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] WFS-V with OL 2.7

2008-12-29 Thread Sebastian Benthall
ome tweaking to get it to work. Hope that's helpful. Feel free to contact me directly if you have any questions about any of it, Sebastian Benthall OpenGeo - http://opengeo.org -- View this message in context: http://www.nabble.com/WFS-V-with-OL-2.7-tp21129157p21147449.html Sent from the Op