[mapserver-users] Missing Data

Monali Lodha monalilodha at gmail.com
Wed Nov 4 17:14:47 EST 2009


Here is the mapfile:

MAP
NAME "Maryland"
UNITS dd
SIZE 640 480
IMAGECOLOR 255 255 255
IMAGETYPE gif
SHAPEPATH "C:/ms4w/apps/prj/data/24_MARYLAND/"
EXTENT -79.487651 37.886605 -74.986282 39.723037

WEB
	TEMPLATE 'C:/ms4w/apps/prj/htdocs/home.html'
	IMAGEPATH 'C:/ms4w/Apache/htdocs/tmp/'
	IMAGEURL '/tmp/'
END

LAYER
    NAME "state"
    DATA "tl_2009_24_state"
    STATUS on
    TYPE line
    CLASS
        STYLE
            OUTLINECOLOR  0 0 0
        END
    END
END

LAYER
    NAME "counties"
    DATA "tl_2009_24_county"
    STATUS on
    TYPE line
    LABELITEM 'NAME'
    CLASS
        NAME "Counties"
        STYLE
            COLOR 212 192 100
        END
        LABEL
            COLOR 0 0 0
            SIZE small
        END
    END
END

END

I am using the data for Maryland, downloaded from
ftp://ftp2.census.gov/geo/tiger/TIGER2009/24_MARYLAND/
For displaying the counties, we use tl_2009_24_county.* files.

Thanks!

Monali

On Wed, Nov 4, 2009 at 3:29 PM, Stephen Woodbridge
<woodbri at swoodbridge.com> wrote:
> Monali Lodha wrote:
>>
>> Hi,
>>
>> I am using TIGERLine Data (2009) with Mapserver. I am using the state
>> files to render the counties in a given state.
>> However, not all counties are rendered (only 18 out of 24 are
>> displayed). Does this need to be addressed in the mapfile?
>
> What does your mapfile look like?
> What state are you using?
> What TIGER file did you download?
>
> Thanks,
>  -Steve W
>


More information about the mapserver-users mailing list