Editing is the process of modifying feature geometry, locations, and attributes of spatial data.
0
votes
1answer
22 views
How to hide/suppress and rename/alias fields when exporting to KML?
I have a feature class that needs to be exported to a KML file. I wonder if there is a way for me to export only some of the columns of the feature class's attribute table; some attributes are not ...
1
vote
1answer
73 views
Editing attribute tables using Python
I am new to Python, so sorry for such a trivial question. There is a shapefile (let's call it Structures.shp) and the script I'm writing needs to update the value of only one record in only one field ...
0
votes
2answers
29 views
Field within a Field - Donut Parcel?
Firstly, apologies as I'm a newbie and have only been studying GIS for a few months.
I am digitising field boundaries and have a field within a field, and am wondering what the best way of ...
2
votes
1answer
38 views
Why does new feature created not snap to existing feature vertices in ArcGIS 10?
I have created a polygon feature earlier then I wanted to create points on the polygon vertices but it won't snap on top of the vertex.
I wanted to know the reason why it does not snap and is there ...
0
votes
2answers
68 views
How to delete isolated pixels in ArcGIS 10.1?
I want to know that it is possible or not to edit the raster pixel in ArcGIS.
I want to delete isolated pixel and I want to delete some pixel by manually.
please tell me how can i do it manually or ...
3
votes
0answers
21 views
problem creating and editing features at extent edges
I'm in the process of creating a polyline feature layer of tectonic plates. I'm working with WGS-84 reference system, which means the extent is +-180 in lon, and +-90 in lat.
In order to create the ...
2
votes
0answers
34 views
Creating curves using the Parcel Editor tool in ArcGIS 10.1
We are migrating parcel editing environments from AutoCAD to ArcGIS and I'm having trouble creating curves within a Parcel Fabric that are not tangent to lines. For example, what would be some ...
4
votes
0answers
49 views
Can I edit shapefile while using a definition query in QGIS?
Is it possible to edit shapes while using a "definition query" or "query builder" in QGIS? I'm trying to do this in the same way I used to in ArcGIS.
Thanks!
0
votes
0answers
32 views
Error: Objects in this class cannot be edited outside an edit session
I'm simply trying to modify the Default Editing Widget ESRI sample to show my extent and service and am noticing the following error in Firebug when trying to add a point:
...
5
votes
1answer
64 views
Editing without clicking on a map - ESRI JS API
I'm looking to build a new application that allows staff to edit a service/layer. They will be inputting new survey benchmark data based on lat/long.
All of the current samples I have seen on the ...
2
votes
1answer
56 views
Shorten polylines a given distance
I have a polyline dataset with lines of different lengths. I want to shorten all polylines the same distance on both ends (e.g. 10m each side). Is there a tool or script available that could help me ...
7
votes
2answers
172 views
ArcGIS 10.1 edit PostgreSQL layer
I've been working with QuantumGIS/PostgreSQL/postGIS for a while now, without problems. But now I have to change QuantumGIS for ArcGIS 10.1.
I'm having trouble adding a layer from PostgreSQL and ...
2
votes
1answer
40 views
ArcMap adjust z values for all verticees in polylines
Is there way in Arc Editor (10.0) to adjust all the vertices z values by an offset? (translate in z axis?)
I have many polylines which need to be lowered (eg: subtract 1m from every vertex z-value).
...
1
vote
0answers
41 views
How do you split a feature using an existing line in QGIS?
All,
Is there a way to split a feature (polygon) using an existing line (selected polyline) in QGIS?
Thanks!
-m
2
votes
0answers
37 views
QGIS 1.8.0 Mac can't create ring
Can anyone spot what is wrong here? I've selected single feature, the existing rings are obvious, it's not intersecting anything (even a feature in another layer...
2
votes
1answer
64 views
QGIS 1.8.0 on Mac - how to cut/paste/delete?
I have a line vector layer selected, editing is on, I select one vector (a dozen points) with the node select tool so the vertices are red squares.
the cut icon is greyed out, command/X does ...
6
votes
1answer
47 views
Is there a way to select only a certain polygon for editing?
I have a spatialite data base with 4300 polygons contained within. I wish to be able to edit the polygons but once i have highlighted the Polygon from the attributes table i find it hard to edit the ...
1
vote
2answers
279 views
How to make editable polygons in Google Maps?
I've just recently started learning Google maps, JavaScript, etc., and have a few questions about a project that I'd like to do. I'm wanting to take some ESRI shapefiles, convert them to KML, and then ...
5
votes
3answers
133 views
How can I determine the layer name in an edit session?
I have a problem with an editor extension in an Add-In for ArcGIS 10.
The editor extension listens on different events occuring on shapefile layers via registering listeners:
...
2
votes
2answers
184 views
Why are edits in shapefile table not saved?
I have created a shapefile (point data) and wish to change some parameters in the files table data. I can edit the data and see the coresponding change in my my symbology. However, when I save the ...
0
votes
0answers
72 views
Toggle editing layers
I search one plugin that alows start an editing session aplied to some layers from postgis connection at the same time as we can in ArcGis?
1
vote
0answers
18 views
Is there any accuracy difference between standard DTM editing tools like DT Master and automatic removal of artefacts using ERDAS?
I would like to know whether there is any accuracy difference while editing DTM points using standard photogrammetry software like Inpho DT Master and automatics removal of artefacts in ERDAS imagine.
...
1
vote
1answer
88 views
How can I load a single WFS vector feature where the user clicks the map on OpenLayers?
I am creating a web app that allows users to easily edit feature attributes as well as geometry. I have editing working by loading a WFS layer, but it slows the app to a crawl when there's more than a ...
2
votes
2answers
541 views
Turn Popups On/Off in ArcGIS Online Webmap via Javascript API Web Application
I am writing my first ArcGIS Javascript API web map application and consuming a web map authored in ArcGIS Online. The ArcGIS Online web map apparently does most of the work for me in terms of ...
7
votes
1answer
209 views
How to rectify polygon-shapes in Quantum-GIS? [duplicate]
I have some polygon-shapes in qgis-1.7.0 and want to ensure that every polygon is a rectangle. See image below.
Is there any way I can do this in quantum-gis (or any other f/oss)? Or how can I ...
10
votes
3answers
210 views
How to improve drawn shapes in Quantum-GIS?
I have a polygon-shape in qgis-1.7.0 and want to fix overlays and gaps between the edges of adjacent polygons. See image below.
Is there any automated way to do this in quantum-gis? Or any other ...
1
vote
0answers
27 views
Is it possible to permanently save the Edit Widget for a Postgis layer?
Is there a way of configure the editing type for a POSTGIS layer through Edit Plugin and do not lose the changes after remove the layer or exit the program?
5
votes
2answers
75 views
Is there a quick way to invert a node selection in QGIS?
is there any way to invert a node selection in QGIS?
For example, I want to extract a small section of a long line - if I select the nodes I want to keep, is there any way to invert that selection so ...
2
votes
2answers
77 views
How can I do a batch edit of circle diameters using the attribute table in ArcGIS?
I need to edit the diameter of a bunch of circles to reflect their correct diameters, and I wondered if there was a way of drawing from the attribute table to make all the circles equal their correct ...
8
votes
4answers
340 views
What is the best web editor and server for postgis?
I'm looking for a web editor (similar to openstreetmap) that works with an map Server (postGIS). This should permit edit and create new structures on map. What is the best option?
Can you help me?
...
1
vote
1answer
89 views
Why is ArcMap 10.0 editor deleting some added vertices and simplifying polygon?
I am using ArcMap 10.0. I am trying to edit (and add) vertices in a polygon.
I start editing, (using "Edit Vertices" tool), and add many vertices in the polygon.
Then when I am done, I save the ...
3
votes
0answers
197 views
How to modify the edit widget in ESRI flex viewer 3.0?
I am running ArcGIS Server 10.0 (sp2) on Windows server 2008 64-bit with IIS 7. I am using the ESRI flex viewer version 3.0.
I have created a feature layer and published it as a rest service and ...
0
votes
1answer
139 views
How to stop values from rounding to whole numbers in ArcGIS attribute tables?
I am trying to edit an attribute table in ArcGIS 10.1 and so far have been unable to keep it from rounding to whole numbers. Even when I manage to "pad with zeroes" using the numeric settings, it ...
4
votes
2answers
253 views
How to invert a Buffer(get the inside of a ring buffer)?
I have a line layer of a road network around which I create a buffer zone of 1000 m with Analysis Tools>Proximity>Buffer. But I am
interested in the areas outside the buffer zone, and not the buffer ...
2
votes
0answers
55 views
How do I select all polygons in a layer that border 2+ polygons in the same layer?
My data consists of equal-sized polygons. I need to identify and select all the polygons that border two or more polygons.
2
votes
1answer
339 views
Editing polylines in QGIS (extend, trim, fillet etc)
I was wondering, if its possible to edit lines and polylines in qgis, in similiar way as autocad commands "extend", "trim" and "fillet"?
About how the commands for in Autocad, very shortly: The ...
1
vote
0answers
40 views
Edit Toolbar Became Disabled While Editing in QGIS
My edit toolbar became disabled while I was editing a layer in QGIS. I have closed the window and opened it again to edit, but it is still disabled.
3
votes
1answer
243 views
Automate removal of duplicate polygon nodes from shape file in Arcmap
I have a whole lot of polygon shape files, many of which have got duplicate nodes.
This makes processing difficult as almost all tools (erase, union, calculate area) do not work.
I found that by ...
1
vote
0answers
52 views
Is there a way to make a qgis project only editable by me
In QGIS, currently Lisboa 1.8.0 is there a way to make it only editable by me. I want to set up projects for each client on the network, so when all the files are on the network and the program and ...
2
votes
0answers
79 views
Right click editing menu disabled arcgis 10.0
Editing Polygon feature in FGDB, Create Features, Click Rectangle (in Construction tools), right click, unable to select any options (Absolute X, Y / Direction / Length) from popup menu.
Help? Havn't ...
3
votes
0answers
117 views
Edit Widget Add attachments only shows when is made, not when making
So i post my question here because it didnt recieved any answers on Stackoverflow.
Hello i have some difficulties,
Let me see what i want to do with some pictures and code:
I want to add some ...
3
votes
1answer
37 views
move 1 vertex at a time rather than the entire shape
Somewhere I have changed settings that allow me to move 1 vertex at a time while editing a shape. It now moves the entire shape or scales the shape! Any suggestions on how to fix this?
2
votes
0answers
120 views
Snapping line endpoints to a point feature class by adding a vertex
I have a line feature class whose endpoints should snap to the closest point in a points feature class.
The problem is, I do not want the lines to move, but rather a vertex must be added to the ...
4
votes
2answers
205 views
How to manually edit 16 bit GDEM elevation data on a Geotiff file
I'm building a virtual 3D terrain scenery using both satellite imagery (google maps satellite) and elevation data from GDEM Aster elevation data (geoTIFF format files).
My problem is that the ...
5
votes
1answer
71 views
How do you edit a stack of polygons simultaneously?
Using ArcMap 10.1.
Lets say you have 100 polygons that all are in the exact same shape and in the exact same place. They appear to be one polygon. How would you edit the shape of all 100 at the same ...
4
votes
2answers
329 views
ArcGIS JS API Edit Toolbar permits MOVE but not EDIT_VERTICES or ROTATE - JavaScript error thrown
I'm putting together an ArcGIS (v10.1) JS API (v3.2) application and I've hit a snag in drawing / editing functionality.
Users can draw a new geometry or edit an existing one. I'm using the draw and ...
3
votes
1answer
382 views
How to split lines on vertex?
I've searched a lot but didn't find an answer: When editing lines with QGIS, I often need to split a linestring exactly on one of his existing internal vertices, but I can't find a way; I've tried the ...
1
vote
2answers
197 views
How to edit using a WFS service, without showing it on the map in OpenLayers?
I have a service with about thousand points. I wish to enable the user to edit the attributes of the features.
Since there are so many points, I don't want to display them as a vector layer (using ...
3
votes
1answer
101 views
Is there a circle tool for line features in ArcMap 10?
I want to draw a roundabout in a road map in ArcMap 10. Those buggers are usually perfectly round circles. How can I do this? I am struggling to find a good way to do this. It takes ages with the Line ...
0
votes
1answer
194 views
How to create a multipatch layer in arcmap?
I would like to create a multipatch layer in ArcMap using the editor tool.
I have looked online but couldn't find any tutorials or help. How can I create a multipatch layer in ArcMap?
Thanks.


