Skip to content

Commit

Permalink
fix: review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hblitza committed Jan 31, 2024
1 parent 471d1cf commit ba6f617
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/FeatureList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const FeatureList = [
items: [
'fine-grained control over the seed area with Shapefiles, GeoJSON, PostGIS or WKT geometries',
'multi-threaded requests, meta-tile splitting and image encoding',
'optimized seeding strategy (to work _with_ your database cache)'
'optimized seeding strategy'
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/data/_features.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const features = [
{
descriptions: [<Translate>It also supports combinations of cached and cascaded layers. Other features:</Translate>],
items: [
<Translate>respond to GetLegendGraphic requests'</Translate>,
<Translate>respond to GetLegendGraphic requests</Translate>,
<Translate>cascade GetFeatureInfo requests with optional XSL transformations'</Translate>,
<Translate>limit sources to polygon areas'</Translate>,
<Translate>convert WMS versions and image formats'</Translate>,
Expand Down
9 changes: 6 additions & 3 deletions src/pages/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You want to improve MapProxy, found a bug and want to fix it? Great! This docume

#### Source

Releases are available from the [PyPI project page of MapProxy](http://pypi.python.org/pypi/MapProxy). There is also [an archive of all official releases](http://pypi.python.org/packages/source/M/MapProxy/), unofficial releases and pre-releases [can be found here](https://mapproxy.org/static/rel/).
Releases are available from the [PyPI project page of MapProxy](http://pypi.python.org/pypi/MapProxy).

MapProxy uses [Git](http://git-scm.com/) as a source control management tool. If you are new to distributed SCMs or Git we recommend to read [Pro Git](http://git-scm.com/book).

Expand All @@ -18,12 +18,15 @@ To get a copy of the repository call:

#### Continuous integration

We use Travis-CI to automatically run the MapProxy test suite against different Python versions. The test results [can be found here](https://travis-ci.org/mapproxy/mapproxy/). Travis-CI is connected with our GitHub repository and the integration tests are run for each commit and pull-request.
We use github actions to automatically run the MapProxy test suite against different Python versions and also to automatically deploy new releases. 👉 https://github.com/mapproxy/mapproxy/actions

#### How to contribute

Questions? 👉 [mailing list](support) or [issues](https://github.com/mapproxy/mapproxy/issues)
Code enhancements / bugs 👉 [github](https://github.com/mapproxy/mapproxy)

You can post patches to the mailing list or create a new ticket. Or better, [create a fork](http://help.github.com/fork-a-repo/) instead and send a pull request. Feel free to post to the [mailing list first](support), if you have any question.

#### More information

There is a [whole chapter about development in the documentation](https://mapproxy.org/docs/latest/development.html). It covers most aspects of the MapProxy development including the source code, documentation, tests, etc.
There is a [whole chapter about development in the documentation](https://mapproxy.github.io/mapproxy/development.html). It covers most aspects of the MapProxy development including the source code, documentation, tests, etc.
7 changes: 5 additions & 2 deletions src/pages/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ title: Download

MapProxy releases are available from the [PyPI project page of MapProxy](http://pypi.python.org/pypi/MapProxy). There is also [an archive of all official releases](https://pypi.python.org/packages/source/M/MapProxy/), unofficial releases and pre-releases [can be found here](https://mapproxy.org/static/rel/).

However, downloading is often not necessary, because you can install MapProxy with the Python tools `easy_install` or `pip`. Read the [installation instructions](https://mapproxy.github.io/docs/latest/install.html) for more information.
However, downloading is often not necessary, because you can install MapProxy with the Python tools `easy_install` or `pip`. Read the [installation instructions](https://mapproxy.github.io/mapproxy/install.html) for more information.

There are several ready-to-use docker images for development/testing and production use. Please check the docs for more information.

## Releases

Expand Down Expand Up @@ -47,6 +49,7 @@ There are no nightly build packages, but you can directly install from the devel

pip install https://github.com/mapproxy/mapproxy/tarball/master

<!-- TODO check broken links
The release branches are also available. For example:
pip install https://github.com/mapproxy/mapproxy/tarball/1.4.x
pip install https://github.com/mapproxy/mapproxy/tarball/1.4.x -->

0 comments on commit ba6f617

Please sign in to comment.