Naoaki
Naoaki
closes #9
https://developers.google.com/maps/documentation/javascript/localization?hl=en > By default, the Maps JavaScript API uses the user's preferred language setting as specified in the browser, when displaying textual information such as the names for controls, copyright...
I got the following warning when I used this loader with webpack@5, but it worked fine without the exception of `options passed as query string`. ``` npm WARN [email protected] requires...
The version of d3 used in the demo is v3, which is old, so some of the APIs have changed in the latest v7. How about updating the examples in...
Hi, MarchingSquaresJS requires 2-dimensional input data, but i have very huge 1-dimensional ArrayLike data (e.g. Float32Array). Is there any better way than converting it to 2D data? One thing I'm...
Hi. I'd like to handle the title error cases. An extreme case, Great Firewall blocks any connections to gstatic.com. Is there any way to handle this kind of errors?
Demos did not work properly without paper-drawer-panel. I think it should be added to devDependencies.
Hi. Polylint detected ` is undefined` at https://github.com/leaflet-extras/leaflet-map/blob/58234773b35298519083eb956afdc10963d02514/leaflet-geojson.html#L23 . I think `name` should be replaced with `id`, or the dom-module definition should be removed unless it displays anything.
Hi, I'm using [web-components-shards](/PolymerLabs/web-component-shards) to separate vulcanized bundles. When I built `leaflet-map` with it, the following warnings were emitted. ``` Behavior leafletMap.LeafletPopupContent not found when mixing properties into leaflet-circle! Behavior...