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

attribute table - problem with bbox on getfeature request #1084

Closed
josemvm opened this issue Feb 26, 2019 · 9 comments
Closed

attribute table - problem with bbox on getfeature request #1084

josemvm opened this issue Feb 26, 2019 · 9 comments
Labels
Milestone

Comments

@josemvm
Copy link
Collaborator

josemvm commented Feb 26, 2019

hi

it seems there is an issue when BBOX is added to the GetFeature Request #1075

qgis server 3.4.5

thanks

@josemvm
Copy link
Collaborator Author

josemvm commented Feb 26, 2019

@rldhont the problem happens when "limitDataToBbox": "True" is set in the plugin

@nboisteault
Copy link
Member

@josemvm I have tested with original "Montpellier - Transports" project just adding "limitDataToBbox": "True" with QGIS Server 2.18 and 3.4.5. Lizmap is last version of the 3.2 branch. I can't reproduce the issue. @josemvm is your project made in QGIS desktop 3.4.5 ?

@nboisteault
Copy link
Member

nboisteault commented Mar 7, 2019

I can reproduce the issue with a minimal QGIS 2.18 project. POST request return :

{"type": "FeatureCollection",
 "bbox": [ 0.0000347, 0.00039143, 0.0000349, 0.00039167],
 "features": [
 ]
}

but BBOX parameter is 3.862563,43.573825,3.885179,43.600123

@josemvm
Copy link
Collaborator Author

josemvm commented Mar 7, 2019

@nboisteault i can provide a link if you want to inspect

@nboisteault
Copy link
Member

@josemvm I have found the bug. Thank you.

@josemvm
Copy link
Collaborator Author

josemvm commented Mar 7, 2019

now i'm talking about children tables too, it´s not working with "limitDataToBbox": "True"
thanks @nboisteault

@josemvm
Copy link
Collaborator Author

josemvm commented Mar 7, 2019

like "Quartiers" and "Sous-Quartiers"

@josemvm
Copy link
Collaborator Author

josemvm commented Mar 7, 2019

#1101

great!!! :-)
thanks @nboisteault

@rldhont rldhont added this to the 3.2.3 milestone Mar 7, 2019
@rldhont rldhont added the bug label Mar 7, 2019
@rldhont
Copy link
Collaborator

rldhont commented Mar 7, 2019

Fixed

@rldhont rldhont closed this as completed Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants