Skip to content

Commit 86a49e2

Browse files
authored
Updated README.md
Specify that this plugin only works on QGIS 2 and add a link to the QGIS 3 compatible plugin
1 parent f1a43b9 commit 86a49e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# BoundingBox
2-
This QGIS plugin returns the xmin, ymin, xmax, ymax and the GetMap request of the current view window of the selected WMS.
1+
# BoundingBox Plugin for QGIS 2
2+
This QGIS 2 plugin returns the xmin, ymin, xmax, ymax and the GetMap request of the current view window of the selected WMS.
3+
For this plugin compatible with QGIS version 3.4 or higher go to: https://github.com/Maaka2890/BBox3
34

45
Developers of web services often need bounding boxes of specific areas during trouble shooting, for test calls or for communication.
56
The goal of this plugin is to, with one click, provide the bounding box of the current view window and the GetMap request of the selected WMS. You can copy this for your tests.
@@ -16,4 +17,4 @@ This plugin was created using Plugin Builder, Qt Creator and python.
1617
For more information, see the PyQGIS Developer Cookbook at:
1718
http://www.qgis.org/pyqgis-cookbook/index.html
1819

19-
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
20+
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

0 commit comments

Comments
 (0)