Which one is more stable AndroidJava or AndroidKotlin ? #31
Replies: 23 comments 5 replies
-
Hi,
AndroidKotlin is more stable as AndroidJava is obsolete and not maintained
anymore.
пт, 30 черв. 2023, 07:41 користувач Milan Soliya ***@***.***>
пише:
… Dear Team, can you suggest me which one is more stable as of now compare
to AndroidJava or AndroidKotlin ?
—
Reply to this email directly, view it on GitHub
<#31>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7IVCU3U4BGDXHITYFXAHTXNZKGZANCNFSM6AAAAAAZZK2KX4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
If we want to implement 2D view then how it possible ? |
Beta Was this translation helpful? Give feedback.
-
For now it is not possible in Kotlin and Android version. Only JS and Java.
You may help to implement MercatorProjection class in
feature/mercator-projection fork.
This feature is half-implemented there.
пт, 30 черв. 2023, 11:11 користувач Milan Soliya ***@***.***>
пише:
… If we want to implement 2D view then how it possible ?
—
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7IVCXCGZNQJ32UCHQCVQLXN2C3VANCNFSM6AAAAAAZZK2KX4>
.
You are receiving this because you commented.Message ID:
<WorldWindEarth/WorldWindKotlin/repo-discussions/31/comments/6323053@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
can we integrate being map and ceisum terrain with this app using wms ?? and can we load other format apart from geopackage ? |
Beta Was this translation helpful? Give feedback.
-
You can use any WMS map or terrain server
пт, 30 черв. 2023, 12:39 користувач Milan Soliya ***@***.***>
пише:
… can we integrate being map and ceisum terrain with this app using wms ??
—
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7IVCTZ7OVYROD4HCEZAFTXN2NFTANCNFSM6AAAAAAZZK2KX4>
.
You are receiving this because you commented.Message ID:
<WorldWindEarth/WorldWindKotlin/repo-discussions/31/comments/6323928@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
geotiff ,ecw or .shp supported ? |
Beta Was this translation helpful? Give feedback.
-
Geotiff, bil16 and bil32 supported.
пт, 30 черв. 2023, 13:50 користувач Milan Soliya ***@***.***>
пише:
… geotiff ,ecw or .shp supported ?
—
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7IVCRNN5QL5K74V45SWQ3XN2VP5ANCNFSM6AAAAAAZZK2KX4>
.
You are receiving this because you commented.Message ID:
<WorldWindEarth/WorldWindKotlin/repo-discussions/31/comments/6324723@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hi @ComBatVision if I have to update position every two second and then the display view should be in center of location so for that what is ideal way ?? I am try to do wwd.engine.cameraFromLookAt(lookAt) once every position update but display view update after touch to screen, is there any way to sync view simultaneously ? |
Beta Was this translation helpful? Give feedback.
-
You need to call wwd.requestRedraw() to apply changes on UI.
вт, 4 лип. 2023, 12:35 користувач Milan Soliya ***@***.***>
пише:
… Hi @ComBatVision <https://github.com/ComBatVision> if I have to update
position every two second and then the display view should be in center of
location so for that what is ideal way ?? I am try to do
wwd.engine.cameraFromLookAt(lookAt) once every position update but display
view update after touch to screen, is there any way to sync view
simultaneously ?
—
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7IVCXX4EORTLKMOOCKFSTXOPPVBANCNFSM6AAAAAAZZK2KX4>
.
You are receiving this because you were mentioned.Message ID:
<WorldWindEarth/WorldWindKotlin/repo-discussions/31/comments/6351638@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hi, I want to measure distance from two points (contains lat, lon) how can I measure for WGS84 using this API ? and If I want to find point p2 which is at 100 m (suppose) from point 1 and bearing between point1 and point 2 is 350 then this possible with this API ? |
Beta Was this translation helpful? Give feedback.
-
Hello.
This can be done by methods getDistance, getAngle and calcPoint in Location
class, but there are three types of distances: great circle, rhumb or
linear, which leads to 3 sets of methods. You need to pick which one do you
need.
пт, 21 лип. 2023, 12:23 користувач Milan Soliya ***@***.***>
пише:
… Hi, I want to measure distance from two points (contains lat, lon) how can
I measure for WGS84 using this API ? and If I want to find point p2 which
is at 100 m (suppose) from point 1 and bearing between point1 and point 2
is 350 then this possible with this API ?
—
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7IVCW7MPDINFKHMLJF7KTXRJDBNANCNFSM6AAAAAAZZK2KX4>
.
You are receiving this because you were mentioned.Message ID:
<WorldWindEarth/WorldWindKotlin/repo-discussions/31/comments/6507772@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Location calculates distance in radians. You need to multiply it by
elipsoid majorAxis.
пт, 21 лип. 2023, 14:16 користувач Milan Soliya ***@***.***>
пише:
… ok, thanks , if I have to consider ellipsoidal model (WGS84) for
calculation then it is possible with this API?
—
Reply to this email directly, view it on GitHub
<#31 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7IVCRAGU23Z2HMBBMTTH3XRJQJTANCNFSM6AAAAAAZZK2KX4>
.
You are receiving this because you were mentioned.Message ID:
<WorldWindEarth/WorldWindKotlin/repo-discussions/31/comments/6508776@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hi @ComBatVision is there any way to show placemark with heading(azimuth wrt true north) like any shape or rotating icon same as google map has circle with orientation ?? |
Beta Was this translation helpful? Give feedback.
-
We are usually creating another placemark with arrow icon parallel to the terrain, because arrow in 3d space can not be shown on tactical symbol plain. |
Beta Was this translation helpful? Give feedback.
-
@ComBatVision if I have to indicate azimuth (0-360) then I can rotate icon and its orientation would be not change in 3d mode ?? |
Beta Was this translation helpful? Give feedback.
-
Create another icon with tilt angle 90 degrees and rotate it in the plane of terrain surface |
Beta Was this translation helpful? Give feedback.
-
Thanks @ComBatVision Simply Work for me |
Beta Was this translation helpful? Give feedback.
-
Hi @ComBatVision I have issue while render image tile from local storage , If I have data of zoom level 13 but for 12 not available then it will load tiles for zoom level 13 ??
|
Beta Was this translation helpful? Give feedback.
-
If you have a zoom for level 12 but tiles only from 13 then it will not
show anything.
пт, 3 лист. 2023, 18:37 користувач Milan Soliya ***@***.***>
пише:
… Hi @ComBatVision <https://github.com/ComBatVision> I have issue while
render image tile from local storage , If I have data of zoom level 13 but
for 12 not available then it will load tiles for zoom level 13 ??
—
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7IVCXBMPXYPLUEOLA4RD3YCUMUJAVCNFSM6AAAAAAZZK2KX6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TINRZGEYTC>
.
You are receiving this because you were mentioned.Message ID:
<WorldWindEarth/WorldWindKotlin/repo-discussions/31/comments/7469111@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
No, if it requires level 13 it will load level 13.
пт, 3 лист. 2023, 19:00 користувач Milan Soliya ***@***.***>
пише:
… @ComBatVision <https://github.com/ComBatVision> currently what happen if
I don't have data of 12 zoom level but i am try to zoom in to 13 so
getImageSource(x: Int, y: Int, z: Int) try to call for zoom level 12 and it
gone through exception so that it can not load zoom level 13 also
—
Reply to this email directly, view it on GitHub
<#31 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7IVCR562DE4ERFZLGY3YDYCUPLNAVCNFSM6AAAAAAZZK2KX6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TINRZGMZTE>
.
You are receiving this because you were mentioned.Message ID:
<WorldWindEarth/WorldWindKotlin/repo-discussions/31/comments/7469332@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
If you see stack trace of 12 level than system is still not require level
13. Zoom in more.
пт, 3 лист. 2023, 19:06 користувач Євген Максименко ***@***.***>
пише:
… No, if it requires level 13 it will load level 13.
пт, 3 лист. 2023, 19:00 користувач Milan Soliya ***@***.***>
пише:
> @ComBatVision <https://github.com/ComBatVision> currently what happen if
> I don't have data of 12 zoom level but i am try to zoom in to 13 so
> getImageSource(x: Int, y: Int, z: Int) try to call for zoom level 12 and it
> gone through exception so that it can not load zoom level 13 also
>
> —
> Reply to this email directly, view it on GitHub
> <#31 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AC7IVCR562DE4ERFZLGY3YDYCUPLNAVCNFSM6AAAAAAZZK2KX6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TINRZGMZTE>
> .
> You are receiving this because you were mentioned.Message ID:
> <WorldWindEarth/WorldWindKotlin/repo-discussions/31/comments/7469332@
> github.com>
>
|
Beta Was this translation helpful? Give feedback.
-
ok, @ComBatVision and if for current zoom level if all tiles are not available then it will visible only available tile for same zoom level ?? |
Beta Was this translation helpful? Give feedback.
-
It will show only available tiles or part of top level tile from 1-11 level.
сб, 4 лист. 2023, 11:44 користувач Milan Soliya ***@***.***>
пише:
… ok, @ComBatVision <https://github.com/ComBatVision> and if for current
zoom level if all tiles are not available then it will visible only
available tile for same zoom level ??
—
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7IVCW572Z5N2CZJMBL333YCYE7NAVCNFSM6AAAAAAZZK2KX6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TINZTGI4DO>
.
You are receiving this because you were mentioned.Message ID:
<WorldWindEarth/WorldWindKotlin/repo-discussions/31/comments/7473287@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Dear Team, can you suggest me which one is more stable as of now compare to AndroidJava or AndroidKotlin ?
Beta Was this translation helpful? Give feedback.
All reactions