Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Maps4HTML/MapML.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.0
Choose a base ref
...
head repository: Maps4HTML/MapML.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.1
Choose a head ref
  • 12 commits
  • 146 files changed
  • 4 contributors

Commits on Aug 30, 2024

  1. Update version to 0.14.0

    prushforth committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d9b4fa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. fixed package-lock.json

    yushan-mu committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7b1ea51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #979 from yushan-mu/mybranch

    fixed package-lock.json
    yushan-mu authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a94847a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Fix #980

    prushforth committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7e351d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. - Change rollup to produce two targets: mapml-viewer.js and web-map.js

    - Refactor index.js, create index-web-map.js as separate start point for
    web-map.js build / rollup target
    - All .js files are bundled into the main targets. To Do: tree-shaking?
    - Move import statements into .js files that depend on the import.
    - Remove most symbols from the M global variable, leaving TCRS mostly
    - Create and import GlobalM.js. Rename options.js->DefaultMapOptions.js
    - pmtilesRules.js now does not require M.protomapsL usage, just use
    protomapsL import symbols directly (will affect experiment).
    - Update tests to keep them running / not flaky if possible
    prushforth committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9226b95 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Revert removal of M.geojson2mapml and M.mapml2geojson public API methods

    Add test to confirm their existence
    prushforth committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    dfa15e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Bundle web-map into mapml-viewer.

    Remove web-map build target.
    
    Refactor all web-map test html files to depend on mapml-viewer.js only
    Prettier format change to geojson2mapml.test.js
    prushforth committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d21452d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    2e9a660 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Bump body-parser and express

    Bumps [body-parser](https://github.com/expressjs/body-parser) to 1.20.3 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.
    
    
    Updates `body-parser` from 1.20.2 to 1.20.3
    - [Release notes](https://github.com/expressjs/body-parser/releases)
    - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
    - [Commits](expressjs/body-parser@1.20.2...1.20.3)
    
    Updates `express` from 4.19.2 to 4.21.0
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
    - [Commits](expressjs/express@4.19.2...4.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: body-parser
      dependency-type: indirect
    - dependency-name: express
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and prushforth committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    81b526c View commit details
    Browse the repository at this point in the history
  2. Bump rollup from 2.79.1 to 3.29.5

    Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 3.29.5.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v2.79.1...v3.29.5)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and prushforth committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d27daf7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. - Export MapViewer from module, allowing use of new MapViewer().

    - Fix broken favicon.ico link in attribution.
    - Remove unused rollup file. 
    - Update name of primary module files for esm and cjs(?) module systems 
    in package.json, to mapml.js.
    prushforth committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4911f2a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Update version to 0.14.1

    prushforth committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cc01561 View commit details
    Browse the repository at this point in the history
Loading