Search the Community
Showing results for tags 'openlayers'.
-
Hello All, I am new to web GIS application development and i'm looking for a good opensource web GIS client/server which provides a great selection of tools, widgets, features and functionality. I know that Openlayers is a very popular web GIS client but i found that Mapfish, which uses Openlayers, has more tools and features. Same with Mapbender which also uses OpenLayers. I would like some guidance regarding the best combination of opensource software that i can use for Web GIS Development: GIS client, GIS server (GeoServer or Mapserver? etc) and any other additional tools or extensions that can improve functionality (e.g. ExtJS4, GeoExt). I am familiar with python programming, VB and a little bit of javascript. So any opensource tools that use these programming languages will be easier for me to learn. Many Thanks Demis
- 2 replies
-
- Openlayers
- web gis
-
(and 5 more)
Tagged with:
-
For everyone who wishes to see a new open GIS called OpenWebGis and make comments and suggestions. It is a completely free project without advertising. After registration, if it is necessary, you can upload your data to be stored on the server OpenWebGis, but most of the calculations can be performed even if the data is not uploaded to the server (if it is not very bulky - about 10 thousand items in the layer). You can use the extensive mathematical functionality to calculate and analyze your data. Using OpenWebGis you will get online a Geographic Information System at your disposal, it may be similar in functionality to many desktop GIS. All existing services / functions OpenWebGis itself OpenWebGis were created with the enthusiasm of the site administration, which is simulteniously a direct creator , a developer and a programmer. Please support this project.
-
Hello, I want to create a profile that when I drag the mouse over it to show an icon over a bicycle track. something like this. http://www.bikemap.net/en/route/2636600-buchenbach/ My map is created in OpenLayers. The data behind my tracks is GEOjson. The profile is created in D3js and is interactive (when draging the mouse over it it shows the altitude, distance and path) . I just don't know how to connect the profile with the track. Any tip is highly apreciated. Corina