svn commit: r566175 - head/graphics/qgis

Rainer Hurling rhurlin at FreeBSD.org
Sat Feb 20 17:48:53 UTC 2021


Author: rhurlin
Date: Sat Feb 20 17:48:52 2021
New Revision: 566175
URL: https://svnweb.freebsd.org/changeset/ports/566175

Log:
  graphics/qgis: Update to 3.18.0
  
  Now with Native Point Cloud support
  
  Changelog: https://changelog.qgis.org/en/qgis/version/3.18/
  
  Reported by:	portscout

Modified:
  head/graphics/qgis/Makefile
  head/graphics/qgis/distinfo
  head/graphics/qgis/pkg-plist

Modified: head/graphics/qgis/Makefile
==============================================================================
--- head/graphics/qgis/Makefile	Sat Feb 20 17:48:09 2021	(r566174)
+++ head/graphics/qgis/Makefile	Sat Feb 20 17:48:52 2021	(r566175)
@@ -3,8 +3,7 @@
 
 PORTNAME=	qgis
 DISTVERSIONPREFIX=	final-
-DISTVERSION=	3_16_3
-PORTREVISION=	1
+DISTVERSION=	3_18_0
 CATEGORIES=	graphics geography
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -87,10 +86,12 @@ RUN_DEPENDS=	astyle:devel/astyle \
 		${PYTHON_PKGNAMEPREFIX}pyproj>=2.1.3:graphics/py-pyproj@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyrsgis>=0.2.6:graphics/py-pyrsgis@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>=2020.1:devel/py-pytz@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}rasterio>=0:graphics/py-rasterio@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-image>=0.14.3:graphics/py-scikit-image@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Shapely>=1.6.4:devel/py-shapely@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.14.0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scikit-learn>=0:science/py-scikit-learn@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=3.7.7:databases/py-sqlite3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=5.3.1:devel/py-yaml@${PY_FLAVOR}

Modified: head/graphics/qgis/distinfo
==============================================================================
--- head/graphics/qgis/distinfo	Sat Feb 20 17:48:09 2021	(r566174)
+++ head/graphics/qgis/distinfo	Sat Feb 20 17:48:52 2021	(r566175)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611084654
-SHA256 (qgis-QGIS-final-3_16_3_GH0.tar.gz) = 3b869b0a7d0037d6254e0b0b00cff4e24f9bce9b764acd547d0646da91de4c72
-SIZE (qgis-QGIS-final-3_16_3_GH0.tar.gz) = 135920691
+TIMESTAMP = 1613810546
+SHA256 (qgis-QGIS-final-3_18_0_GH0.tar.gz) = 0be091b2b8067a268213ada46aea62f035694764331f88f304a58e32ff3a3187
+SIZE (qgis-QGIS-final-3_18_0_GH0.tar.gz) = 142304705

Modified: head/graphics/qgis/pkg-plist
==============================================================================
--- head/graphics/qgis/pkg-plist	Sat Feb 20 17:48:09 2021	(r566174)
+++ head/graphics/qgis/pkg-plist	Sat Feb 20 17:48:52 2021	(r566175)
@@ -48,6 +48,7 @@ include/qgis/qgsabstract3dsymbol.h
 include/qgis/qgsabstractcontentcache.h
 include/qgis/qgsabstractdatabaseproviderconnection.h
 include/qgis/qgsabstractdatasourcewidget.h
+include/qgis/qgsabstractgeocoderlocatorfilter.h
 include/qgis/qgsabstractgeometry.h
 include/qgis/qgsabstractgeopdfexporter.h
 include/qgis/qgsabstractlayoutiterator.h
@@ -55,6 +56,7 @@ include/qgis/qgsabstractmaptoolhandler.h
 include/qgis/qgsabstractmaterialsettings.h
 include/qgis/qgsabstractmetadatabase.h
 include/qgis/qgsabstractproviderconnection.h
+include/qgis/qgsabstractrelationeditorwidget.h
 include/qgis/qgsabstractreportsection.h
 include/qgis/qgsabstractvaliditycheck.h
 include/qgis/qgsabstractvectorlayer3drenderer.h
@@ -69,6 +71,7 @@ include/qgis/qgsadvanceddigitizingdockwidget.h
 include/qgis/qgsadvanceddigitizingfloater.h
 include/qgis/qgsaggregatecalculator.h
 include/qgis/qgsaggregatetoolbutton.h
