-
Notifications
You must be signed in to change notification settings - Fork 79
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
TypeError: this._adjustTilePoint is not a function #49
Comments
I have the same issue. |
same here... |
same here... |
The same problem is mentioned in #39 but it wasn't fixed. As we speak the last change is 7 years ago so it looks rather stale. For whoever feels like continuing on this, start with commenting out these lines: This made it render for me, however it seems that |
In a React functional component, my code:
` var style = {
"clickable": true,
"color": "#00D",
"fillColor": "#00D",
"weight": 1.0,
"opacity": 0.3,
"fillOpacity": 0.2
};
var hoverStyle = {
"fillOpacity": 0.5
};
On the line:
const geojsonTileLayer = new L.TileLayer.GeoJSON(geojsonURL, {....
I get:
TypeError: this._adjustTilePoint is not a function
Thank you
The text was updated successfully, but these errors were encountered: