[mapserver-dev] mapserver-dev Digest, Vol 55, Issue 15

biswajit giri biswajit_giri at yahoo.com
Wed Aug 29 23:50:17 PDT 2012


Hello user,
as per my knowledge, for new places(points) to display, you have to set SYMBOL object
 in layer class section.
hope it will solve ur problem.

Biswajit
MapServer user

--- On Thu, 8/30/12, mapserver-dev-request at lists.osgeo.org <mapserver-dev-request at lists.osgeo.org> wrote:

From: mapserver-dev-request at lists.osgeo.org <mapserver-dev-request at lists.osgeo.org>
Subject: mapserver-dev Digest, Vol 55, Issue 15
To: mapserver-dev at lists.osgeo.org
Date: Thursday, August 30, 2012, 12:30 AM

Send mapserver-dev mailing list submissions to
    mapserver-dev at lists.osgeo.org

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

You can reach the person managing the list at
    mapserver-dev-owner at lists.osgeo.org

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


Today's Topics:

   1. mapserver user can not make the point layer show ,  (??)


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

Message: 1
Date: Thu, 30 Aug 2012 02:00:27 +0800
From: ?? <gisyangli at gmail.com>
To: mapserver-users at lists.osgeo.org
Cc: mapserver-dev at lists.osgeo.org
Subject: [mapserver-dev] mapserver user can not make the point layer
    show , 
Message-ID:
    <CANtWbEBLHy6Ues2VFv+s6gv28ksS0zzz6dzU7wsv3y-ZmJvhSQ at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

I have a question.

I set the mapfile to load postgis data. but I found that the layers of
points can not show but lines layer can show. I don 't know why.

for example :

my mapfile is like this:
-------------------------------------------

MAP
NAME places
STATUS ON
SIZE 800 800
EXTENT -8013001.590032 5036601.758317 -7907306.249345 5178361.105787
#EXTENT -8006189.467511 5068117.258598 -7920667.499041 5175889.025208
UNITS METERS
IMAGECOLOR 100 100 100

WEB
IMAGEPATH "/var/www/output/"
IMAGEURL "/output/"
END


PROJECTION
   "init=epsg:3857"
END

LAYER
 STATUS ON
 TYPE POINT
 CONNECTIONTYPE postgis
 CONNECTION "host=localhost dbname=osm user=osm password=osm port=5432"
 NAME "places0"
 DATA "geometry from osm_new_places using unique osm_id using SRID=3857"
 CLASS
   COLOR 100 255 80
 END
END

LAYER
 STATUS on
 TYPE Line
 CONNECTIONTYPE postgis
 CONNECTION "host=localhost dbname=osm user=osm password=osm port=5432"
 NAME "railways"
 DATA "geometry from osm_new_railways using unique osm_id using SRID=3857"
 CLASS
   COLOR 255 100 80

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

railways can show but the places0 not show.




-- 
Yang Li
GIS Developer
P.R.China
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-dev/attachments/20120830/d0d5abbf/attachment-0001.html>

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

_______________________________________________
mapserver-dev mailing list
mapserver-dev at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-dev


End of mapserver-dev Digest, Vol 55, Issue 15
*********************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-dev/attachments/20120829/9e8fe982/attachment.html>


More information about the mapserver-dev mailing list