+include/qgis/qgsalgorithmbatchgeocode.h
 include/qgis/qgsalgorithmfiledownloader.h
 include/qgis/qgsalgorithmimportphotos.h
 include/qgis/qgsalignmentcombobox.h
@@ -88,6 +91,9 @@ include/qgis/qgsannotationpolygonitem.h
 include/qgis/qgsannotationregistry.h
 include/qgis/qgsapplication.h
 include/qgis/qgsapplicationexitblockerinterface.h
+include/qgis/qgsarcgisportalutils.h
+include/qgis/qgsarcgisrestquery.h
+include/qgis/qgsarcgisrestutils.h
 include/qgis/qgsarcgisvectortileconnectiondialog.h
 include/qgis/qgsarchive.h
 include/qgis/qgsarrowsymbollayer.h
@@ -96,8 +102,13 @@ include/qgis/qgsaspectfilter.h
 include/qgis/qgsattributeactiondialog.h
 include/qgis/qgsattributeactionpropertiesdialog.h
 include/qgis/qgsattributedialog.h
+include/qgis/qgsattributeeditorcontainer.h
 include/qgis/qgsattributeeditorcontext.h
 include/qgis/qgsattributeeditorelement.h
+include/qgis/qgsattributeeditorfield.h
+include/qgis/qgsattributeeditorhtmlelement.h
+include/qgis/qgsattributeeditorqmlelement.h
+include/qgis/qgsattributeeditorrelation.h
 include/qgis/qgsattributeform.h
 include/qgis/qgsattributeformcontaineredit.h
 include/qgis/qgsattributeformeditorwidget.h
@@ -223,6 +234,9 @@ include/qgis/qgscolordialog.h
 include/qgis/qgscoloreffect.h
 include/qgis/qgscolorramp.h
 include/qgis/qgscolorrampbutton.h
+include/qgis/qgscolorramplegendnode.h
+include/qgis/qgscolorramplegendnodesettings.h
+include/qgis/qgscolorramplegendnodewidget.h
 include/qgis/qgscolorrampshader.h
 include/qgis/qgscolorrampshaderwidget.h
 include/qgis/qgscolorscheme.h
@@ -246,6 +260,7 @@ include/qgis/qgscoordinateboundspreviewmapwidget.h
 include/qgis/qgscoordinateformatter.h
 include/qgis/qgscoordinateoperationwidget.h
 include/qgis/qgscoordinatereferencesystem.h
+include/qgis/qgscoordinatereferencesystemregistry.h
 include/qgis/qgscoordinatetransform.h
 include/qgis/qgscoordinatetransformcontext.h
 include/qgis/qgscoordinateutils.h
@@ -326,6 +341,7 @@ include/qgis/qgseditorwidgetwrapper.h
 include/qgis/qgseffectdrawmodecombobox.h
 include/qgis/qgseffectstack.h
 include/qgis/qgseffectstackpropertieswidget.h
+include/qgis/qgselevationutils.h
 include/qgis/qgsellipse.h
 include/qgis/qgsellipsesymbollayer.h
 include/qgis/qgsellipsesymbollayerwidget.h
@@ -333,6 +349,12 @@ include/qgis/qgsellipsoidutils.h
 include/qgis/qgsencodingfiledialog.h
 include/qgis/qgsenumerationwidgetfactory.h
 include/qgis/qgsenumerationwidgetwrapper.h
+include/qgis/qgseptdataitemguiprovider.h
+include/qgis/qgseptdataitems.h
+include/qgis/qgseptdecoder.h
+include/qgis/qgseptpointcloudindex.h
+include/qgis/qgseptprovider.h
+include/qgis/qgseptproviderguimetadata.h
 include/qgis/qgserror.h
 include/qgis/qgserrordialog.h
 include/qgis/qgseventtracing.h
@@ -383,6 +405,7 @@ include/qgis/qgsfeaturepickermodelbase.h
 include/qgis/qgsfeaturepickerwidget.h
 include/qgis/qgsfeaturepickerwidgetplugin.h
 include/qgis/qgsfeaturepool.h
