Geotools google maps java ee web application

I am looking for alternatives to develop a Java application to calculate ground values ​​based on some variables with a visual representation of a map.

Since the data that I have is ESRI shaders, and I want to go open source. I have finished this configuration.

  • Take shp files with Geotools , convert and save them in a MySQL spatial database (or any other open source spatial database).

  • Using java EE (jsp, javabeans) to communicate with the spatial database and Geottols to calculate the value taking into account the ground point and all the necessary variables (that is, the area, distance from parks, distance from metro stations, etc.).

  • Using the Google Maps and Javascript API to get a ground point from the user, as well as displaying some markers, lines, polygons (i.e. metro stations, parks, etc.)

Recently, I have developed a less complex web application using java ee (for linking to a Fusion table ) and google maps javascript api. However, I have no experience with gis computing, and I wonder if this configuration makes sense to an experienced developer.

Thank you all

+3
source share
1 answer

PostGIS GeoServer. , PostGIS, GeoServer postgis.

PostGIS Geoserver

MySQL, . , .

API GMaps JS OpenLayers, JS .

+2

Source: https://habr.com/ru/post/1734032/


All Articles