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

Attempt to create new spatiaLite layer fails #12805

Closed
qgib opened this issue May 24, 2010 · 4 comments
Closed

Attempt to create new spatiaLite layer fails #12805

qgib opened this issue May 24, 2010 · 4 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! GUI/UX Related to QGIS application GUI or User Experience
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented May 24, 2010

Author Name: rcline - (rcline -)
Original Redmine Issue: 2745

Redmine category:gui
Assignee: William Kyngesburye


When the New [[SpatiaLite]] Layer menu item is selected, the dialog to create the layer does not appear. I am using development builds from the [[KyngChaos]] site. This works in build r13289, but does not work in the newer r13385 and r13519 builds. Using OS X 10.6.3.

@qgib
Copy link
Contributor Author

qgib commented May 24, 2010

Author Name: Jürgen Fischer (@jef-n)


not reproducable in 53a60d2 (SVN r13567) on Linux and Windows.

@qgib
Copy link
Contributor Author

qgib commented May 24, 2010

Author Name: rcline - (rcline -)


Running QGIS from the terminal, I get the following warning:
Warning: Object::connect: No such slot [[QgisApp]]::newSpatialiteLayer()

There were changes made to add new [[SpatiaLite]] layer in dc39570 (SVN r13295). Is it possible this change broke adding a [[SpatiaLite]] layer in OS X as it worked in 6b65708 (SVN r13290).

@qgib
Copy link
Contributor Author

qgib commented May 24, 2010

Author Name: William Kyngesburye (@kyngchaos)


I messed up a sqlite setting in the Xcode project, so qgsspatialitesourceselect.cpp|h were not compiled.

working on it...


  • status_id was changed from Open to In Progress

@qgib
Copy link
Contributor Author

qgib commented May 24, 2010

Author Name: William Kyngesburye (@kyngchaos)


OK, turns out you had the right track - while newSpatialiteLayer() should be conditionalized in qgisapp.cpp, it should not be so in qgisapp.h. newSpatialiteLayer() must exist (defined in qgisapp.h), it's just an empty function if spatialite is not enabled.

fixed in 519c04b (SVN r13568). I'll package up a new Mac dev build later.


  • resolution was changed from to fixed
  • status_id was changed from In Progress to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! GUI/UX Related to QGIS application GUI or User Experience labels May 24, 2019
@qgib qgib added this to the Version 1.5.0 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! GUI/UX Related to QGIS application GUI or User Experience
Projects
None yet
Development

No branches or pull requests

1 participant