+include/qgis/qgsfeaturerenderergenerator.h
 include/qgis/qgsfeaturerequest.h
 include/qgis/qgsfeatureselectiondlg.h
 include/qgis/qgsfeatureselectionmodel.h
@@ -427,12 +450,17 @@ include/qgis/qgsfontutils.h
 include/qgis/qgsformannotation.h
 include/qgis/qgsfractionnumericformat.h
 include/qgis/qgsgdaldataitems.h
+include/qgis/qgsgdalfilesourcewidget.h
 include/qgis/qgsgdalguiprovider.h
 include/qgis/qgsgdalprovider.h
 include/qgis/qgsgdalsourceselect.h
 include/qgis/qgsgdalutils.h
 include/qgis/qgsgenericfeatureselectionmanager.h
 include/qgis/qgsgenericspatialindex.h
+include/qgis/qgsgeocoder.h
+include/qgis/qgsgeocodercontext.h
+include/qgis/qgsgeocoderlocatorfilter.h
+include/qgis/qgsgeocoderresult.h
 include/qgis/qgsgeometry.h
 include/qgis/qgsgeometryanglecheck.h
 include/qgis/qgsgeometryareacheck.h
@@ -474,6 +502,7 @@ include/qgis/qgsgeometrysimplifier.h
 include/qgis/qgsgeometrysliverpolygoncheck.h
 include/qgis/qgsgeometrysnapper.h
 include/qgis/qgsgeometrysnappersinglesource.h
+include/qgis/qgsgeometrytransformer.h
 include/qgis/qgsgeometrytypecheck.h
 include/qgis/qgsgeometryutils.h
 include/qgis/qgsgeometryvalidator.h
@@ -492,6 +521,7 @@ include/qgis/qgsgloweffect.h
 include/qgis/qgsgml.h
 include/qgis/qgsgmlschema.h
 include/qgis/qgsgoochmaterialsettings.h
+include/qgis/qgsgooglemapsgeocoder.h
 include/qgis/qgsgpsconnection.h
 include/qgis/qgsgpsconnectionregistry.h
 include/qgis/qgsgpsdconnection.h
@@ -745,6 +775,7 @@ include/qgis/qgsmaplayercomboboxplugin.h
 include/qgis/qgsmaplayerconfigwidget.h
 include/qgis/qgsmaplayerconfigwidgetfactory.h
 include/qgis/qgsmaplayerdependency.h
+include/qgis/qgsmaplayerelevationproperties.h
 include/qgis/qgsmaplayerlegend.h
 include/qgis/qgsmaplayerloadstyledialog.h
 include/qgis/qgsmaplayermodel.h
@@ -799,6 +830,8 @@ include/qgis/qgsmemoryfeatureiterator.h
 include/qgis/qgsmemoryprovider.h
 include/qgis/qgsmemoryproviderutils.h
 include/qgis/qgsmenuheader.h
+include/qgis/qgsmergedfeaturerenderer.h
+include/qgis/qgsmergedfeaturerendererwidget.h
 include/qgis/qgsmesh3daveraging.h
 include/qgis/qgsmesh3dsymbol.h
 include/qgis/qgsmeshcalcnode.h
@@ -858,6 +891,7 @@ include/qgis/qgsmodelviewmouseevent.h
 include/qgis/qgsmodelviewmousehandles.h
 include/qgis/qgsmodelviewrubberband.h
 include/qgis/qgsmodelviewtool.h
+include/qgis/qgsmodelviewtoolpan.h
 include/qgis/qgsmodelviewtoolselect.h
 include/qgis/qgsmodelviewtooltemporarykeypan.h
 include/qgis/qgsmodelviewtooltemporarykeyzoom.h
@@ -898,6 +932,8 @@ include/qgis/qgsnewvectorlayerdialog.h
 include/qgis/qgsnewvectortabledialog.h
 include/qgis/qgsninecellfilter.h
 include/qgis/qgsnmeaconnection.h
+include/qgis/qgsnominatimgeocoder.h
+include/qgis/qgsnullmaterialsettings.h
 include/qgis/qgsnullsymbolrenderer.h
 include/qgis/qgsnullsymbolrendererwidget.h
 include/qgis/qgsnumericformat.h
@@ -964,6 +1000,32 @@ include/qgis/qgspluginmanagerinterface.h
 include/qgis/qgspoint.h
 include/qgis/qgspoint3dbillboardmaterial.h
 include/qgis/qgspoint3dsymbol.h
