bozdoz

Results 62 issues of bozdoz

https://wordpress.org/support/topic/map-marker-on-hover-marker-link/#post-10458095

Feature
help wanted

Re: https://wordpress.org/support/topic/change-marker-color-2/#post-10709748

Feature
priority

should be easy enough to alter the svg through Leaflet options in JavaScript, or maybe through PHP (not a fan). For example: https://github.com/bozdoz/wp-plugin-leaflet-map/blob/master/scripts/leaflet-svg-icon.js#L37-L44 ```javascript var path = svgCreate('path', { fill:...

Feature

The idea is to have both key and value as textboxes (likely in a "custom variable" section). Where the user can add as many as they'd like. --- | key...

Feature

You could add a plugin handler with events such as `onMap`, so that developers can enqueue their own JS files and plug them into map/shape creation: ```javascript WPLeafletMap.on('map', (map) =>...

Feature

I'm using prettier without semicolons, with tslint. When I save a file, it is auto-formatted with prettier, and auto-fixed with typescript. However, the tslint plugin appears to be re-adding semi-colons...

I had issues bringing up the project and I realized everything was out-of-date. Ran `yarn rw update`, and compared with a brand new project to fix up any issues. Also...

I'm trying to get a local running version of this, but I can't get the database up. 1. I changed the datasource in schema.prisma to `sqlite` which was mentioned in...

Wondering how I can use jest snapshots while plotly is using its own randstr function (i.e. there's nothing to mock out)

Checks the version range with the version in the resolved fields; adds semver as a dependency to verify. ## Types of changes - [ ] Bug fix (non-breaking change which...