Re: [OpenLayers-Users] Alignment Issue

2009-06-12 Thread Matt Kenny
On Thu, Jun 11, 2009 at 11:34 PM, Andreas Hocevar ahoce...@opengeo.orgwrote: Hi, On Fri, Jun 12, 2009 at 4:43 AM, Nicholas Efremov-Kendalln.e.kend...@gmail.com wrote: (i.e. no epsg code attachted). I've tried the reprojection (but on the whole layer, I don't know if that will work) and

Re: [OpenLayers-Users] Alternative to http://t1.hypercube.telascience.org?

2009-06-06 Thread Matt Kenny
If you are interested in Spherical Mercator projected OSM data, you just grab it directly as a TMS, negating the need to host your own world file. http://openlayers.com/dev/examples/spherical-mercator.html On Sat, Jun 6, 2009 at 4:58 AM, Eamorr eam...@eamonnhynes.com wrote: I've been using

Re: [OpenLayers-Users] Cluster Strategy Based on Attribute

2009-06-02 Thread Matt Kenny
time. By upgrading to OpenLayers 2.8, i was able to separate the layers, while passing an array of all layers to my select feature control. Thanks again! Matt On Mon, Jun 1, 2009 at 4:17 PM, Eric Lemoine eric.lemo...@camptocamp.comwrote: On Thursday, May 28, 2009, Matt Kenny matthewke

[OpenLayers-Users] Cluster Strategy Based on Attribute

2009-05-27 Thread Matt Kenny
Hello, I've got a quick question that I'm hoping someone knows the answer to. I've got a single vector layer containing both point and line features. All features have a 'TYPE' attribute. Points are either 'TYPE:COMPANY' or 'TYPE:AIRPORT', and lines are always 'TYPE:ROUTE'. I'm wondering if it

[OpenLayers-Users] destroyFeatures Function Question

2009-04-19 Thread Matt Kenny
Hello Everyone, I have a question about the destroyFeatures function of the Vector Layer class that I was hoping someone could help me answer. I'm currently working on the following example: http://mkgeomatics.com/apps/ajax_dev/Deliverable/checkbox_form_logged_in.htmland am trying to selectively

Re: [OpenLayers-Users] Just a simple php script instead of WFS server ?

2009-03-30 Thread Matt Kenny
I've had a need to recently do just that. I just create a GeoJSON object and pass those values into an OpenLayers.Layer.Vector I've got an example that you can view here: http://mkgeomatics.com/apps/ajax_dev/checkbox_form.html Here is an example output of a PHP script generating geoJSON from a

[OpenLayers-Users] proxy.cgi on dreamhost?

2008-11-19 Thread Matt Kenny
Hello Everyone! Over the weekend, I use FWTools to create a WFS and WMS with some sample data on my shared hosting account with dreamhost.com. Both work fine when calling them from QGIS, but I'd like to use openlayers to allow users to both spatial and attribute information about my source data. I