| | |
| | | protected String _pgPassword; |
| | | protected String _pgUseWKB; |
| | | |
| | | protected Map pgProperties; |
| | | protected Map<String, String> pgProperties; |
| | | protected PostgisDataStore targetDataStore; |
| | | |
| | | /* |
| | |
| | | } |
| | | */ |
| | | |
| | | if (!pgProperties.containsKey(PostgisDataStoreFactory.MAXCONN.key)) |
| | | { |
| | | pgProperties.put(PostgisDataStoreFactory.MAXCONN.key, "2"); |
| | | } |
| | | |
| | | if (!pgProperties.containsKey(PostgisDataStoreFactory.MINCONN.key)) |
| | | { |
| | | pgProperties.put(PostgisDataStoreFactory.MINCONN.key, "1"); |
| | | } |
| | | |
| | | if (!pgProperties.containsKey(PostgisDataStoreFactory.WKBENABLED.key)) |
| | | { |
| | | pgProperties.put(PostgisDataStoreFactory.WKBENABLED.key, "true"); |
| | | } |
| | | |
| | | if (!dataStoreFactory.canProcess(pgProperties)) |
| | | { |
| | | getLogger().warn("cannot process properties-"); |