The geomajas tag has no wiki summary.
0
votes
0answers
47 views
Getting started to Web GIS development using JAVA [duplicate]
I am a newbie in GIS web development with java.
I am starting to chose the tools(open source) to start with. Can i use degree with eclipse or should i use geomajas instead.
thank you
5
votes
1answer
112 views
What tool do I need to have satellite background images to draw features of a postgis database?
What tool do I need to have satellite background images to draw features of a postgis database?
I looked about Geomajas but seems very complex for what I'm trying to do.
I have osm data imported in ...
5
votes
1answer
246 views
What is the Market share for open source web-GIS systems?
I would like to know the market share of 3 web-GIS systems, deegree, GeoServer, Geomajas).
Which one is more popular? Are there any evaluations regarding the market share of open source web-GIS ...
1
vote
3answers
166 views
choose of java web framework for our project
We are developing java web gis application.
We use geoserver, postgis, geotools(all the core code).
We need to show/hide(or create/delete) dynamically vector layers(from shape file) and raster ...
2
votes
1answer
92 views
Can I use a Geotools raster layer in a Geomajas webapplication?
I am working on a Geomajas web application and have a Geotools RasterLayer (a GridReaderLayer to be precise) that needs to be integrated with the map in the Geomajas app.
I have been searching the ...
0
votes
1answer
216 views
Geomajas: How do I add context menu on a map marker
I'm evaluation Geomajas. Apparently, there's very little info on this framework across the Internet. I've managed to create a context menu for the map (the menu that appears when you right click on ...
3
votes
2answers
365 views
Error transforming EPSG:4326 to EPSG:90013
When I'm trying to run a map on geomajas an error has occurred:
o.g.internal.service.GeoServiceImpl - Problem during transformation
EPSG:4326->EPSG:900913 of MULTIPOLYGON
The multipolygon ...
2
votes
2answers
368 views
How to create hibernate layers at runtime?
We need to dynamically create hibernate layers from shapefiles. As far as we understand, the workflow is following:
Import shapefile to database(creating new table for each shapefile?)
Is it good ...