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

Documentation reference maplibre #14

Merged
merged 42 commits into from
May 13, 2024

Conversation

tempranova
Copy link
Collaborator

Numerous updates referencing Issue .

Note that logo will not show due to path references until merged into master. Screenshot below for new logo version :)

new-image-logo

Copy link
Contributor

@wipfli wipfli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @tempranova for starting to work on this! Since this is work towards a bounty, please write in the bounty issue that you would like to work on this and then @louwers can assign the ticket to you.

LICENSE Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated
- Create a new activity inside the demo app that showcases how to use your plugin. As important as having a working plugin is to show how to use it so that anyone can include it in their projects easily.

- Finally, once you're ready to share your code, list your plugin in this file and then open a PR for the `@mapbox/android` team to review.
- Finally, once you're ready to share your code, list your plugin in this file and then open a PR for the `@maplibre/android` team to review.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please just make it read then open a PR for "other contributors" to review.

CONTRIBUTING.md Outdated Show resolved Hide resolved
LICENSE Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@louwers
Copy link
Collaborator

louwers commented Feb 13, 2023

The com.mapbox resource identifier still needs to be replaced so that we can make a release under the maplibre resource identifier. The main repo uses org.maplibre.gl.

README.md Outdated Show resolved Hide resolved
README.md Outdated
username "mapbox"
password = "SDK_REGISTRY_TOKEN"
}
url 'https://api.maplibre.com/downloads/v2/releases/maven'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not exist.

Copy link
Collaborator

@fynngodau fynngodau Feb 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍, the artifacts are on maven central (see https://mvnrepository.com/artifact/org.maplibre.gl/android-plugin-annotation-v9), so this maven block can be removed.

Copy link
Collaborator

@louwers louwers Feb 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tempranova If you can take care of this then we can merge it. 🙂

}
}

dependencies {
implementation 'com.mapbox.mapboxsdk:{PLUGIN_NAME}-v{MAJOR_MAPS_SDK_VERSION_NUMBER}:PLUGIN_VERSION_NUMBER'
implementation 'org.maplibre.android:{PLUGIN_NAME}-v{MAJOR_MAPS_SDK_VERSION_NUMBER}:PLUGIN_VERSION_NUMBER'

This comment was marked as resolved.

@tempranova
Copy link
Collaborator Author

OK, I think we're all good to go!

fynngodau and others added 2 commits February 27, 2023 12:27
…bre#12)

* Fix performance when adding many individual markers to map

* Thread-safe `postUpdateSource`

* Replace lambda with explicit anon class

We still seem to be on java language level 7
Copy link
Collaborator

@louwers louwers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We accidentally merged something that did not pass CI (was not enabled for PRs yet), I want to fix that first before merging this.

@Xenoamor
Copy link

Xenoamor commented Mar 1, 2023

I was just looking at the gradle implementation to use for the scalebar plugin from this commit and it says to use "org.maplibre.android:maplibre-android-plugin-scalebar-v9:0.5.0" however I believe it's actually "org.maplibre.gl:android-plugin-scalebar-v9:1.0.0"

@louwers
Copy link
Collaborator

louwers commented May 13, 2024

I reverted all changes to source files due to an irreconcilable merge conflict.

The changes to the Markdown files are still valuable to merge, so I am doing that now.

@louwers louwers merged commit 28c82a8 into maplibre:main May 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants