Skip to content

Commit

Permalink
Merge branch 'master' into convert-to-offset
Browse files Browse the repository at this point in the history
  • Loading branch information
mootw committed Dec 3, 2024
2 parents 5e29da1 + aca8aed commit 55641a2
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 55641a2

Please sign in to comment.