+include/qgis/qgspointcloud3dsymbol.h
+include/qgis/qgspointcloudattribute.h
+include/qgis/qgspointcloudattributebyramprenderer.h
+include/qgis/qgspointcloudattributebyramprendererwidget.h
+include/qgis/qgspointcloudattributecombobox.h
+include/qgis/qgspointcloudattributemodel.h
+include/qgis/qgspointcloudblock.h
+include/qgis/qgspointcloudclassifiedrenderer.h
+include/qgis/qgspointcloudclassifiedrendererwidget.h
+include/qgis/qgspointclouddataprovider.h
+include/qgis/qgspointcloudextentrenderer.h
+include/qgis/qgspointcloudextentrendererwidget.h
+include/qgis/qgspointcloudindex.h
+include/qgis/qgspointcloudlayer.h
+include/qgis/qgspointcloudlayer3drenderer.h
+include/qgis/qgspointcloudlayerelevationproperties.h
+include/qgis/qgspointcloudlayerrenderer.h
+include/qgis/qgspointcloudproviderguimetadata.h
+include/qgis/qgspointcloudrenderer.h
+include/qgis/qgspointcloudrendererpropertieswidget.h
+include/qgis/qgspointcloudrendererregistry.h
+include/qgis/qgspointcloudrendererwidget.h
+include/qgis/qgspointcloudrequest.h
+include/qgis/qgspointcloudrgbrenderer.h
+include/qgis/qgspointcloudrgbrendererwidget.h
+include/qgis/qgspointcloudsourceselect.h
 include/qgis/qgspointclusterrenderer.h
 include/qgis/qgspointclusterrendererwidget.h
 include/qgis/qgspointdisplacementrenderer.h
@@ -975,6 +1037,7 @@ include/qgis/qgspointlocatorinittask.h
 include/qgis/qgspointxy.h
 include/qgis/qgspolygon.h
 include/qgis/qgspolygon3dsymbol.h
+include/qgis/qgspolymorphicrelation.h
 include/qgis/qgspostgresstringutils.h
 include/qgis/qgspostprocessingentity.h
 include/qgis/qgspresetcolorrampdialog.h
@@ -990,6 +1053,7 @@ include/qgis/qgsprocessingalgorithmdialogbase.h
 include/qgis/qgsprocessingalgrunnertask.h
 include/qgis/qgsprocessingconfigurationwidgets.h
 include/qgis/qgsprocessingcontext.h
+include/qgis/qgsprocessingdxflayerswidgetwrapper.h
 include/qgis/qgsprocessingenummodelerwidget.h
 include/qgis/qgsprocessingfeaturesourceoptionswidget.h
 include/qgis/qgsprocessingfeedback.h
@@ -999,6 +1063,7 @@ include/qgis/qgsprocessingguiregistry.h
 include/qgis/qgsprocessingmaplayercombobox.h
 include/qgis/qgsprocessingmatrixmodelerwidget.h
 include/qgis/qgsprocessingmatrixparameterdialog.h
+include/qgis/qgsprocessingmeshdatasetwidget.h
 include/qgis/qgsprocessingmodelalgorithm.h
 include/qgis/qgsprocessingmodelchildalgorithm.h
 include/qgis/qgsprocessingmodelchilddependency.h
@@ -1014,7 +1079,9 @@ include/qgis/qgsprocessingoutputdestinationwidget.h
 include/qgis/qgsprocessingoutputs.h
 include/qgis/qgsprocessingparameteraggregate.h
 include/qgis/qgsprocessingparameterdefinitionwidget.h
+include/qgis/qgsprocessingparameterdxflayers.h
 include/qgis/qgsprocessingparameterfieldmap.h
+include/qgis/qgsprocessingparametermeshdataset.h
 include/qgis/qgsprocessingparameters.h
 include/qgis/qgsprocessingparameterswidget.h
 include/qgis/qgsprocessingparametertininputlayers.h
@@ -1064,6 +1131,9 @@ include/qgis/qgsproviderguimetadata.h
 include/qgis/qgsproviderguiregistry.h
 include/qgis/qgsprovidermetadata.h
 include/qgis/qgsproviderregistry.h
