-
Notifications
You must be signed in to change notification settings - Fork 69
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
FLUTTER_MAP RELATIONS: New Documentation #11
Comments
Hey, thanks for reaching out! It would be great to have this plugin included in the documentation. To answer your questions:
Yes, you can find it here: https://pub.dev/packages/vector_map_tiles
Yes, see https://pub.dev/packages/vector_map_tiles/example and API docs such as VectorTileLayerOptions
Yes, see https://github.com/greensopinion/flutter-vector-map-tiles/tree/main/example and a screenshot here: https://github.com/greensopinion/flutter-vector-map-tiles
n/a, it's not in beta
I don't see vector_map_tiles in the list, it would be great to have it added! Also https://flutter-map.vercel.app/miscellaneous/vector-tiles could refer to this plug-in.
fleaflet/flutter_map#928 provides a minimal addition to the readme, feel free to improve on it A good description of vector_map_tiles is provided:
|
Sure, no problem! I will link to (at least) the plugin list on that misc/vector-tiles page, as I am in two minds whether I should link directly to 3rd party plugins throughout documentation where necessary or whether I should just link to the plugins list to avoid 'advertising'. Whatever I chose I'll add your plugin the same as others (I'm trying to keep things roughly equal). I'll use this short description on the plugins list page:
... is that ok for you? I'll add your plugin to the list when I receive a few more responses from other plugin authors! |
Sure, that would be great. |
Hi there, |
JaffaKetchup, Thanks for asking! It looks great and is accurate. Thinking that people reading this page will come with the goal of deciding whether to use vector or raster tiles, I recommend some changes. How about something like this: Vector TilesMaps are composed of a grid, where each square in the grid is a tile. Vector tiles are a form of tile that represents data as a series of lines, polygons, points and text with metadata. Because they represent data and are not in a visual form, vector tiles can be rendered with any theme at any scale. This overcomes two major limitations of raster tiles. Vector tiles are also typically smaller and therefore make better use of internet bandwidth and storage. Vector tiles have the disadvantage of requiring specialized software to display, and are usually more computationally expensive to render. This can manifest itself as poor performance: slow to render maps, or skipped frames (jank) during animations such as pinching/zooming the map.
|
I have taken your advice and modified the page: https://flutter-map.vercel.app/miscellaneous/raster-vs-vector-tiles. |
Nice work! Looks fantastic. You may want to change the following:
Thanks again for your work on improving the docs! |
This message has been sent to multiple plugin authors, so it is not personalised
As part of fleaflet/flutter_map#992 & fleaflet/flutter_map#927 (reply in thread), I (a documentation author) am contacting plugin authors to ensure the information about this plugin on the new documentation is correct; or alternatively, if this plugin is not yet on the existing list, to check whether you would like to add your plugin to the new documentation.
I would also like you to check you conform to these new rules:
Currently I have copied over the existing plugin descriptions, and you can see these here: https://flutter-map.vercel.app/plugins/list. Please note that this documentation is currently unapproved and should not be used unless otherwise directed, as some information may be incorrect or missing, or might change in the future. There is no ETA at the moment, but things seem to be moving along.
Should you wish for the description to remain the same as current on the page linked above, you do not have to reply, you can close this issue.
If you wish to change any information, please leave this issue open and add your reply as a comment.
flutter_map
maintainers do not take any responsibility for this message, I am the sole author.On behalf of myself and the
flutter_map
community thank you for your excellent plugin :).The text was updated successfully, but these errors were encountered: