I am new to java and geoserver, I have setup a postgis database of osm.xml data using osm2pqsql, I am using netbeans IDE and I have connected to the postgis data base using JDBC postgresql driver.
My task now is to create a java module which renders a map tile similar to geoserver which uses this postgis database along with a text file which consists of lattitude/longitude values(routing information) both of which should be inputs.
In order to do this I have downloaded the geoserver source code zip file from github ,now I need to extend the code as per my needs to proceed with creating a java module which renders tiles similar to that of geoserver.
I am using windows 7, postgresql 9.4 , geoserver 2.8.0 ,java 1.8 and netbeans IDE 8.1
My confusion is regarding which part of the Java source codes and java classes from the main geoserver source code I need to import and keep it same and which ones should I modify or extend. Can any one please guide how to proceed forward from here on
أكثر...
My task now is to create a java module which renders a map tile similar to geoserver which uses this postgis database along with a text file which consists of lattitude/longitude values(routing information) both of which should be inputs.
In order to do this I have downloaded the geoserver source code zip file from github ,now I need to extend the code as per my needs to proceed with creating a java module which renders tiles similar to that of geoserver.
I am using windows 7, postgresql 9.4 , geoserver 2.8.0 ,java 1.8 and netbeans IDE 8.1
My confusion is regarding which part of the Java source codes and java classes from the main geoserver source code I need to import and keep it same and which ones should I modify or extend. Can any one please guide how to proceed forward from here on
أكثر...