+include/qgis/qgsprovidersourcewidget.h
+include/qgis/qgsprovidersourcewidgetprovider.h
+include/qgis/qgsprovidersourcewidgetproviderregistry.h
 include/qgis/qgsproxyfeaturesink.h
 include/qgis/qgsproxyprogresstask.h
 include/qgis/qgsproxystyle.h
@@ -1072,9 +1142,11 @@ include/qgis/qgsqmlwidgetwrapper.h
 include/qgis/qgsqtlocationconnection.h
 include/qgis/qgsquadrilateral.h
 include/qgis/qgsquerybuilder.h
+include/qgis/qgsqueryresultmodel.h
 include/qgis/qgsrange.h
 include/qgis/qgsrangeconfigdlg.h
 include/qgis/qgsrangefieldformatter.h
+include/qgis/qgsrangeslider.h
 include/qgis/qgsrangewidgetfactory.h
 include/qgis/qgsrangewidgetwrapper.h
 include/qgis/qgsraster.h
@@ -1125,6 +1197,7 @@ include/qgis/qgsrastertransparency.h
 include/qgis/qgsrastertransparencywidget.h
 include/qgis/qgsrasterviewport.h
 include/qgis/qgsratiolockbutton.h
+include/qgis/qgsray3d.h
 include/qgis/qgsreadwritecontext.h
 include/qgis/qgsreadwritelocker.h
 include/qgis/qgsreclassifyutils.h
@@ -1144,6 +1217,7 @@ include/qgis/qgsrelationreferencesearchwidgetwrapper.h
 include/qgis/qgsrelationreferencewidget.h
 include/qgis/qgsrelationreferencewidgetplugin.h
 include/qgis/qgsrelationreferencewidgetwrapper.h
+include/qgis/qgsrelationwidgetregistry.h
 include/qgis/qgsrelationwidgetwrapper.h
 include/qgis/qgsrelief.h
 include/qgis/qgsremappingproxyfeaturesink.h
@@ -1242,6 +1316,9 @@ include/qgis/qgsstylemanagerdialog.h
 include/qgis/qgsstylemodel.h
 include/qgis/qgsstylesavedialog.h
 include/qgis/qgssublayersdialog.h
+include/qgis/qgssubsetstringeditorinterface.h
+include/qgis/qgssubsetstringeditorprovider.h
+include/qgis/qgssubsetstringeditorproviderregistry.h
 include/qgis/qgssubstitutionlistwidget.h
 include/qgis/qgssurface.h
 include/qgis/qgssvgannotation.h
@@ -1306,6 +1383,7 @@ include/qgis/qgstextshadowsettings.h
 include/qgis/qgsthreadingutils.h
 include/qgis/qgsticksscalebarrenderer.h
 include/qgis/qgstilecache.h
+include/qgis/qgstiledownloadmanager.h
 include/qgis/qgstiles.h
 include/qgis/qgstilingscheme.h
 include/qgis/qgstininterpolator.h
@@ -3440,7 +3518,6 @@ share/metainfo/org.qgis.qgis.appdata.xml
 %%DATADIR%%/python/plugins/processing/algs/qgis/ConcaveHull.py
 %%DATADIR%%/python/plugins/processing/algs/qgis/DefineProjection.py
 %%DATADIR%%/python/plugins/processing/algs/qgis/Delaunay.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/DeleteColumn.py
 %%DATADIR%%/python/plugins/processing/algs/qgis/EliminateSelection.py
 %%DATADIR%%/python/plugins/processing/algs/qgis/ExecuteSQL.py
 %%DATADIR%%/python/plugins/processing/algs/qgis/ExportGeometryInfo.py
@@ -3462,7 +3539,6 @@ share/metainfo/org.qgis.qgis.appdata.xml
 %%DATADIR%%/python/plugins/processing/algs/qgis/PointDistance.py
 %%DATADIR%%/python/plugins/processing/algs/qgis/PointsDisplacement.py
 %%DATADIR%%/python/plugins/processing/algs/qgis/PointsFromLines.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/PointsToPaths.py
 %%DATADIR%%/python/plugins/processing/algs/qgis/PolarPlot.py
 %%DATADIR%%/python/plugins/processing/algs/qgis/PostGISExecuteAndLoadSQL.py
 %%DATADIR%%/python/plugins/processing/algs/qgis/QgisAlgorithm.py
