[mapserver-users] attach text to displayed features that are coming from postgis

2008-08-18 Thread John Mitchell
Hi, I would like to be able to attach text to displayed features that are coming from postgis. Currently I am just displaying points (layer displayed below) as an ellipse from postgis, but I would like to have text on top of each ellipse based on the contents of a field uniquely associated to

[mapserver-users] Instead of having an embedded class/style/label statement could a map file instead reference a .sld file?

2008-08-19 Thread John Mitchell
Hi, Instead of having an embedded class/style/label statement like listed below could a map file instead reference a .sld file? Thanks, John CLASS STYLE COLOR 255 0 0 WIDTH 2 END LABEL COLOR 150 150 150 OUTLINECOLOR 255 255 255 FONT

[mapserver-users] Style creation GUI for mapfiles

2008-08-24 Thread John Mitchell
Hi, Is their a Style creation GUI available for Mapserver mapfiles? Thanks, -- John J. Mitchell ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] legend [mapfile] [output image] where does the outputted file go to?

2008-09-09 Thread John Mitchell
Hi, When running the following command: legend mapfilename.map output png where does the outputted file go to? Thanks, -- John J. Mitchell ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

[mapserver-users] 256 color PNG vs png24 how do set up the 2 different formats within a map file

-- Thread John Mitchell
"006792"; google_color_url = "006792"; google_color_text = "00"; //--> [mapserver-users] 256 color PNG vs png24 how do set up the 2 different formats within a map file John Mitchell Re: [mapserver-users] 256 color PNG vs png24 how do se

[mapserver-users] can't derive the projection for a geotiff in Guatemala

2008-09-24 Thread John Mitchell
Hi, I am having difficulty deriving the EPSG code/projection/Coordinate System for a geotiff in Guatemala. Any help would be appreciated. Below is the gdalinfo listing: Driver: GTiff/GeoTIFF Size is 11214, 7860 Coordinate System is `' Origin = (317049.000,1659460.000)

[mapserver-users] Re: can't derive the projection for a geotiff in Guatemala

2008-10-01 Thread John Mitchell
) that I can put within the epsg file? Thanks, John On Wed, Sep 24, 2008 at 4:03 PM, John Mitchell [EMAIL PROTECTED]wrote: Hi, I am having difficulty deriving the EPSG code/projection/Coordinate System for a geotiff in Guatemala. Any help would be appreciated. Below is the gdalinfo listing

[mapserver-users] creating an epsg code that can be used within the epsg file for fwtools and MapServer

2008-10-06 Thread John Mitchell
Hi, How would I create an epsg code that can be used within the epsg file for fwtools and MapServer? Below is the information that I would like to use to create an epsg code. What would be format for the new epsg code? Is the information listed below enough to create an epsg code and if not

[mapserver-users] Re: [gdal-dev] creating an epsg code that can be used within the epsg file for fwtools and MapServer

2008-10-06 Thread John Mitchell
+proj=tmerc +x_0=50.00 +y_0=0 +lon_0=-90.5 +lat_0=0 +k=0.999800 +ellps=WGS84 +datum=WGS84 +to_meter=0.3048006096012192 +no_defs Then you should be able to acces it by using EPSG:001234 in your -s_srs parameters. Roger -- On Mon, Oct 6, 2008 at 7:10 AM, John Mitchell [EMAIL PROTECTED

[mapserver-users] How do you configure a server to have two or more different MapServers running on it?

2009-01-14 Thread John Mitchell
Hi, How do you configure a server to have two or more different MapServers running on it? Thanks, John -- John J. Mitchell ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] What is the size limit in KB for a map file and how can I increase this limit?

2009-01-15 Thread John Mitchell
Hi, What is the size limit in KB for a map file and how can I increase this limit? Thanks, John -- John J. Mitchell ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Is using ECW format allowed or not?

2009-02-25 Thread John Mitchell
Does a JPEG2000 created by ER Mapper/ECW also require licensing like an ECW format file when used by MapServer? Thanks, John On Mon, Oct 20, 2008 at 12:15 PM, Gregor Mosheh gre...@hostgis.com wrote: 1. Can we use our compressed ECW images as input for MapServer WMS? 2. Can we use ECW as an

Re: [mapserver-users] Is using ECW format allowed or not?

2009-03-04 Thread John Mitchell
If instead of using compressed ECW images as input for MapServer WMS you had GeoWebCache in front of MapServer which means that the WMS input is cached tiled png's instead of ECW images from MapServer.Then I think that you get around the ECW SDK license agreement, Correct??? Thanks, John On

[mapserver-users] advantages of having the map file header extent the actual bounding box instead of EXTENT -180 -90 180 90 # World

2009-03-22 Thread John Mitchell
Hi, What are the advantages or disadvantages of having the map file header extent the actual bounding box of the raster data that is displayed instead of the world wide extent (i.e. -180 -90 180 90 ). I have listed the top of a map file below as an example with the world wide extent. Thanks,

[mapserver-users] converting a multi-thousand polygon shapefile into a shapefile that just contains the exterior vertices

2009-04-29 Thread John Mitchell
displaying this shape file within UMN MapServer and I want to increase the performance by eliminating the drawing of the interior grids. Thanks, John Mitchell -- John J. Mitchell ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http

[mapserver-users] Can MapServer host JPEG2000 Interactive Protocol (JPIP) streaming?

2009-05-27 Thread John Mitchell
Hi, Can MapServer host JPEG2000 Interactive Protocol (JPIP) streaming? Thanks, John Mitchell ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Can google earth skin format be converted by GDAL to be used within MapServer?

2009-07-28 Thread John Mitchell
Hi, Can google earth skin format be converted by GDAL to be used within MapServer? Thanks, John J. Mitchell ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] EPSG code definition does not match the gdalinfo definition so I created a custom code

2009-11-02 Thread John Mitchell
I ran gdalinfo (listed at the bottom) for a jpeg 2000 that I want to host via mapserver and it says that the EPSG code is 32128 but when I look at this EPSG code definition within mapserver listed below I noticed that the definition is listed in meters but gdalinfo is listed in feet and the

[mapserver-users] How would I modify a map file so that when a getcapabilities is run it outputs as tiled layers (wms-t) including listing resolutions listed below:

2011-01-11 Thread John Mitchell
How would I modify a map file so that when a getcapabilities is run it outputs as tiled layers (wms-t) including listing resolutions listed below: Resolutions

[mapserver-users] capability to reproject to 2 different projections within the map object of the map file

2011-01-21 Thread John Mitchell
If I want all the layers within a map file no matter the layers own projection to have the capability to reproject to 2 different projections would I within the map object of the map file replace: PROJECTION init=epsg:4326 END With: PROJECTION init=epsg:4326 init=epsg:102113 END