Skip to content

Commit

Permalink
JMA BBOX (#528)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
YumNumm authored Jan 19, 2024
1 parent fd9ef4b commit 269e80c
Show file tree
Hide file tree
Showing 46 changed files with 1,281 additions and 781 deletions.
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"dart.flutterSdkPath": ".fvm/flutter_sdk",
"search.exclude": {
"**/.fvm": true
"**/.fvm": true,
"*.geojson": true
},
"files.watcherExclude": {
"**/.fvm": true
"**/.fvm": true,
"*.geojson": true
},
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
Expand Down
Binary file added assets/jma_map.pb
Binary file not shown.
11 changes: 0 additions & 11 deletions lib/core/component/map/data/map_data_source.dart

This file was deleted.

28 changes: 0 additions & 28 deletions lib/core/component/map/data/map_data_source.g.dart

This file was deleted.

17 changes: 0 additions & 17 deletions lib/core/component/map/data/model/jma_map_property.dart

This file was deleted.

203 changes: 0 additions & 203 deletions lib/core/component/map/data/model/jma_map_property.freezed.dart

This file was deleted.

32 changes: 0 additions & 32 deletions lib/core/component/map/data/model/jma_map_property.g.dart

This file was deleted.

This file was deleted.

Empty file.
18 changes: 0 additions & 18 deletions lib/core/component/map/utils/map_shrinker.dart

This file was deleted.

8 changes: 0 additions & 8 deletions lib/core/component/map/utils/projection.dart

This file was deleted.

Loading

0 comments on commit 269e80c

Please sign in to comment.