This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit 6b575f6a70e95a67149f161102dec68d1d8f7d75 Author: Bertil Chapuis <[email protected]> AuthorDate: Sun Apr 28 11:37:43 2024 +0200 Update the announce template and clean files --- RELEASE.md | 23 +++++++++-------------- basemap/style.json | 1 - basemap/tiles.json | 1 - 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index bdbb631c..76b8144b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -164,26 +164,21 @@ subject: [ANNOUNCE] Apache Baremaps <version> (incubating) released Hello Everyone, -The Apache Baremaps community is pleased to announce the release of Apache Baremaps 0.7.1 (incubating). -Apache Baremaps is a toolkit and a set of infrastructure components for creating, publishing, and operating online maps. - -This is our first release since joining the Apache Software Foundation and an important milestone in the project's -history. -Thank you to everyone who contributed to this release and thank you to the mentors for their guidance and support. +The Apache Baremaps community is pleased to announce the release of Apache Baremaps <version> (incubating). +Thank you to everyone who contributed to this release. -We are looking to grow the community and welcome new contributors. -If you are interested in contributing to the project, please contact us on the mailing list or on GitHub. -We will be happy to help you get started. +Apache Baremaps is a toolkit and a set of infrastructure components for creating, publishing, and operating online maps. +<short description of the release which should include release highlights> The release notes are available here: https://github.com/apache/incubator-baremaps/releases/tag/v<version> -The artifacts are available here: -https://dist.apache.org/repos/dist/release/incubator/baremaps/<version> +The download page is located here: +https://baremaps.apache.org/download/release-<version> -The hashes of the artifacts are as follows: -<src> -<bin> +We are looking to grow our community and welcome new contributors. +If you are interested in contributing to the project, please contact us on the mailing list or on GitHub. +We will be happy to help you get started. The repository is available here: https://github.com/apache/incubator-baremaps diff --git a/basemap/style.json b/basemap/style.json deleted file mode 100644 index 948e4f26..00000000 --- a/basemap/style.json +++ /dev/null @@ -1 +0,0 @@ -{"version":8,"name":"OpenStreetMapVecto","sources":{"baremaps":{"type":"vector","url":"http://localhost:9000/tiles.json"}},"sprite":"https://baremaps.apache.org/assets/icons/icons","glyphs":"https://baremaps.apache.org/assets/fonts/{fontstack}/{range}.pbf","layers":[{"id":"background","type":"background","source":"baremaps","layout":{"visibility":"visible"},"minzoom":0,"maxzoom":24,"paint":{"background-color":"rgb(242, 239, 233)"}},{"id":"power_plant","type":"fill","filter":["any",["==", [...] \ No newline at end of file diff --git a/basemap/tiles.json b/basemap/tiles.json deleted file mode 100644 index f2886684..00000000 --- a/basemap/tiles.json +++ /dev/null @@ -1 +0,0 @@ -{"tilejson":"2.2.0","attribution":"© <a href=\"https://www.openstreetmap.org/\">OpenStreetMap</a>","tiles":["http://localhost:9000/tiles/{z}/{x}/{y}.mvt"],"minzoom":0,"maxzoom":14,"bounds":[6.02260949059,45.7769477403,10.4427014502,47.8308275417],"center":[6.6323,46.5197,14.0],"database":"jdbc:postgresql://localhost:5432/baremaps?&user=baremaps&password=baremaps","vector_layers":[{"id":"aerialway","queries":[{"minzoom":13,"maxzoom":20,"sql":"SELECT id, tags, geom FROM osm_ways WHERE tags [...] \ No newline at end of file
