You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our project, we need with a Flutter project, Flutter Map to display an Orthophoto tiles as Orthophoto map (with FlutterMap)
for it as our GetTile request is supported on Lambert 93 (EPSG:2154), we need to configure our Flutter Map with a Custom CRS as EPGS:2154, as I did below.
And in my example, I need to watch only Zoom 13,14,15 from orthophoto, but I did put 22 in my example, because resolutions need an 22 list length resolution.
From my GetCapabilites, I have theses informations :
From TileLayer, TileProver TileCoordinates object, we're getting weird result as : TileCoordinate(58262, -1098754, 19)
Are we missing something ? We need a TileCol and a TileRow for our orthophoto endpoint.
The text was updated successfully, but these errors were encountered:
In our project, we need with a Flutter project, Flutter Map to display an Orthophoto tiles as Orthophoto map (with FlutterMap)
for it as our GetTile request is supported on Lambert 93 (EPSG:2154), we need to configure our Flutter Map with a Custom CRS as EPGS:2154, as I did below.
for getResolutions function is used example I found :
And in my example, I need to watch only Zoom 13,14,15 from orthophoto, but I did put 22 in my example, because resolutions need an 22 list length resolution.
From my GetCapabilites, I have theses informations :
My TileLayer is build as below :
From TileLayer, TileProver TileCoordinates object, we're getting weird result as : TileCoordinate(58262, -1098754, 19)
Are we missing something ? We need a TileCol and a TileRow for our orthophoto endpoint.
The text was updated successfully, but these errors were encountered: