Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename geo-compose -> geoview-compose #182

Merged
merged 3 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions add-dynamic-entity-layer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ This sample uses a [stream service](https://realtimegis2016.esri.com:6443/arcgis

## Additional information

This sample uses the GeoCompose Toolkit module to be able to implement a Composable MapView.
This sample uses the GeoViewCompose Toolkit module to be able to implement a Composable MapView.
More information about dynamic entities can be found in the [guide documentation](https://developers.arcgis.com/kotlin/real-time/work-with-dynamic-entities/).

## Tags

data, dynamic, entity, geocompose, live, purge, real-time, service, stream, toolkit, track
data, dynamic, entity, geoviewcompose, live, purge, real-time, service, stream, toolkit, track
2 changes: 1 addition & 1 deletion add-dynamic-entity-layer/README.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"data",
"dynamic",
"entity",
"geocompose",
"geoviewcompose",
"live",
"purge",
"real-time",
Expand Down
2 changes: 1 addition & 1 deletion add-dynamic-entity-layer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ dependencies {
implementation(project(":samples-lib"))
// Toolkit dependencies
implementation(platform(libs.arcgis.maps.kotlin.toolkit.bom))
implementation(libs.arcgis.maps.kotlin.toolkit.geo.compose)
implementation(libs.arcgis.maps.kotlin.toolkit.geoview.compose)
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.unit.dp
import com.arcgismaps.toolkit.geocompose.MapView
import com.arcgismaps.toolkit.geoviewcompose.MapView
import com.esri.arcgismaps.sample.adddynamicentitylayer.components.DynamicEntityLayerProperties
import com.esri.arcgismaps.sample.adddynamicentitylayer.components.MapViewModel
import com.esri.arcgismaps.sample.sampleslib.components.BottomSheet
Expand Down
4 changes: 2 additions & 2 deletions analyze-hotspots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Tap on Analyze, and select a date from the "FROM" DatePicker and "TO" DatePicker

## Additional information

This sample uses the GeoCompose Toolkit module to be able to implement a Composable MapView.
This sample uses the GeoViewCompose Toolkit module to be able to implement a Composable MapView.

## Tags

analysis, density, geocompose, geoprocessing, hot spots, hotspots, toolkit
analysis, density, geoprocessing, geoviewcompose, hot spots, hotspots, toolkit
2 changes: 1 addition & 1 deletion analyze-hotspots/README.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"keywords": [
"analysis",
"density",
"geocompose",
"geoprocessing",
"geoviewcompose",
"hot spots",
"hotspots",
"toolkit",
Expand Down
2 changes: 1 addition & 1 deletion analyze-hotspots/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ dependencies {
implementation(project(":samples-lib"))
// Toolkit dependencies
implementation(platform(libs.arcgis.maps.kotlin.toolkit.bom))
implementation(libs.arcgis.maps.kotlin.toolkit.geo.compose)
implementation(libs.arcgis.maps.kotlin.toolkit.geoview.compose)
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import androidx.compose.runtime.remember
import androidx.compose.runtime.rememberCoroutineScope
import androidx.compose.ui.Modifier
import androidx.compose.ui.platform.LocalContext
import com.arcgismaps.toolkit.geocompose.MapView
import com.arcgismaps.toolkit.geoviewcompose.MapView
import com.esri.arcgismaps.sample.analyzehotspots.components.MapViewModel
import com.esri.arcgismaps.sample.sampleslib.components.JobLoadingDialog
import com.esri.arcgismaps.sample.sampleslib.components.MessageDialog
Expand Down
4 changes: 2 additions & 2 deletions display-composable-mapview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Run the sample to view the map. Pan and zoom to navigate the map.

## Additional information

This sample uses the GeoCompose Toolkit module to be able to implement a Composable MapView.
This sample uses the GeoViewCompose Toolkit module to be able to implement a Composable MapView.

## Tags

basemap, compose, geocompose, jetpack, map, toolkit
basemap, compose, geoviewcompose, jetpack, map, toolkit
2 changes: 1 addition & 1 deletion display-composable-mapview/README.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"keywords": [
"basemap",
"compose",
"geocompose",
"geoviewcompose",
"jetpack",
"map",
"toolkit",
Expand Down
2 changes: 1 addition & 1 deletion display-composable-mapview/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ dependencies {
implementation(project(":samples-lib"))
// Toolkit dependencies
implementation(platform(libs.arcgis.maps.kotlin.toolkit.bom))
implementation(libs.arcgis.maps.kotlin.toolkit.geo.compose)
implementation(libs.arcgis.maps.kotlin.toolkit.geoview.compose)
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import com.arcgismaps.ApiKey
import com.arcgismaps.ArcGISEnvironment
import com.arcgismaps.mapping.ArcGISMap
import com.arcgismaps.mapping.BasemapStyle
import com.arcgismaps.toolkit.geocompose.MapView
import com.arcgismaps.toolkit.geoviewcompose.MapView
import com.esri.arcgismaps.sample.sampleslib.theme.SampleAppTheme

class MainActivity : ComponentActivity() {
Expand Down
4 changes: 2 additions & 2 deletions display-points-using-clustering-feature-reduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ This sample uses a [web map](https://www.arcgis.com/home/item.html?id=8916d50c44

## Additional information

This sample uses the GeoCompose Toolkit module to be able to implement a Composable MapView.
This sample uses the GeoViewCompose Toolkit module to be able to implement a Composable MapView.

## Tags

aggregate, bin, cluster, geocompose, group, merge, normalize, reduce, summarize, toolkit
aggregate, bin, cluster, geoviewcompose, group, merge, normalize, reduce, summarize, toolkit
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"aggregate",
"bin",
"cluster",
"geocompose",
"geoviewcompose",
"group",
"merge",
"normalize",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ dependencies {
implementation(project(":samples-lib"))
// Toolkit dependencies
implementation(platform(libs.arcgis.maps.kotlin.toolkit.bom))
implementation(libs.arcgis.maps.kotlin.toolkit.geo.compose)
implementation(libs.arcgis.maps.kotlin.toolkit.geoview.compose)
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import com.arcgismaps.mapping.popup.TextPopupElement
import com.arcgismaps.mapping.view.IdentifyLayerResult
import com.arcgismaps.mapping.view.SingleTapConfirmedEvent
import com.arcgismaps.portal.Portal
import com.arcgismaps.toolkit.geocompose.MapViewProxy
import com.arcgismaps.toolkit.geoviewcompose.MapViewProxy
import com.esri.arcgismaps.sample.displaypointsusingclusteringfeaturereduction.R
import com.esri.arcgismaps.sample.sampleslib.components.MessageDialogViewModel
import kotlinx.coroutines.CoroutineScope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.unit.dp
import com.arcgismaps.toolkit.geocompose.MapView
import com.arcgismaps.toolkit.geoviewcompose.MapView
import com.esri.arcgismaps.sample.displaypointsusingclusteringfeaturereduction.components.ClusterInfoContent
import com.esri.arcgismaps.sample.displaypointsusingclusteringfeaturereduction.components.MapViewModel
import com.esri.arcgismaps.sample.sampleslib.components.BottomSheet
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ArcGIS Maps SDK for Kotlin version
arcgisMapsKotlinVersion = "200.4.0-4122"
# ArcGIS Maps SDK for Kotlin Toolkit version
arcgisToolkitVersion = "200.4.0-2"
arcgisToolkitVersion = "200.4.0-4183"
# SDK versions
compileSdk = "34"
minSdk = "26"
Expand Down Expand Up @@ -60,6 +60,6 @@ androidx-work-runtime-ktx = { group = "androidx.work", name = "work-runtime-ktx"
arcgis-maps-kotlin = { group = "com.esri", name = "arcgis-maps-kotlin", version.ref = "arcgisMapsKotlinVersion"}
arcgis-maps-kotlin-toolkit-bom = { group = "com.esri", name = "arcgis-maps-kotlin-toolkit-bom", version.ref = "arcgisToolkitVersion"}
arcgis-maps-kotlin-toolkit-authentication = { group = "com.esri", name = "arcgis-maps-kotlin-toolkit-authentication" }
arcgis-maps-kotlin-toolkit-geo-compose = { group = "com.esri", name = "arcgis-maps-kotlin-toolkit-geo-compose" }
arcgis-maps-kotlin-toolkit-geoview-compose = { group = "com.esri", name = "arcgis-maps-kotlin-toolkit-geoview-compose" }
commons-io = { group = "commons-io", name = "commons-io", version.ref = "commonsIoVersion" }
stdlib-jdk8 = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk8", version.ref = "kotlinVersion"}
4 changes: 2 additions & 2 deletions identify-layer-features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Tap to identify features. A bottom text banner will show all layers with feature

## Additional information

This sample uses the GeoCompose Toolkit module to be able to implement a Composable MapView.
This sample uses the GeoViewCompose Toolkit module to be able to implement a Composable MapView.
The GeoView supports two methods of identify: `identifyLayer`, which identifies features within a specific layer and `identifyLayers`, which identifies features for all layers in the current view.

## Tags

geocompose, identify, recursion, recursive, sublayers, toolkit
geoviewcompose, identify, recursion, recursive, sublayers, toolkit
2 changes: 1 addition & 1 deletion identify-layer-features/README.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"identify-layer-features.png"
],
"keywords": [
"geocompose",
"geoviewcompose",
"identify",
"recursion",
"recursive",
Expand Down
2 changes: 1 addition & 1 deletion identify-layer-features/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ dependencies {
implementation(project(":samples-lib"))
// Toolkit dependencies
implementation(platform(libs.arcgis.maps.kotlin.toolkit.bom))
implementation(libs.arcgis.maps.kotlin.toolkit.geo.compose)
implementation(libs.arcgis.maps.kotlin.toolkit.geoview.compose)
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import com.arcgismaps.mapping.layers.ArcGISMapImageLayer
import com.arcgismaps.mapping.layers.FeatureLayer.Companion.createWithFeatureTable
import com.arcgismaps.mapping.view.IdentifyLayerResult
import com.arcgismaps.mapping.view.SingleTapConfirmedEvent
import com.arcgismaps.toolkit.geocompose.MapViewProxy
import com.arcgismaps.toolkit.geoviewcompose.MapViewProxy
import com.esri.arcgismaps.sample.identifylayerfeatures.R
import com.esri.arcgismaps.sample.sampleslib.components.MessageDialogViewModel
import kotlinx.coroutines.CoroutineScope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import androidx.compose.runtime.rememberCoroutineScope
import androidx.compose.ui.Modifier
import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.unit.dp
import com.arcgismaps.toolkit.geocompose.MapView
import com.arcgismaps.toolkit.geoviewcompose.MapView
import com.esri.arcgismaps.sample.identifylayerfeatures.components.MapViewModel
import com.esri.arcgismaps.sample.sampleslib.components.MessageDialog
import com.esri.arcgismaps.sample.sampleslib.components.SampleTopAppBar
Expand Down
4 changes: 2 additions & 2 deletions manage-operational-layers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ When the app starts, the display lists of operational layers and any removed lay

## Additional information

This sample uses the GeoCompose Toolkit module to be able to implement a Composable MapView.
This sample uses the GeoViewCompose Toolkit module to be able to implement a Composable MapView.
You cannot add the same layer to the map multiple times or add the same layer to multiple maps. Instead, clone the layer with `layer.clone()` before duplicating.

## Tags

add, delete, geocompose, layer, map, remove, toolkit
add, delete, geoviewcompose, layer, map, remove, toolkit
2 changes: 1 addition & 1 deletion manage-operational-layers/README.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"keywords": [
"add",
"delete",
"geocompose",
"geoviewcompose",
"layer",
"map",
"remove",
Expand Down
2 changes: 1 addition & 1 deletion manage-operational-layers/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ dependencies {
implementation(project(":samples-lib"))
// Toolkit dependencies
implementation(platform(libs.arcgis.maps.kotlin.toolkit.bom))
implementation(libs.arcgis.maps.kotlin.toolkit.geo.compose)
implementation(libs.arcgis.maps.kotlin.toolkit.geoview.compose)
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import androidx.compose.material3.Scaffold
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.platform.LocalContext
import com.arcgismaps.toolkit.geocompose.MapView
import com.arcgismaps.toolkit.geoviewcompose.MapView
import com.esri.arcgismaps.sample.manageoperationallayers.components.MapViewModel
import com.esri.arcgismaps.sample.sampleslib.components.SampleTopAppBar

Expand Down
4 changes: 2 additions & 2 deletions query-feature-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ This sample uses U.S. State polygon features from the [USA 2016 Daytime Populati

## Additional information

This sample uses the GeoCompose Toolkit module to be able to implement a Composable MapView.
This sample uses the GeoViewCompose Toolkit module to be able to implement a Composable MapView.

## Tags

geocompose, query, search, toolkit
geoviewcompose, query, search, toolkit
2 changes: 1 addition & 1 deletion query-feature-table/README.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"query-feature-table.png"
],
"keywords": [
"geocompose",
"geoviewcompose",
"query",
"search",
"toolkit",
Expand Down
2 changes: 1 addition & 1 deletion query-feature-table/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ dependencies {
implementation(project(":samples-lib"))
// Toolkit dependencies
implementation(platform(libs.arcgis.maps.kotlin.toolkit.bom))
implementation(libs.arcgis.maps.kotlin.toolkit.geo.compose)
implementation(libs.arcgis.maps.kotlin.toolkit.geoview.compose)
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import com.arcgismaps.mapping.symbology.SimpleFillSymbolStyle
import com.arcgismaps.mapping.symbology.SimpleLineSymbol
import com.arcgismaps.mapping.symbology.SimpleLineSymbolStyle
import com.arcgismaps.mapping.symbology.SimpleRenderer
import com.arcgismaps.toolkit.geocompose.MapViewProxy
import com.arcgismaps.toolkit.geoviewcompose.MapViewProxy
import com.esri.arcgismaps.sample.queryfeaturetable.R
import com.esri.arcgismaps.sample.sampleslib.components.MessageDialogViewModel
import kotlinx.coroutines.CoroutineScope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import androidx.compose.runtime.remember
import androidx.compose.runtime.rememberCoroutineScope
import androidx.compose.ui.Modifier
import androidx.compose.ui.platform.LocalContext
import com.arcgismaps.toolkit.geocompose.MapView
import com.arcgismaps.toolkit.geoviewcompose.MapView
import com.esri.arcgismaps.sample.queryfeaturetable.components.MapViewModel
import com.esri.arcgismaps.sample.sampleslib.components.MessageDialog
import com.esri.arcgismaps.sample.sampleslib.components.SampleTopAppBar
Expand Down
4 changes: 2 additions & 2 deletions show-coordinates-in-multiple-formats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Tap on the map to see a marker with the tapped location's coordinate formatted i

## Additional information

This sample uses the GeoCompose Toolkit module to be able to implement a Composable MapView.
This sample uses the GeoViewCompose Toolkit module to be able to implement a Composable MapView.

## Tags

convert, coordinate, decimal degrees, degree minutes seconds, format, geocompose, latitude, longitude, toolkit, USNG, UTM
convert, coordinate, decimal degrees, degree minutes seconds, format, geoviewcompose, latitude, longitude, toolkit, USNG, UTM
2 changes: 1 addition & 1 deletion show-coordinates-in-multiple-formats/README.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"decimal degrees",
"degree minutes seconds",
"format",
"geocompose",
"geoviewcompose",
"latitude",
"longitude",
"toolkit",
Expand Down
2 changes: 1 addition & 1 deletion show-coordinates-in-multiple-formats/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ dependencies {
implementation(project(":samples-lib"))
// Toolkit dependencies
implementation(platform(libs.arcgis.maps.kotlin.toolkit.bom))
implementation(libs.arcgis.maps.kotlin.toolkit.geo.compose)
implementation(libs.arcgis.maps.kotlin.toolkit.geoview.compose)
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import com.arcgismaps.mapping.ArcGISMap
import com.arcgismaps.mapping.Basemap
import com.arcgismaps.mapping.layers.ArcGISTiledLayer
import com.arcgismaps.mapping.view.GraphicsOverlay
import com.arcgismaps.toolkit.geocompose.MapView
import com.arcgismaps.toolkit.geoviewcompose.MapView
import com.esri.arcgismaps.sample.sampleslib.components.MessageDialog
import com.esri.arcgismaps.sample.sampleslib.components.SampleTopAppBar
import com.esri.arcgismaps.sample.showcoordinatesinmultipleformats.R
Expand Down
4 changes: 2 additions & 2 deletions show-magnifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Tap and hold on the map to show a magnifier, then drag across the map to move th

## Additional information

This sample uses the GeoCompose Toolkit module to be able to implement a Composable MapView.
This sample uses the GeoViewCompose Toolkit module to be able to implement a Composable MapView.
It only works on a device with a touch screen. The magnifier will not appear via a mouse click.

## Tags

geocompose, magnify, map, toolkit, zoom
geoviewcompose, magnify, map, toolkit, zoom
2 changes: 1 addition & 1 deletion show-magnifier/README.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"show-magnifier.png"
],
"keywords": [
"geocompose",
"geoviewcompose",
"magnify",
"map",
"toolkit",
Expand Down
2 changes: 1 addition & 1 deletion show-magnifier/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ dependencies {
implementation(project(":samples-lib"))
// Toolkit dependencies
implementation(platform(libs.arcgis.maps.kotlin.toolkit.bom))
implementation(libs.arcgis.maps.kotlin.toolkit.geo.compose)
implementation(libs.arcgis.maps.kotlin.toolkit.geoview.compose)
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import com.arcgismaps.mapping.ArcGISMap
import com.arcgismaps.mapping.BasemapStyle
import com.arcgismaps.mapping.Viewpoint
import com.arcgismaps.mapping.view.MapViewInteractionOptions
import com.arcgismaps.toolkit.geocompose.MapView
import com.arcgismaps.toolkit.geoviewcompose.MapView
import com.esri.arcgismaps.sample.sampleslib.components.SampleTopAppBar

/**
Expand Down
Loading