2 -respuestas
- 10-1
It's very possible to provide a data/object source that interacts directly with PostGIS (or another JDBC source), so that you can just call db(url = <jdbc URL>, ...) but it hasn't been a priority for the team so far. I suggest you put a feature request in JIRA for it, so it's there and other people can upvote it. Otherwise if you have capable Java developers available I will be happy to guide them through the code so that can be implemented.
Añada su comentario... - 10-1
Oh, sorry for the delay answering this - somehow I had forgotten to watch the question space so I just noticed it.
Añada su comentario...
I am aware of three ways to include data models: include the local files, upload data in the ARIES server cluster (and use those through the 'urn'), or use external WF/CS. However, we have virtually all of our spatial data in spatial databases (PostGIS) on local networks (without any WF/CS).
I could either dump these tables as shapefiles or upload them into the ARIES server cluster, however, this looks inefficient from several perspectives (e.g. data duplication, work). Moreover, some of these tables (e.g. the detailed road network) are pretty large.
Is there an easier and more direct solution to access these data (e.g. through the 'dsn'), or would I have to set up a WFS?
Thanks a lot!