Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label within style causes map file parse error #56

Open
pvgenuchten opened this issue Feb 18, 2022 · 0 comments
Open

Label within style causes map file parse error #56

pvgenuchten opened this issue Feb 18, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@pvgenuchten
Copy link
Contributor

Genereated is

 CLASS
    NAME "labeling"
    STYLE
    LABEL
      OFFSET 0.0 0.0
      TEXT "[soil_cla_1]"
      SIZE 12.607142857142854
      FONT "Arial"
      TYPE truetype
      COLOR "#323232"
    END
  END
  END

should be

 CLASS
    NAME "labeling"
    LABEL
      OFFSET 0.0 0.0
      TEXT "[soil_cla_1]"
      SIZE 12.607142857142854
      FONT "Arial"
      TYPE truetype
      COLOR "#323232"
    END
  END
@GeoSander GeoSander transferred this issue from GeoCat/qgis-bridge-plugin Feb 18, 2022
@GeoSander GeoSander added the bug Something isn't working label Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants