Skip to content

Commit

Permalink
fix(example): replaced EPSG:3413 with EPSG:3996 (fixed imagery source…
Browse files Browse the repository at this point in the history
…) & removed Custom CRS page (#1992)

* Replaced EPSG:3413 example with EPSG:3996 with fixed imagery source

* Remove removed asset from pubspec

* Removed defunct Custom CRS page from example
Transferred documentation readme to website

---------

Co-authored-by: mootw <spencer.mein@gmail.com>
  • Loading branch information
JaffaKetchup and mootw authored Dec 3, 2024
1 parent 1150d3b commit aca8aed
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 371 deletions.
Binary file removed example/assets/map/epsg3413/amsr2.png
Binary file not shown.
6 changes: 2 additions & 4 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ import 'package:flutter_map_example/pages/animated_map_controller.dart';
import 'package:flutter_map_example/pages/bundled_offline_map.dart';
import 'package:flutter_map_example/pages/cancellable_tile_provider.dart';
import 'package:flutter_map_example/pages/circle.dart';
import 'package:flutter_map_example/pages/custom_crs/custom_crs.dart';
import 'package:flutter_map_example/pages/debouncing_tile_update_transformer.dart';
import 'package:flutter_map_example/pages/epsg3413_crs.dart';
import 'package:flutter_map_example/pages/epsg3996_crs.dart';
import 'package:flutter_map_example/pages/epsg4326_crs.dart';
import 'package:flutter_map_example/pages/fallback_url_page.dart';
import 'package:flutter_map_example/pages/home.dart';
Expand Down Expand Up @@ -70,7 +69,6 @@ class MyApp extends StatelessWidget {
PolygonPerfStressPage.route: (context) => const PolygonPerfStressPage(),
SlidingMapPage.route: (_) => const SlidingMapPage(),
WMSLayerPage.route: (context) => const WMSLayerPage(),
CustomCrsPage.route: (context) => const CustomCrsPage(),
TileLoadingErrorHandle.route: (context) =>
const TileLoadingErrorHandle(),
TileBuilderPage.route: (context) => const TileBuilderPage(),
Expand All @@ -79,7 +77,7 @@ class MyApp extends StatelessWidget {
MapInsideListViewPage.route: (context) => const MapInsideListViewPage(),
ResetTileLayerPage.route: (context) => const ResetTileLayerPage(),
EPSG4326Page.route: (context) => const EPSG4326Page(),
EPSG3413Page.route: (context) => const EPSG3413Page(),
EPSG3996Page.route: (context) => const EPSG3996Page(),
ScreenPointToLatLngPage.route: (context) =>
const ScreenPointToLatLngPage(),
LatLngToScreenPointPage.route: (context) =>
Expand Down
139 changes: 0 additions & 139 deletions example/lib/pages/custom_crs/Readme.md

This file was deleted.

173 changes: 0 additions & 173 deletions example/lib/pages/custom_crs/custom_crs.dart

This file was deleted.

Binary file removed example/lib/pages/custom_crs/custom_crs.png
Binary file not shown.
Binary file removed example/lib/pages/custom_crs/origins.png
Binary file not shown.
Loading

0 comments on commit aca8aed

Please sign in to comment.