Skip to content

Commit

Permalink
The final release
Browse files Browse the repository at this point in the history
  • Loading branch information
BAXMYPKA committed Nov 23, 2021
1 parent 3939af6 commit dd987da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

**The application allows you:**

* Transfer all your POI with included geo tagged photos from one map application to another (e.g. from Locus Map to Google Earth Pro). The main benefit for using with Locus Map is to get those photos right in the description body and\or make them available in "Attachments" tab. And if you have too many photos from various sources it allows keeping them in one optional place with custom path within any device.
* Transfer all your POI with included geo tagged photos from one map application to another in KML or KMZ format (e.g. from Locus Map to Google Earth Pro). The main benefit for using with Locus Map is to get those photos right in the description body and\or make them available in "Attachments" tab. And if you have too many photos from various sources it allows keeping them in one optional place with custom path within any device.

* Show the photos in a desired size on any device according to a screen resolution. Photos can have any preview size depending on used application and platform. Also they will have the ability to be magnified by click.

Expand Down
4 changes: 2 additions & 2 deletions README_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# MAP POINTS TRIMMER

**Удобный обработчик ваших точек с фотографиями на карте**
**Удобный обработчик ваших точек с фотографиями на карте в форматах**

**Программа позволяет:**

* Переносить все ваши сохраненные точки на карте (POI) с вложенными фотографиями местности из одной программы работы с картами в другую (в первую очередь, между Locus Map Pro и Google Earth Pro для десктопа). Основной бонус для того же Locus Map - получить фотографии прямо в описании, плюс, при импорте из других источников, сделать их доступными во вкладке "Вложения". А если источников фотографий для точек много - хранить их централизованно в любом месте на устройстве.
* Переносить все ваши сохраненные точки на карте (POI) с вложенными фотографиями местности из одной программы работы с картами в другую в форматах KML и KMZ (в первую очередь, между Locus Map Pro и Google Earth Pro для десктопа). Основной бонус для того же Locus Map - получить фотографии прямо в описании, плюс, при импорте из других источников, сделать их доступными во вкладке "Вложения". А если источников фотографий для точек много - хранить их централизованно в любом месте на устройстве.

* При просмотре на любом устройстве - выводить фото в нужном вам размере. Фотографиям можно сделать правильный предпросмотр, в зависимости от используемого приложения и платформы, удалить ненужную историю сохранений и т.п.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>mrbaxmypka.gmail.com</groupId>
<artifactId>Map-Points-Trimmer</artifactId>
<version>5.0</version>
<version>5.5</version>
<name>Map Points Trimmer</name>
<description>The trimmer for Locus Map and Google Earth Pro photo points as the client-server application based on Spring Boot</description>
<developers>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/i18n/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ html.label.locusParams=Set Locus Map&copy; specific parameters
html.label.loadPoi=Load custom points file
html.label.loadXml=Load your document with links to images
html.label.loadZip=Load an archive with images
html.label.thinOutPoints=To thin out closely spaced points
html.label.thinOutPoints=Thin out closely spaced points
html.label.thinOutAllPoints=To thin out all the points
html.label.thinOutIncludePoints=To thin out point only with the selected icons
html.label.thinOutExcludePoints=Do not thin out points with the selected icons
Expand Down

0 comments on commit dd987da

Please sign in to comment.