[Mapserver-dev] Advice requested
woodbri at swoodbridge.com
woodbri at swoodbridge.com
Fri Feb 20 20:37:05 EST 2004
Hi Ned,
This sounds very cool. One of my projects I would like to get to when
I'm not spending all my time on work is something very similar. I
have loaded all the US Census Demographics data from Summary FIle 1
and 3 into MySQL (about 93 GB) and want to display thematic maps by
doing joins to with Tiger data in shapefiles. I am hoping that the
MySQL connection will support joins with shapefiles.
I would like to see what you have done.
I think your ideas are great about abstracting your interface into a
connection type plugin. This might also be usable to pull in other
kinds of custom data layers and information
-Steve W.
On 20 Feb 2004 at 16:54, Ned Harding wrote:
> I have our proprietary vector file format as well as a thematic join to our
> demographic retrieval engine done and working within MapServer, but right
> now I have it pretty hacked in to MapServer and I'm looking for a more
> general solution so I don't have to completely reimplement with each
> MapServer build.
>
> Would people rather see me implement a CONNECTIONTYPE "Custom" and some sort
> of plugin interface so any proprietary data sources would go through the
> same function stubs with maybe a run time binding (a structure full of
> pointers, similar to C++ virtual functions), or should I just create a
> CONNECTIONTYPE "SRC_GEO" and provide stub functions to CVS that say that
> file format is not implemented?
>
> Once again, thanks to all the MapServer developers. This is good stuff. If
> anyone wants to see a rough demo of MapServer dynamically theming with a
> choice of thousands of demographic variables, let me know and I'll send you
> a link.
>
> Ned.
> _______________________________________________
> Mapserver-dev mailing list
> Mapserver-dev at lists.gis.umn.edu
> http://lists.gis.umn.edu/mailman/listinfo/mapserver-dev
>
More information about the mapserver-dev
mailing list