Commit Graph

78 Commits

Author SHA1 Message Date
491a4e6000
Drag done 2022-08-31 22:48:52 +03:00
5a1d3d701f
Refactored drag processing 2022-08-30 10:29:56 +03:00
26aaac2ecd
Fix after merge 2022-08-29 22:24:39 +03:00
d490b3f37c
Merge remote-tracking branch 'space/main'
# Conflicts:
#	maps-kt-compose/src/commonMain/kotlin/center/sciprog/maps/compose/MapFeature.kt
#	maps-kt-compose/src/jvmMain/kotlin/center/sciprog/maps/compose/MapTextFeature.kt
2022-08-29 22:23:24 +03:00
9ffc9d3d67
Add geodetic distance measurement. 2022-08-29 22:12:03 +03:00
e0cc0bc60b
Tests for curve calculation 2022-08-29 18:37:42 +03:00
4614b1f7bc
Type safe angles and distances 2022-08-29 13:38:46 +03:00
Alexander Nozik
6459246eb5
Merge pull request #16 from SciProgCentre/connect_timeout_exception_handling
Connect timeout exception handling
2022-08-26 14:23:51 +03:00
3467a6dbe0
Refactor error management 2022-08-26 14:22:17 +03:00
a.kalmakhanov
b110ab2b4c Merge remote-tracking branch 'origin/main' 2022-08-21 22:37:13 +06:00
a.kalmakhanov
4b512d0967 ConnectTimeoutException handling enabled
TextFeature multiplatform capability enabled
2022-08-21 22:36:56 +06:00
11b278fc81
Frodo goes to Mordor (directly) 2022-08-18 18:47:06 +03:00
Alexander Nozik
190877c10e
Merge pull request #11 from mipt-npm/drag
Ability to customise onDrag functionality
2022-08-08 20:28:17 +03:00
a.kalmakhanov
954cc26bfd Ability to customise onDrag functionality 2022-07-28 16:47:14 +06:00
Alexander Nozik
22cbeddaf0
Merge pull request #10 from mipt-npm/points
Added new feature to draw points on the map
2022-07-27 16:44:11 +03:00
a.kalmakhanov
3e2c8d2db2 Added new feature to draw points on the map 2022-07-27 17:48:59 +06:00
14acd88358
Add arc feature. Add (approximate) ellipsoid 2022-07-23 18:37:14 +03:00
4c3aefcfae
package refactoring 2022-07-23 13:49:47 +03:00
8867388e85
package refactoring 2022-07-23 11:30:33 +03:00
2c87ba7638
package refactoring 2022-07-23 11:24:37 +03:00
cdee88573d
Fix package naming 2022-07-23 10:58:16 +03:00
09dfdcc84a
Add explicit API for core 2022-07-23 10:40:36 +03:00
14b3142f43
Add schemes in a separate module 2022-07-23 10:27:58 +03:00
7ada7f85f2
small autozoom fix 2022-07-23 09:59:14 +03:00
c7d1797617
Refactor map arguments 2022-07-19 12:31:09 +03:00
2fdec494fb
Use Dp in features 2022-07-19 10:34:21 +03:00
5e548fcc65
change logic of drawFeature to draw relative to offset 2022-07-19 10:16:53 +03:00
307e42eac2
Add feature group 2022-07-19 10:12:52 +03:00
52d0d959de
refactor custom feature -> draw feature 2022-07-19 09:34:00 +03:00
f218853544
add deployments 2022-07-17 10:31:45 +03:00
2e8de0b183
add deployments 2022-07-17 10:21:11 +03:00
a8b304bd20
add deployments 2022-07-17 10:05:06 +03:00
7e0acaeca9
Merge remote-tracking branch 'space/main' 2022-07-16 21:51:13 +03:00
f49ff34a18
Fix tile loading lock 2022-07-16 21:50:47 +03:00
9f6386a8c2
Project splitting and deployment 2022-07-16 21:34:19 +03:00
Alexander Nozik
3787e990ae
Merge pull request #1 from ArystanK/main
Added function to draw custom markers with Kotlin DSL Canvas API
2022-07-16 19:28:06 +03:00
7cfc76f2c7 Merge TAVRIDA-MR-6: limit-parallel-requests 2022-07-16 16:24:39 +00:00
7a243780d1
Refactor papallel doanwload 2022-07-16 19:22:22 +03:00
a.kalmakhanov
6b7f0d1015 onFeatureClick removed completely 2022-07-16 21:44:05 +06:00
a.kalmakhanov
ad058e14b5 onFeatureClick removed 2022-07-16 21:40:38 +06:00
Alexander Nozik
dd53662038
Create LICENSE 2022-07-16 15:57:41 +03:00
a.kalmakhanov
b520d2f93a Added function to draw custom markers with Kotlin DSL Canvas API. FeatureId can be extended to hold info about a feature??? I added unused onFeatureClick, which can be latter implemented with pointer input, where it will check coordinates with offset? Features need to hold info about their coordinates? 2022-07-16 14:58:56 +06:00
1ebde3a7a6 update README 2022-07-15 13:52:12 +00:00
Lev Shagalov
96844cd526 LruCache internal 2022-07-15 10:52:26 +03:00
Lev Shagalov
e56ed96fdb Merge branch 'main' into limit-parallel-requests
# Conflicts:
#	src/jvmMain/kotlin/Main.kt
#	src/jvmMain/kotlin/centre/sciprog/maps/compose/MapViewJvm.kt
2022-07-15 10:41:03 +03:00
Lev Shagalov
5d3db81c4f loadTileAsync refactor
loadTileAsync consumes all tileIds
2022-07-15 10:39:04 +03:00
Lev Shagalov
fc0f223766 LruCache with linkedMapOf 2022-07-15 10:17:42 +03:00
ec2dcdccaa
OnClick returns MapViewPoint 2022-07-15 09:31:51 +03:00
Lev Shagalov
0694cd6a07 limit parallel requests 2022-07-15 09:30:36 +03:00
Lev Shagalov
416328e320 Merge branch 'main' into limit-parallel-requests 2022-07-15 09:28:07 +03:00