Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add popup option #40

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Add popup option #40

wants to merge 7 commits into from

Commits on Nov 8, 2023

  1. Update lib.js

    Did this after encountering the follow error:
    
    Puppeteer old Headless deprecation warning:
        In the near future `headless: true` will default to the new Headless mode
        for Chrome instead of the old Headless implementation. For more
        information, please see https://developer.chrome.com/articles/new-headless/.
        Consider opting in early by passing `headless: "new"` to `puppeteer.launch()`
        If you encounter any bugs, please report them to https://github.com/puppeteer/puppeteer/issues/new/choose.
    
    Error opening browser
    {}
    TypeError: Cannot read properties of null (reading 'newPage')
    kenara committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    064950f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Update template.html

    If a popup parameter is set and the geojson string, parsed as an object, is a single item of type Point, render an opened popup.
    kenara committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    738873c View commit details
    Browse the repository at this point in the history
  2. Update template.html

    If a popup is rendered, don't show the close button.
    kenara committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a80c8b1 View commit details
    Browse the repository at this point in the history
  3. Update cli.js

    Add -P or --popup option to render an opened popup instead of a marker when GeoJSON string contains a single point
    kenara committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    bae6e29 View commit details
    Browse the repository at this point in the history
  4. Update lib.js

    Add Handlebars custom helper for use with popup option
    kenara committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6848178 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Add popup option
    kenara committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    428deea View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Update template.html

    Don't show the market icon if showing popup instead.
    kenara committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    aaee638 View commit details
    Browse the repository at this point in the history