-
Notifications
You must be signed in to change notification settings - Fork 30
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
DeprecationWarning: QgsCoordinateReferenceSystem constructor is deprecated #273
Comments
May it be possible that the tiles you generated aren't EPSG:3857? For the Vector Tiles spec. the default CRS is Web Mercator (EPSG:3857). That's also the case for this plugin. I'm unsure how well tested the plugin is for other CRS, although there's this statement: |
@sfkeller
my |
You don't need to worry too much about a deprecation warning. It is an indication that this code will not work at some point in the future, but it is not reporting an error at the moment. The issue will have to be fixed, but fixing it now will not change the behaviour of the plugin with the current version of QGIS. |
@tomchadwin Hi,
It says |
I got this error after setting
I feel that the problem is with the pbf files, but I am not sure since I am using the same pbf files with leafler vector grid and it works. Do you have suggestion how can I fix this problem? |
This might be related to #272 If you want to do som debugging, go to the directory were the plugin is located and rename the folder containing the native decoding binaries (some |
@mnboos Hi, thanks for the response,
|
Hi,
While I am trying to load my data I face this error.
Can this be because of my server is returning 204 response for some of the tiles???? I am making my pbf data on my own server and I can open individual pbf files using qgis so it means my pbf files are correct. I think this error can happen when for some tiles my server returns 204 html error code.
The text was updated successfully, but these errors were encountered: