{SOLVED} QGIS not reading OSM files which are ready for upload on OSM serverHow are .mif files loaded to...
Does this video of collapsing warehouse shelves show a real incident?
How does NOW work?
Are babies of evil humanoid species inherently evil?
Should I tell my boss the work he did was worthless
Bash script should only kill those instances of another script's that it has launched
Error during using callback start_page_number in lualatex
How is the wildcard * interpreted as a command?
How strictly should I take "Candidates must be local"?
How to draw cubes in a 3 dimensional plane
Word for a person who has no opinion about whether god exists
Do f-stop and exposure time perfectly cancel?
Does the nature of the Apocalypse in The Umbrella Academy change from the first to the last episode?
What Happens when Passenger Refuses to Fly Boeing 737 Max?
Accepted offer letter, position changed
Is "history" a male-biased word ("his+story")?
meaning and function of 幸 in "则幸分我一杯羹"
What are some noteworthy "mic-drop" moments in math?
Good for you! in Russian
Are tamper resistant receptacles really safer?
Do I really need to have a scientific explanation for my premise?
Recommendation letter by significant other if you worked with them professionally?
Vocabulary for giving just numbers, not a full answer
They call me Inspector Morse
Declaring and defining template, and specialising them
{SOLVED} QGIS not reading OSM files which are ready for upload on OSM server
How are .mif files loaded to QGIS?Which topics are essential for QGIS beginners?Why are selected features not highlighted in OSM layers?Tool/Algorithm for generalizing OSM-Files for printing mapsQGIS: OSM Landscape layer not printedWhich VS projects are needed for a custom QGIS build?How to get ST_MakeLine ready for QGIS?Data Upload Error for QGIS CloudOpening OSM files in QGIS?How to upload data from QGIS to a SQL Server?
OSM files which where modified on JOSM or other OSM editor have a tag action=modify and they miss tags like timestamp, user and some others related to the creation of each element. These files aren't read by QGIS.
E.g. for a node not being read:
<node id='-195528' action='modify' visible='true' lat='-34.7205748' lon='-58.3944152'>
<tag k='crossing' v='traffic_signals' />
<tag k='highway' v='crossing' />
</node>
E.g. for a node being read:
<node id='291636631' timestamp='2016-11-25T04:34:36Z' uid='1009211' user='nicolas17' visible='true' version='30' changeset='43936193' lat='-34.6701189' lon='-58.4106922'>
<tag k='highway' v='traffic_signals' />
<tag k='traffic_signals' v='signal' />
</node>
This is actually a drawback, the geo-data and attributes are present on both XML files.
Solution:
-Add vector Layer doesn't work on modified files
-QuickOSM plugin does the job despite the osm files was modified or not
qgis
add a comment |
OSM files which where modified on JOSM or other OSM editor have a tag action=modify and they miss tags like timestamp, user and some others related to the creation of each element. These files aren't read by QGIS.
E.g. for a node not being read:
<node id='-195528' action='modify' visible='true' lat='-34.7205748' lon='-58.3944152'>
<tag k='crossing' v='traffic_signals' />
<tag k='highway' v='crossing' />
</node>
E.g. for a node being read:
<node id='291636631' timestamp='2016-11-25T04:34:36Z' uid='1009211' user='nicolas17' visible='true' version='30' changeset='43936193' lat='-34.6701189' lon='-58.4106922'>
<tag k='highway' v='traffic_signals' />
<tag k='traffic_signals' v='signal' />
</node>
This is actually a drawback, the geo-data and attributes are present on both XML files.
Solution:
-Add vector Layer doesn't work on modified files
-QuickOSM plugin does the job despite the osm files was modified or not
qgis
Looks that the xml code is not accepted on the post
– Werner Horsch
yesterday
There are some issues in reading OSM data if the data is not sorted by ID. Did you useAdd vector Layer
or the QuickOSM plugin?
– AndreJ
17 hours ago
I used the add vector layer
– Werner Horsch
16 mins ago
add a comment |
OSM files which where modified on JOSM or other OSM editor have a tag action=modify and they miss tags like timestamp, user and some others related to the creation of each element. These files aren't read by QGIS.
E.g. for a node not being read:
<node id='-195528' action='modify' visible='true' lat='-34.7205748' lon='-58.3944152'>
<tag k='crossing' v='traffic_signals' />
<tag k='highway' v='crossing' />
</node>
E.g. for a node being read:
<node id='291636631' timestamp='2016-11-25T04:34:36Z' uid='1009211' user='nicolas17' visible='true' version='30' changeset='43936193' lat='-34.6701189' lon='-58.4106922'>
<tag k='highway' v='traffic_signals' />
<tag k='traffic_signals' v='signal' />
</node>
This is actually a drawback, the geo-data and attributes are present on both XML files.
Solution:
-Add vector Layer doesn't work on modified files
-QuickOSM plugin does the job despite the osm files was modified or not
qgis
OSM files which where modified on JOSM or other OSM editor have a tag action=modify and they miss tags like timestamp, user and some others related to the creation of each element. These files aren't read by QGIS.
E.g. for a node not being read:
<node id='-195528' action='modify' visible='true' lat='-34.7205748' lon='-58.3944152'>
<tag k='crossing' v='traffic_signals' />
<tag k='highway' v='crossing' />
</node>
E.g. for a node being read:
<node id='291636631' timestamp='2016-11-25T04:34:36Z' uid='1009211' user='nicolas17' visible='true' version='30' changeset='43936193' lat='-34.6701189' lon='-58.4106922'>
<tag k='highway' v='traffic_signals' />
<tag k='traffic_signals' v='signal' />
</node>
This is actually a drawback, the geo-data and attributes are present on both XML files.
Solution:
-Add vector Layer doesn't work on modified files
-QuickOSM plugin does the job despite the osm files was modified or not
qgis
qgis
edited 8 mins ago
Werner Horsch
asked yesterday
Werner HorschWerner Horsch
133
133
Looks that the xml code is not accepted on the post
– Werner Horsch
yesterday
There are some issues in reading OSM data if the data is not sorted by ID. Did you useAdd vector Layer
or the QuickOSM plugin?
– AndreJ
17 hours ago
I used the add vector layer
– Werner Horsch
16 mins ago
add a comment |
Looks that the xml code is not accepted on the post
– Werner Horsch
yesterday
There are some issues in reading OSM data if the data is not sorted by ID. Did you useAdd vector Layer
or the QuickOSM plugin?
– AndreJ
17 hours ago
I used the add vector layer
– Werner Horsch
16 mins ago
Looks that the xml code is not accepted on the post
– Werner Horsch
yesterday
Looks that the xml code is not accepted on the post
– Werner Horsch
yesterday
There are some issues in reading OSM data if the data is not sorted by ID. Did you use
Add vector Layer
or the QuickOSM plugin?– AndreJ
17 hours ago
There are some issues in reading OSM data if the data is not sorted by ID. Did you use
Add vector Layer
or the QuickOSM plugin?– AndreJ
17 hours ago
I used the add vector layer
– Werner Horsch
16 mins ago
I used the add vector layer
– Werner Horsch
16 mins ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f315012%2fsolved-qgis-not-reading-osm-files-which-are-ready-for-upload-on-osm-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f315012%2fsolved-qgis-not-reading-osm-files-which-are-ready-for-upload-on-osm-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Looks that the xml code is not accepted on the post
– Werner Horsch
yesterday
There are some issues in reading OSM data if the data is not sorted by ID. Did you use
Add vector Layer
or the QuickOSM plugin?– AndreJ
17 hours ago
I used the add vector layer
– Werner Horsch
16 mins ago