@@ -4005,7 +4081,8 @@ share/metainfo/org.qgis.qgis.appdata.xml
 %%DATADIR%%/python/plugins/processing/tests/GdalAlgorithmsRasterTest.py
 %%DATADIR%%/python/plugins/processing/tests/GdalAlgorithmsVectorTest.py
 %%DATADIR%%/python/plugins/processing/tests/Grass7AlgorithmsImageryTest.py
-%%DATADIR%%/python/plugins/processing/tests/Grass7AlgorithmsRasterTest.py
+%%DATADIR%%/python/plugins/processing/tests/Grass7AlgorithmsRasterTestPt1.py
+%%DATADIR%%/python/plugins/processing/tests/Grass7AlgorithmsRasterTestPt2.py
 %%DATADIR%%/python/plugins/processing/tests/Grass7AlgorithmsVectorTest.py
 %%DATADIR%%/python/plugins/processing/tests/GuiTest.py
 %%DATADIR%%/python/plugins/processing/tests/ModelerTest.py
@@ -5356,19 +5433,19 @@ share/metainfo/org.qgis.qgis.appdata.xml
 %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/README
 %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/app.ca3f5643.css
 %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-123bc409.8679d8ba.css
-%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-5cedae10.45a18619.css
-%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-db289a14.336091d0.css
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-74045dab.4bc0a31d.css
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-744799cf.0a230f6c.css
 %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-vendors.a728f495.css
 %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/favicon.ico
 %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/index.html
-%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/app.fa6cb20b.js
-%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/app.fa6cb20b.js.map
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/app.33bbdcf6.js
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/app.33bbdcf6.js.map
 %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-123bc409.ef3c4d35.js
 %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-123bc409.ef3c4d35.js.map
-%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-5cedae10.b1aed77d.js
-%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-5cedae10.b1aed77d.js.map
-%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-db289a14.4c4313be.js
-%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-db289a14.4c4313be.js.map
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-74045dab.96de8dee.js
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-74045dab.96de8dee.js.map
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-744799cf.0eb406dc.js
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-744799cf.0eb406dc.js.map
 %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-vendors.ebebb286.js
 %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-vendors.ebebb286.js.map
 %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/style.css
@@ -5384,6 +5461,31 @@ share/metainfo/org.qgis.qgis.appdata.xml
 %%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/leaflet_map.html
 %%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/links.html
 %%SERVER%%%%DATADIR%%/resources/server/schemaExtension.xsd
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/README.md
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/babel.config.js
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/package.json
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/public/favicon.ico
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/public/index.html
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/App.vue
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/assets/logo.png
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/components/AttributeTable.vue
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/components/Error.vue
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/components/IdentifyResults.vue
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/components/LayerTree.vue
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/components/LayerTreeNode.vue
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/components/LeftSidebar.vue
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/components/MapFooter.vue
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/components/MapToolbar.vue
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/components/Metadata.vue
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/js/Utils.js
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/js/WmsSource.js
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/main.js
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/plugins/vuetify.js
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/store.js
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/views/Catalog.vue
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/src/views/WebGis.vue
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/vue.config.js
+%%SERVER%%%%DATADIR%%/resources/server/src/landingpage/yarn.lock
 %%DATADIR%%/resources/spatialite.db
 %%DATADIR%%/resources/srs.db
 %%DATADIR%%/resources/symbology-style.xml
@@ -5573,6 +5675,11 @@ share/metainfo/org.qgis.qgis.appdata.xml
 %%DATADIR%%/svg/landmark/religion=pastafarian.svg
 %%DATADIR%%/svg/landmark/religion=sikh.svg
 %%DATADIR%%/svg/landmark/tourism=museum.svg
+%%DATADIR%%/svg/logos/osgeo-logo.svg
+%%DATADIR%%/svg/logos/qgis-icon.svg
+%%DATADIR%%/svg/logos/qgis-logo-made-with-color.svg
+%%DATADIR%%/svg/logos/qgis-logo-made-with-monochrome.svg
+%%DATADIR%%/svg/logos/qgis-logo.svg
 %%DATADIR%%/svg/money/money_atm.svg
 %%DATADIR%%/svg/money/money_atm2.svg
 %%DATADIR%%/svg/money/money_bank2.svg


More information about the svn-ports-all mailing list