We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[feature request] For a view mode like https://locator-tool.toolforge.org/#/map?category=Category:Muskau_Park&categoryDepth=7 make not (only) markers, but a small circles like
var l = L.geoJSON(x.geoJSON, { style: x.st, pointToLayer: function(feature, φλ) { return L.circleMarker(φλ, { radius: 4, weight: 3, color: feature.color }); } });
You can determine radius, wight and colour
Full query with both camera and object points have URL like https://wikimap.toolforge.org/api.php?cat=**NAME**&subcats&subcatdepth=8&camera=true&locator=true&allco=true .
Thank You for useable utility, @simon04 !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[feature request]
For a view mode like https://locator-tool.toolforge.org/#/map?category=Category:Muskau_Park&categoryDepth=7 make not (only) markers,
but a small circles like
You can determine radius, wight and colour
Full query with both camera and object points have URL like https://wikimap.toolforge.org/api.php?cat=**NAME**&subcats&subcatdepth=8&camera=true&locator=true&allco=true .
Thank You for useable utility, @simon04 !
The text was updated successfully, but these errors were encountered: