Skip to content

Commit 450e5e6

Browse files
committed
update changelog
1 parent 7155140 commit 450e5e6

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
55
## 2026-03
66

77
* Context menu to edit line vertexes
8+
* Re-style map modals and feature edit form
89

910
## 2026-02
1011

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The main instance is running at [mapforge.org](https://mapforge.org), see [self-
1919

2020
### Features
2121

22-
- Create maps with your own data on top of various available base maps.
22+
- Create maps with your own data on top of various available base maps.
2323
- Draw shapes and [style them](https://mapforge.org/doc/geojson_style_spec): Add pictures, customize colors, symbols, labels, (3D) polygons and more
2424
- Import your data from GeoJSON, GPX and KML
2525
- Collaborative, real-time editing, synchronized via WebSockets
@@ -34,18 +34,18 @@ The main instance is running at [mapforge.org](https://mapforge.org), see [self-
3434

3535
GeoJSON layers can be styled using an extended version of the
3636
[GeoJSON](https://macwright.com/2015/03/23/geojson-second-bite.html) /
37-
[Mapbox simplestyle](https://github.com/mapbox/simplestyle-spec/tree/master/1.1.0) spec.
37+
[Mapbox simplestyle](https://github.com/mapbox/simplestyle-spec/tree/master/1.1.0) spec.
3838
See [docs/tutorials/geojson_style_spec.md](docs/tutorials/geojson_style_spec.md) for supported attributes.
3939

40-
[Overpass API](https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL) layers can be added to a map, allowing custom queries and display of OpenStreetMap data.
40+
[Overpass API](https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL) layers can be added to a map, allowing custom queries and display of OpenStreetMap data.
4141
See [docs/tutorials/overpass_layers.md](https://mapforge.org/doc/overpass_layers) for details.
4242

4343
### Android App / PWA
4444

4545
Mapforge is built as a Progressive Web App (PWA), see
4646
[docs/tutorials/app.md](docs/tutorials/app.md).
4747

48-
An Android app that wraps the PWA is available in the Play Store:
48+
An Android app that wraps the PWA is available in the Play Store:
4949
[Mapforge Android App](https://play.google.com/store/apps/details?id=org.mapforge.twa)
5050

5151
---
@@ -54,7 +54,7 @@ An Android app that wraps the PWA is available in the Play Store:
5454

5555
### Container Image
5656

57-
The [latest image](https://github.com/mapforge-org/mapforge/pkgs/container/mapforge) is available from `ghcr.io/mapforge-org/mapforge:main`.
57+
The [latest image](https://github.com/mapforge-org/mapforge/pkgs/container/mapforge) is available from `ghcr.io/mapforge-org/mapforge:main`.
5858

5959
You can also build your own image locally from the repository with: `podman build -t mapforge .`
6060

@@ -120,7 +120,7 @@ podman run ... -v /path/on/host/GeoLite2-City.mmdb:/rails/db/GeoLite2-City.mmdb
120120

121121
## Development
122122

123-
Mapforge is build with a Ruby on Rails backend and uses Maplibre and Stimulus on the frontend.
123+
Mapforge is build with a Ruby on Rails backend and uses Maplibre and Stimulus on the frontend.
124124

125125
### Install Dependencies
126126

@@ -149,7 +149,7 @@ db/GeoLite2-City.mmdb
149149
HTTP_PORT=3001 bin/thrust rails server
150150
```
151151

152-
In development, environment variables (see above) can be set in `.env.development`.
152+
In development, environment variables (see above) can be set in `.env.development`.
153153
The first user that logs in is automatically made admin.
154154

155155

@@ -209,7 +209,7 @@ npm run fix:js
209209
Run the test suite:
210210

211211
```bash
212-
bundle exec rspec
212+
bin/rspec
213213
```
214214

215215
GitHub Actions workflows run these checks automatically. You can run them locally
@@ -219,7 +219,7 @@ with [act](https://github.com/nektos/act), for example:
219219
act -j test
220220
```
221221

222-
### Build the Android app
222+
### Build the Android app
223223

224224
To build the Android app yourself using
225225
[Bubblewrap](https://github.com/GoogleChromeLabs/bubblewrap):
@@ -240,7 +240,7 @@ To establish trust between the app and the website, host a file
240240
keytool -list -v -keystore android.keystore
241241
```
242242

243-
- Get the fingerprint of the production key in the Play Console:
243+
- Get the fingerprint of the production key in the Play Console:
244244
**Setup → App Integrity → App Signing → Settings**
245245

246246
Then add the fingerprint(s) to `assetlinks.json` using the

0 commit comments

Comments
 (0)