On 8/22/2012 6:01 PM, Peter Mallen wrote:
Hi Stephen,

I have posted part of my mapfile below.  I am also using  the debug to
send any errors to the log but no errors seem to come up.  Forgot to
mention that my shapefiles display in QGIS when using the tile index
shapefile.


I would try this:

LAYER
  NAME 'banner1'
  STATUS DEFAULT
  DEBUG 5
  # don't need OGR, but if you want to use it try this first
  # sometimes \ can be a problem so trying /
  # you do not need .shp on the tileindex or shapefile names
  # but it should not matter either
  TILEINDEX 'C:/ms4w/Apache/htdocs/map.data/tindex-3'
  TYPE POLYGON
  PROJECTION "init=epsg:4326" END
  CLASS
    STYLE
      COLOR "#ffff00"            # yellow polygons
      OUTLINECOLOR "#222222"     # with dark borders
    END
  END
END

Try this first, if it works then try changing things one at a time and retest to make sure it continues to work. Then if you find something that breaks it and you do not understand why ask.

-Steve W

LAYER
     NAME 'banner1'

     STATUS DEFAULT
     DEBUG 5

     CONNECTIONTYPE OGR
     TILEINDEX 'C:\ms4w\Apache\htdocs\map.data\tindex-3.shp'
     TILEITEM 'location'
     TYPE POLYGON

      TRANSFORM OFF

      PROJECTION
        "proj=latlong"
                 "ellps=WGS84"
        "datum=WGS84"
        "epsg:4326"

                        
       END

END

Thank you,

Peter Mallen

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of
[email protected]
Sent: Wednesday, August 22, 2012 9:51 AM
To: [email protected]
Subject: mapserver-users Digest, Vol 55, Issue 45

Send mapserver-users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.osgeo.org/mailman/listinfo/mapserver-users
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific than
"Re: Contents of mapserver-users digest..."


Today's Topics:

    1. Re: Tile Index Issues (Stephen Woodbridge)
    2. Export map into pdf (sharad)
    3. Re: Export map into pdf (Till Adams)
    4. Re: Export map into pdf (Rahkonen Jukka)
    5. Re: Tile Index Issues (Jeff McKenna)
    6. Re: Tile Index Issues (Rahkonen Jukka)
    7. mapserver user can not make the shapefile data   correctly show
       in the browser (??)


----------------------------------------------------------------------

Message: 1
Date: Tue, 21 Aug 2012 20:57:22 -0400
From: Stephen Woodbridge <[email protected]>
To: [email protected]
Subject: Re: [mapserver-users] Tile Index Issues
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 8/21/2012 7:38 PM, Peter Mallen wrote:
Hello All,

I am new to map server and I am attempting to display polygon
shapefiles using a tile index but have not been able to see any
results.
Eventually I would like to use these tiles to place images(raster)
files on my map but I was first just testing the 'TILEINDEX' feature
with vector data.

All of the shapefiles being referenced in my index shapefile are in
the same folder.


Also, in my index shapefile I have the following two shapefiles
referenced under the 'location' column:
\ms4w\Apache\htdocs\map.data\Guatemala_Cities.shp
\ms4w\Apache\htdocs\map.data\Bolivian_Cities.shp

The following page was used as a reference for creating my map file:
http://mapserver.org/utilities/tile4ms.html

Any help on this would be great.

Thank You,

Peter Mallen

What does your mapfile look like?



------------------------------

Message: 2
Date: Wed, 22 Aug 2012 02:39:51 -0700 (PDT)
From: sharad <[email protected]>
To: [email protected]
Subject: [mapserver-users] Export map into pdf
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

hi all,
i am developing web application using mapserver with C#/Mapscript.
how can I export map into pdf file using c#/mapscript?

I will appreciate your reply.

thanks
sharad





--
View this message in context:
http://osgeo-org.1560.n6.nabble.com/Export-map-into-pdf-tp4996952.html
Sent from the Mapserver - User mailing list archive at Nabble.com.


------------------------------

Message: 3
Date: Wed, 22 Aug 2012 11:45:02 +0200
From: Till Adams <[email protected]>
To: [email protected]
Subject: Re: [mapserver-users] Export map into pdf
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

Hi Sharad,

we use MapFish-print-servlet, which is the best software I know for
generating maps in pdf.
-> http://www.mapfish.org/doc/print/

But this is in Java, so the other side of the river ;-)

Reagrds, Till




On 22.08.2012 11:39, sharad wrote:
hi all,
i am developing web application using mapserver with C#/Mapscript.
how can I export map into pdf file using c#/mapscript?

I will appreciate your reply.

thanks
sharad





--
View this message in context:
http://osgeo-org.1560.n6.nabble.com/Export-map-into-pdf-tp4996952.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users



_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to