Skip to content

Commit

Permalink
Merge pull request #302 from MerginMaps/iss_124_add-carlson-gps
Browse files Browse the repository at this point in the history
add carlson gps Brx7 and XML2
  • Loading branch information
alex-cit authored Apr 10, 2023
2 parents 0150e81 + 744f664 commit 910a1d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ EPSG
ESRI
EXIF
Exif
ExifTool
FID
FIDs
FLX
Expand Down
3 changes: 3 additions & 0 deletions src/field/external_gps.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ External GPS functionality depends on the manufacturer and on the specific model

| Manufacturer | Model | Android | iOS |
|---|---|---|---|
| Carlson | Carlson <NoSpellcheck id="Brx7" /> | yes (mock location) | unknown |
| Carlson | Carlson <NoSpellcheck id="xML2" /> | yes (mock location) | unknown |
| Emlid | Emlid Reach RX | yes | no |
| Emlid | Emlid Reach RS+ | yes | no |
| Emlid | Emlid Reach M+ | yes | no |
Expand All @@ -96,6 +98,7 @@ External GPS functionality depends on the manufacturer and on the specific model
| Trimble | Trimble R1 | yes (mock location) | unknown |
| Trimble | Trimble R2 | yes (mock location) | unknown |

- **Carlson <NoSpellcheck id="Brx7" />**, **Carlson <NoSpellcheck id="xML2" />** - through [Carlson Layout](https://www.carlsonsw.com/product/carlson-layout) which will set a mock location in Android.
- **Emlid Reach RX**, **Emlid Reach RS+**, **Emlid Reach M+** - directly via Bluetooth connection, has an internal NTRIP client to receive corrections. Possible to set a mock location and connect the receiver via Bluetooth using [GPS Connector](https://play.google.com/store/apps/details?id=de.pilablu.gpsconnector) or WiFi using [Lebefure NTRIP Client](https://play.google.com/store/apps/details?id=com.lefebure.ntripclient). Android only.
- **Geode GNS3** - through *Geode Connect* app on [Android](https://play.google.com/store/apps/details?id=com.juniper.geode2a&hl=en_NZ&gl=US) or [iOS](https://apps.apple.com/us/app/geode-connect/id1446098695), which also acts as an NTRIP client and sends corrections to the device.
- **Leica FLX100**, **Leica FLX100 plus**, **Leica Zeno GG04plus** - through *Leica Zeno Connect* app on [Android](https://play.google.com/store/apps/details?id=com.leica.zenoconnect&hl=en&gl=US) which also acts as a NTRIP client and sends the corrections to the device. The app will set a mock location in Android. It is also possible to connect directly via Bluetooth (even multiple phones can be connected at once), but if no phone has Zeno app running, there will be no corrections available.
Expand Down
2 changes: 1 addition & 1 deletion src/layer/exif_metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ EXIF function supported by <MobileAppName />:
- `GPSLongitude` returns GPS Longitude as rationals, e.g. 17/1, 6/1, 244907/10000.
- `ImageWidth` returns the image width in pixels.

The list of **EXIF tags** can be found in the Android developer documentation for [ExifInterface](https://developer.android.com/reference/android/media/ExifInterface) or in [ExifTool documentation](https://exiftool.org/TagNames/EXIF.html).
The list of **EXIF tags** can be found in the Android developer documentation for [<NoSpellcheck id="ExifInterface" /> ](https://developer.android.com/reference/android/media/ExifInterface) or in [ExifTool documentation](https://exiftool.org/TagNames/EXIF.html).

Note that some of the tag names listed in [ExifTool documentation](https://exiftool.org/TagNames/EXIF.html) can differ from the EXIF specification. As an example, while `ImageWidth` tag is valid, `ImageHeight` is not and you have to use `ImageLength` tag name (defined by EXIF specification) when [recording EXIF metadata](#how-to-use-exif-metadata) in <MobileAppName />.

Expand Down

0 comments on commit 910a1d6

Please sign in to comment.