Hi,
Could be wrong but you could use the WMS service instead of WMTS to get a
map with the right CRS https://data.geopf.fr/wms-r/wms
Regards
Thomas Gratier
Le sam. 26 oct. 2024 à 20:13, Prud'homme Jérémie via QGIS-User <
qgis-user@lists.osgeo.org> a écrit :
> You can downloa
https://gist.github.com/ThomasG77/223064813d8aefda5b3cdb05c2588fa1
Links more to help you getting started on a right track when doing
standalone dev using PyQGIS.
Regards
Thomas GRATIER
Le mar. 5 déc. 2023 à 11:38, noshin prachi via QGIS-User <
qgis-user@lists.osgeo.org> a écrit :
> Dear all,
&g
this type of issue.
Regards
Thomas Gratier
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
ode works without uncommenting these lines, can you
> tell me what's their purpose?
>
> Cheers,
>
> Golok
>
> On 2 Jan 2022, at 18:00, Thomas Gratier
> wrote:
>
> Hi,
>
> In startup.py, add the following to register your custom Custom preset
> forma
pageSizeRegistry.add(QgsPageSize('myname', QgsLayoutSize(150, 100,
units=QgsUnitTypes.LayoutMillimeters), 'myDisplayName'))
# print(len(pageSizeRegistry.entries()))
Cheers
Thomas Gratier
Le mer. 29 déc. 2021 à 19:50, Christophe Besuchet a
écrit :
> Hello all,
>
> I'm often
Hi,
You can take a look at French locator filter. It does http call with
autocomplete to search French addresses
https://gitlab.com/Oslandia/qgis/french_locator_filter/
You need to borrow the same logic to consume from your Apache Solr
Regards
Thomas Gratier
Le mar. 29 juin 2021 à 09:19
Hi,
You may create a QGIS Server plugin to manage your permissions e.g
https://docs.qgis.org/3.16/en/docs/pyqgis_developer_cookbook/server.html#accesscontrol-py
Regards
Thomas
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://list
).layoutByName(layoutname)
page = layout.pageCollection().page(pagenumber - 1)
return QgsApplication.pageSizeRegistry().find(page.pageSize())
and calling it with
get_page_format('demo', @layout_page)
Regards
Thomas Gratier
Le jeu. 20 mai 2021 à 23:46, Charles Dixon-Paver a
écrit :
Hi,
To ease the pain, you may use install recipe from
https://github.com/NaturalGIS/qgis_server_and_lizmap_on_windows
Regards
Thomas
Le lun. 15 févr. 2021 à 06:08, гге sog a écrit :
> Installed according to the instructions
> https://docs.qgis.org/3.16/ru/docs/server_manual/getting_started.ht
ource.
Regards
Thomas Gratier
2018-02-27 17:22 GMT+01:00 Seán Lynch :
> Hi,
>
> Feel welcome to use any data from OpenLitterMap.com
>
> Happy mapping!
>
> Seán
>
> On 27 February 2018 at 16:19, Nicolas Cadieux <
> nicolas.cadi...@archeotec.ca> wrote:
>
>&g
h my code only involve pure PyQT
code, the behaviour change is within QGIS and may be related.
Are you able to reproduce the issue as it may come from my OS (Ubuntu
14.04 64bits)?
Any clue would be appreciated.
Regards
Thomas Gratier
___
canvas.mapRenderer().setProjectionsEnabled(True)
canvas.show()
Only `world.qgs` file changes as already explained
Cheers
Thomas Gratier
2015-10-21 23:28 GMT+02:00 Tim Sutton :
> Hi Thomas
>
> On 12 Oct 2015, at 18:08, Thomas Gratier
> wrote:
>
> Hi,
>
> I'
is.org web
page and sponsoring page http://qgis.org/en/site/about/sponsorship.html).
Cheers
Thomas Gratier
2015-10-20 18:39 GMT+02:00 CYvilEng :
> I work for a state government in the US. I have been using QGIS since
> version 2.0. I recently downloaded and installed 2.10. The folks in IT
&g
debug option to activate for standalone
debug, I don't have any output in the console when running both scripts.
Regards
Thomas Gratier
2015-10-13 23:59 GMT+02:00 Salvatore Larosa :
> Hi Thomas,
>
> On Mon, Oct 12, 2015 at 6:08 PM, Thomas Gratier
> wrote:
> > Hi,
> >
&
hould miss something. Do you have any clue? It's a bug or a feature
(unwanted for my case)?
Cheers
Thomas Gratier
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user
Hi,
For references list, read the official website
http://qgis.org/en/site/about/case_studies/index.html
For QGIS download numbers, See the QGIS 2 keynote at FOSS4G
http://www.youtube.com/watch?v=sQ8ytFJE_Wk at around the 7 minutes
Cheers
Thomas
2013/10/11 Thuận Nguyễn
> Sorry, I wrote wron
?
Regards
Thomas Gratier
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user
Hello,
Some companies have done a good summary of the HF in Lyon.
It's in french but using Google translate, you will understand most of the
content (decisions, evolutions & topics).
http://www.camptocamp.com/en/blog/2012/04/fin-du-hackfest-qgis-2012-a-lyon/
http://www.oslandia.com/tech/?p=1108 (
Hello,
a working example with ogr2ogr embeded
#
# clip_shp_to_shp.py
import os
import glob
def clip_shp_to_shp(directory, shpclippath, pref="", suf="_clip"):
# List shp file in a directory (not recursive)
listResults = g
Hello,
I'm interested too about your configuration.
If you can make a
dpkg --get-selections > installed_software.txt
we can figure out where the problem comes from. (only about installed
packages)
More about the command dpkg --get-selections on
http://iridia.ulb.ac.be/wiki/Cloning_a_Debian_server
Hello,
if you are not again command line, you can have a look on gdaldem function
http://www.gdal.org/gdaldem.html
based on grass functions
An example of use
http://research.dmsolutions.ca/?p=350
Sorry, the answer not directly related to Qgis ;) but always based on FOSS
ThomasG
_
21 matches
Mail list logo