Skip to content

Commit

Permalink
add streets and satellite + streets layer and myLocationBtn
Browse files Browse the repository at this point in the history
  • Loading branch information
bennsimon committed Mar 15, 2021
1 parent 5edf108 commit 2709d1c
Show file tree
Hide file tree
Showing 14 changed files with 9,700 additions and 27 deletions.
15 changes: 3 additions & 12 deletions opensrp-eusm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
minSdkVersion 18
targetSdkVersion 28
versionCode 1
versionName "0.0.6"
versionName "0.0.7"
multiDexEnabled true
buildConfigField "long", "MAX_SERVER_TIME_DIFFERENCE", "1800000l"
buildConfigField "boolean", "TIME_CHECK", "false"
Expand Down Expand Up @@ -195,7 +195,7 @@ dependencies {
exclude group: 'com.android.support', module: 'appcompat-v7'
}

implementation('org.smartregister:opensrp-client-native-form:2.0.2-SNAPSHOT@aar') {
implementation('org.smartregister:opensrp-client-native-form:2.0.5-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.android.support', module: 'appcompat-v7'
exclude group: 'com.android.support', module: 'cardview-v7'
Expand All @@ -205,17 +205,8 @@ dependencies {
exclude group: 'io.ona.rdt-capture', module: 'lib'
}

implementation('org.smartregister:opensrp-client-reporting:0.0.6-RVL-SNAPSHOT@aar') {
transitive = true
exclude group: 'org.smartregister', module: 'opensrp-client-core'
exclude group: 'org.smartregister', module: 'opensrp-client-native-form'
exclude group: 'com.android.support', module: 'design'
exclude group: 'com.github.lecho', module: 'hellocharts-library'
exclude group: 'com.android.support', module: 'appcompat-v7'
}

// implementation(project(':opensrp-tasking')) {
implementation('org.smartregister:opensrp-client-tasking:0.0.3-v12-EUSM-SNAPSHOT') {
implementation('org.smartregister:opensrp-client-tasking:0.0.3-v13-EUSM-SNAPSHOT') {
transitive = true
exclude group: 'org.smartregister', module: 'opensrp-client-core'
exclude group: 'com.ibm.fhir', module: 'fhir-model'
Expand Down
2 changes: 1 addition & 1 deletion opensrp-eusm/src/main/assets/reveal-streets-satellite.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"features": []
},
"cluster": true,
"clusterMaxZoom": 14,
"clusterMaxZoom": 13,
"clusterRadius": 50
},
"select-data": {
Expand Down
Loading

0 comments on commit 2709d1c

Please sign in to comment.