Luis Villarreal
Luis Villarreal

Reputation: 21

QGIS - layers disappear after loading pre-saved style

First time here, I hope I'm doing it right and I hope I'm allowed to ask this here.

I'm making buffer layers out of points in QGIS 3.8.1 Zanzibar, it's 5 point layers and I need to generate the 5 corresponding buffers. They come out alright, but after I load a previously saved style for the layers the geometries simply disappear.

I have:

"FIELD" LIKE "FIELD"

Where "FIELD" is a field of my attribute table, tested it correctly and applied...didn't work either.

Just one seemed to come out alright before doing all this, but I followed the exact same procedure for all of them.

Any ideas? Do I have to re-do the style all over again manually for every layer?

Thanks in advance!

Upvotes: 1

Views: 1514

Answers (1)

Luis Villarreal
Luis Villarreal

Reputation: 21

I just found out what was wrong, I hope this helps someone in the future:

The style I saved was classifying data based on a particular column, wich of course, must exist and have the exact same name in the other layers in order to work. I just forgot to generate said column on the rest of the layers.

Cheers and thanks to the editor.

Upvotes: 0

Related Questions