Tagged Questions
1
vote
1answer
70 views
Simple WebMapping application with postgis Database
am very new to web-mapping, so this question may be a little misguided.
I want to develop a simple web mapping application using OpenLayers which can display Cadastral information that are currently ...
1
vote
0answers
49 views
Making tracking data available to Geoserver
I have tracking data from GPS, which gives latitude, longitude, heading, etc.
Right now it's stored in a non-standard database (Accumulo) and I'm looking into how best to make the data available for ...
3
votes
3answers
150 views
How to access an wms layer that requires authorization via OpenLayers?
Is there a way to send username and password parameter to a wms layer that needs authorization?
If not, I guess it's perhaps a non-spatial thing to solve so that you before the javascript sends a ...
0
votes
0answers
12 views
change the graph location in opentripplaner-api-web.war
I am using opentripplanner to deploy the app in tomcat i have to change the graph.obj location, but doesn't know I can achieve this. I read the "configuring the webapp" but failed to understand the ...
1
vote
1answer
79 views
layers in opentripplanner webapp
I am customizing the opentripplanner webapp according to my needs. it has 5 different base layers. but in code (in map.js and OpenLayersUtils) i can't find where it adds these layers to map.
2
votes
3answers
552 views
Displaying Google Maps and OpenStreetMap map in Java?
Is there any Java API that is like OpenLayers ?
I would like to display google Maps and Openlayers Maps in a java application
4
votes
3answers
279 views
How to choose a language for web map development?
I am building a web map application using:
GeoServer
OpenLayers
Tomcat
I would like to build a web application, where the user can log in and have the map arranged according to their profile. ...
2
votes
0answers
29 views
How to convert a shapefile to WKT with GeoTools snapshot 9? [duplicate]
Possible Duplicate:
Write out a WKT file from a loaded shapefile
I need to convert a shapefile to WKT to be read in OpenLayers. The shapefile is one that has been created by Geotools. ...
0
votes
0answers
11 views
What are the drawbacks of using WWJava? [duplicate]
Possible Duplicate:
Displaying Google Maps and OpenStreetMap map in Java?
I am looking for a good library similar to OpenLayers in Java. I would like to use it to diplauy OSM and Google ...
2
votes
1answer
96 views
Java or .net platform is good for creating interactive web page [closed]
I have just now completed my degree in Spatial Information Technology, and learned how to use the ARCGIS platform and QGIS. Now I wanted to create a server/client webpage using mapserver for a project ...
2
votes
2answers
406 views
OpenLayers WFS implementation in java for editing and saving data
I am new user in openlayers and want to implement WFS layer to edit and save data to postgis tables.am using netbeans as development environment and m very new in that.Can anyone to help me regarding ...
2
votes
0answers
114 views
Rerendering OpenLayers in JSF2
did anyone try rerendering OpenLayers in JSF2? I am using a4j:ajax events,
I mark the render atribute with render="map" where map is naturally the id
of the openlayers div tag, and I use ...
3
votes
1answer
568 views
Implementation of a tiled map service
I have been looking for solutions on the Internet for the last two days without finding answers. Currently, I have a Java web application that displays a map using OpenLayers. The problem is that the ...