0.4.8 • Published 8 months ago

panoramax-js v0.4.8

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
8 months ago

panoramax-js

Simple panoramax SDK to upload pictures and use some common API-endpoints in a typed way.

This library is developed for (and used by) https://MapComplete.org and the corresponding mastodon bot. As such, it implements the methods what those projects need and nothing much more.

Do you want to use it in your project and is something missing? Feel free to add functionality and do a pull request.

Usage

const p = new Panoramax("https://panoramax.openstreetmap.fr")
const defaultSequence = (await p.mySequences())[0]
const img = <ImageData>await p.addImage(blob, defaultSequence, {

            // lat, lon and datetime should be in the EXIF-data. If they are not (or they are incorrect), one can set them manually or override them
            // You can use e.g. ExifReader to check this
            lat: !hasGPS ? lat : undefined,
            lon: !hasGPS ? lon : undefined,
            datetime: !hasDate ? new Date().toISOString() : undefined,
            
            exifOverride: { // optional, if you want to add an extra author to the file
                Artist: author,
            },

        })
0.4.8

8 months ago

0.4.5

8 months ago

0.4.4

8 months ago

0.4.7

8 months ago

0.4.6

8 months ago

0.4.1

8 months ago

0.4.0

8 months ago

0.4.3

8 months ago

0.4.2

8 months ago

0.3.12

9 months ago

0.3.11

9 months ago

0.3.10

9 months ago

0.3.9

9 months ago

0.3.8

9 months ago

0.3.7

10 months ago

0.3.6

10 months ago

0.3.5

10 months ago

0.3.4

10 months ago

0.3.3

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago