a.kalmakhanov
|
cd64ecd817
|
onClick does not occur on onDrag start, and onRelease added that occur on onDrag end
|
2022-08-26 16:25:21 +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 |
|
|
5984de70b4
|
Merge TAVRIDA-MR-4: feature/boundbox
|
2022-07-15 06:26:40 +00:00 |
|
Lev Shagalov
|
7dd59dbf2a
|
LruCache
|
2022-07-15 09:05:57 +03:00 |
|
|
d720470ea2
|
Merge TAVRIDA-MR-5: Async load
|
2022-07-14 18:27:11 +00:00 |
|
|
f92ccb4838
|
Async load
|
2022-07-14 20:53:41 +03:00 |
|
|
d3809aca8d
|
Working box by features
|
2022-07-14 20:32:31 +03:00 |
|
|
9392c0f991
|
Working box by features (mostly)
|
2022-07-14 20:19:57 +03:00 |
|
Lev Shagalov
|
f3b67cffe9
|
image with painter
|
2022-07-14 14:52:42 +03:00 |
|
|
1541fb4f39
|
[WIP] bounding boxes
|
2022-07-14 10:36:16 +03:00 |
|
|
bebd33f859
|
Fix for TAVRIDA-T-5
|
2022-07-13 21:32:28 +03:00 |
|
|
6f6c4b117b
|
Pan logic on coroutines
|
2022-07-13 21:24:46 +03:00 |
|