418 reputation
210
bio website
location
age
visits member for 2 years
seen May 3 at 13:15
stats profile views 31

Mar
13
comment How to change field length in QGIS
I second this, use it quite a lot for quick and dirty data editing and formating (especially when I want to make use of Cals's formulas), or when I just want to join some data by location and once more the fieldname turns auf to be too long... Just remember: don't re-sort the rows without some FID-column to rearrange them correctly, or every feature will have some wrong attribute data afterwards.
Aug
10
awarded  Commentator
Aug
10
comment How do dissolve polygons from shapefile using open source tools?
I never use it, but I think you can use the console to do everything in QGIS, so there is no need for the GUI. You will also always have to define those clusters in some sort of table, even if you completely rely on a scripted solution. So you could avoid messing with your shapefile by joining this table and doing dissolve then. I guess this would be scriptable, too?
Aug
10
revised How do dissolve polygons from shapefile using open source tools?
minor edit
Aug
10
awarded  Teacher
Aug
10
awarded  Editor
Aug
10
revised How do dissolve polygons from shapefile using open source tools?
added 450 characters in body
Aug
10
answered How do dissolve polygons from shapefile using open source tools?
Aug
2
comment How to calculate perimeter of polygons in Quantum GIS?
Btw, where can one find a comprehensive list of all possible but unexposed features like $perimeter?
Jul
25
revised Creating a small web-mapping/map-tiling service
added OpenLayers as tag
Jul
25
answered Creating a small web-mapping/map-tiling service
Jul
25
comment How to delete fields in QGIS?
You can also always open the *.dbf file directly in, for example, OpenOffice Calc and change, add, or delete columns of data. Just make sure all rows are in the same order as in the beginning when you save (e.g. by using a FID field).
May
25
comment Creating a small web-mapping/map-tiling service
Does that mean I have to stick with my web-tiles solution until we get another server-solution, or are there any directories I can just copy to the server? I know, this is getting more and more off-topic, so I would really appreciate even the smallest hint in right direction.
May
25
comment Creating a small web-mapping/map-tiling service
I checked out your online web-mapping class and other resources, and it seems that my lack of knowledge is more on the server-tech side than on the actual cartography side. I think my problem is that I only have ftp-access and some basic web-configuration-interface.
May
23
accepted Creating a small web-mapping/map-tiling service
May
22
awarded  Scholar
May
22
awarded  Supporter
May
22
comment Creating a small web-mapping/map-tiling service
So, I looked into Geoserver (as a part of the Open Geo Suite package), and it looks pretty good. I imported my shapefile, styled it, even got the preview running on localhost. But how do I get these maps online on my webspace? Am I missing something? Bookmarks etc. obviously won't work since they refer to my local harddrive. I worked my way through all possible tutorials and how tos, but that topic never seems to be discussed? Could someone point me in the right direction?
May
21
awarded  Nice Question
May
19
comment Creating a small web-mapping/map-tiling service
Simple webmap means it is still zoomable and scrollable, yes? That sounds like something I should look into when I get back to my office.