Start with a base map (county boundary map).
Invoke plugin.
- Code: Select all
Read in a PostGIS point layer table;
For each attribute in the table;
Show points only for that attribute;
Export image of base map with points;
Next attribute;
Sounds easy, right? I've done something similar with Avenue (the deprecated scripting language that ships with old versions of ArcView) but I really want to move away from ArcView if I can get this to work. It's my last step in moving a large project from the Microsoft world to an OSS world and that makes me happy.
Thanks for any help you can provide! I'm happy to submit my finished script to a repository if someone is interested in something like this.
B


