|
From: Sampson, D. <Dav...@NR...> - 2009-08-13 20:04:16
|
Hey Folks, I think I finaly came across my issue. I am not running pagc with a site match (aka parcels) schema because I have no parcels info. I came across the following section in the docs: http://www.pagcgeo.org/docs/html/geocode_service.html#customization-of-t he-geocoder-software Aparently I need to remove the fourth line bellow in data_cap.h #define NUM_LANDMARK_SCHEMAS 1 #define NUM_MATCH_SCHEMAS 1 #define HAVE_SITE_INTERPOLATED #define HAVE_SITE_ADDRESS_PRECISE Then re-compile. May I suggest is future versions that this not be dependent on recompiling the code. Perhaps a PAGC.conf file (maybe even an xml file) could be used to define what schemas will be used. PAGC should be universaly accessible to a broad range of users. Even though I can ./configure Make Make install I would much rather not too. For instance, you don't have to recompile open office to use another spreadsheet, or recompile mpaserver to pump out a new map. Just a thought. In the mean time I will try my hand at recompiling, this is scary though. Cheers |