Re: [mapserver-users] COM.Geo 2010: Computing for Geospatial Conference & Exhibition (June 2010 Washington DC)

2010-01-18 Thread P Kishor
On Mon, Jan 18, 2010 at 10:02 PM, Andrew Clark  wrote:
> COM.Geo 2010: Conference and Exhibition on Computing for Geospatial Research
> and Application (June 2010, Washington DC)
> http://www.com-geo.org
>

Sounds nice, but...

> COM.Geo 2010 is a leading conference and exhibition on computing for
> geospatial research and application ..

How can COM.Geo [sic] be "a leading conference" when the first one is
still six months in the future? [1] And the front page copy on the web
site has such flowery text that I don't know whether to feel flush
with gratefulness or grimace with bitterness at lost opportunity.
Let's see -- "computing driven location based applications" have not
revolutionized anything with the prominent exception of online mapping
for finding directions, cloud computing is still hot air, and the
hottest term of the 90s was not .com but sex, and still is so.

As always, time will tell.

--
Puneet Kishor
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] COM.Geo 2010: Computing for Geospatial Conference & Exhibition (June 2010 Washington DC)

2010-01-18 Thread Andrew Clark
COM.Geo 2010: Conference and Exhibition on Computing for Geospatial Research
and Application (June 2010, Washington DC)
http://www.com-geo.org

COM.Geo 2010 is a leading conference and exhibition on computing for
geospatial research and application with focuses on the latest computing
technologies for multidisciplinary research and development that enables the
exploration in geospatial areas. COM.Geo Conference is an exclusive event
that connects researchers, developers, scientists, and application users
from academia, government, and industry in both computing and geospatial
fields. COM.Geo 2010 Highlight is Cloud Computing for Geospatial.

COMMITTEE: http://www.com-geo.org/committee.htm
NASA, USGS, DOT, Microsoft, Google, Oracle, MIT, Purdue, OGC, etc.

PROGRAM: http://www.com-geo.org/program.htm
* 3.5 days of Papers, Courses, Invited Sessions, Workshops, and Tech
Talks/Posters
* 3 days of exhibitor tradeshow and Exhibitor Talks
* Multiple networking events (Job Fair, Brainstorm Corner,
Banquets/Receptions, Creative Theater, etc.)
* Free special programs for attendee family members (Creative Kids Hour,
Creative Theater, etc.)

SUBMISSION DEADLINES: http://www.com-geo.org/important_dates.htm
Invited Sessions Proposal January 31, 2009
Workshops Proposal January 31, 2009
Full and Short Papers February 23, 2010
Courses Proposal February 23, 2010
Tech Talks Abstract March 31, 2010




___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Which mapscript function to use?

2010-01-18 Thread Roger André
Hi all,

I'm trying to pass a python mapscript image object directly into GDAL, and
can't seem to hit on the correct mapscript object to feed it with.

- Passing a valid WMS url directly into GDAL works fine, like this.

url = "
http://localhost/cgi-bin/mapserv?map=/var/www/mapfiles/sav0656/basemap.map&layers=Ditches&styles=&service=WMS&width=1056&format=image%2Fpng&request=GetMap&height=1056&srs=EPSG%3A900913&version=1.1.1&bbox=19411336.2028%2C19411336.2028%2C60738697.1524%2C60738697.1524
"
gdal.Open(url)

- However, none of these mapscript objects can seem to be read in a similar
way:

  mapobject = mapscript.mapObj('basemap.map')
  imageobject = mapobject.draw()
  f = StringIO()
  imageobject.write(f)
  gdal.Open(f)

TypeError: in method 'Open', argument 1 of type 'char const *'

- or:

  mapobject = mapscript.mapObj('basemap.map')
  imageobject = mapobject.draw()
  buffer = imageobject.getBytes()
  gdal.Open(buffer)

(Creates a 'NoneType' object without any attributes or methods)


So I'm guessing that the image object that's written as the result of the
WMS request is somehow different from the objects written by
imageObj.write() and imageObj.getBytes().  Any ideas on how to mimic this?

Thanks,

Roger
--
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Position of label

2010-01-18 Thread Yewondwossen Assefa

Jan Hartmann wrote:

Hi folks,

Is there a way to get back the exact position of the labels in a 
MapServer map? I want to make the labels clickable with Ajax, so a x-y 
values in image coordinates would be enough. I looked in the Template 
and Mapscript docs, but couldn't find anything about the (computed) 
position of labels.


Jan

Hi Jan,

This should be available pretty soon in trunk using Mapserver Templates 
(http://trac.osgeo.org/mapserver/ticket/3241), Please add your name in 
CC on this bug for comments/suggestions.


best regards,



___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users




--

Assefa Yewondwossen   
Software Analyst   

Email: ass...@dmsolutions.ca
http://www.dmsolutions.ca/


Phone: (613) 565-5056 (ext 14)
Fax:   (613) 565-0925



___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] mapscript - getting layer coordinates

2010-01-18 Thread wostok

I have found a solution for my problem - old version of FWTools - 2.2.1,
changed to 2.4.6
and all worked fine.

wostok
-- 
View this message in context: 
http://n2.nabble.com/mapscript-getting-layer-coordinates-tp4398577p4413737.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Position of label

2010-01-18 Thread Jan Hartmann

Hi folks,

Is there a way to get back the exact position of the labels in a 
MapServer map? I want to make the labels clickable with Ajax, so a x-y 
values in image coordinates would be enough. I looked in the Template 
and Mapscript docs, but couldn't find anything about the (computed) 
position of labels.


Jan
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users