You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
Thanks for your answer. Maybe my question wasn't clear enough. I'm using the GeoPackage as a small Geo-Database. I do have different tables in it (point, line, polygon layers). Then I want to save the selected features from a shape-file (which is not saved in the GeoPackage) to a new layer (or table with line geometry) inside of the GeoPackage. However, then I can only overwrite the whole GeoPackage instead of only adding it.mymymy– mymymy2021-10-26 09:13:23 +00:00Commented Oct 26, 2021 at 9:13
-
Yep thats ok, copy selected Features, then paste into the existing table will still work. If its a new table you need, then you can make the target layer writable, then select the target layer, and then paste............ I tend to use this method a lot because often there are fields I need to bulk populate afterwards.nr_aus– nr_aus2021-10-27 01:35:14 +00:00Commented Oct 27, 2021 at 1:35
-
Thanks, that works for the selection of features only. But it won't for processes like "merge vector layers" or "clip features".mymymy– mymymy2021-10-27 05:11:32 +00:00Commented Oct 27, 2021 at 5:11
-
correct... merge and clip functions are their own 'thing' so to speak and will produce output files/temporary datasets, which then need to be migrated back to original datasets. - Some of the geoprocessing tools do have a 'Edit Features in Place' capability which gets around this, which you may want to check out. But its limited in the tools which allow this.nr_aus– nr_aus2021-10-28 06:39:38 +00:00Commented Oct 28, 2021 at 6:39
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. arcgis-desktop), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you