Skip to content
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

Does FlutterOSM supports vector base tiles ? #544

Open
adarshkumarsinghRB opened this issue Jul 23, 2024 · 4 comments
Open

Does FlutterOSM supports vector base tiles ? #544

adarshkumarsinghRB opened this issue Jul 23, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request Platform:Android Platform:iOS Platform:web WIP work in progress on this feature

Comments

@adarshkumarsinghRB
Copy link

adarshkumarsinghRB commented Jul 23, 2024

As i can see FlutterOSM has custom tiler option

controller = MapController.customLayer(
      initPosition: GeoPoint(
        latitude: 47.4358055,
        longitude: 8.4737324,
      ),
      customTile: CustomTile(
        sourceName: "opentopomap",
        tileExtension: ".png",
        minZoomLevel: 2,
        maxZoomLevel: 19,
        urlsServers: [
         TileURLs(
            //"https://tile.opentopomap.org/{z}/{x}/{y}"
            url: "https://tile.opentopomap.org/",
            subdomains: [],
          )
        ],
        tileSize: 256,
      ),
    )

Cc : @miladebadi @rockerer @SimonPrins @JobiJoba

@liodali
Copy link
Owner

liodali commented Jul 23, 2024

we support custom tile but not the vector is
not supported for now but im planning to add it

@liodali liodali added enhancement New feature or request start soon this issue will be working on soon Platform:iOS Platform:Android Platform:web labels Sep 8, 2024
@liodali liodali self-assigned this Sep 8, 2024
@jesussmile
Copy link
Contributor

Wow! Vector tiles would be so cool! I am also highly interested. Also mbtiles.

@liodali
Copy link
Owner

liodali commented Oct 24, 2024

i will start next week working on this topics

@liodali liodali added WIP work in progress on this feature and removed start soon this issue will be working on soon labels Nov 3, 2024
liodali added a commit that referenced this issue Nov 3, 2024
* add maplibre support
* create maplibre view
* create osmbase interface
liodali added a commit that referenced this issue Nov 24, 2024
* add changeMarker
* add drawPolyline
liodali added a commit that referenced this issue Nov 24, 2024
@jesussmile
Copy link
Contributor

@liodali How will the performance of Vector Tiles be ? i have seen a lot of people try and fail with it. Can they run from the current Flutter ui side without GPU support or will you call them natively ? This project seems insteresting, wondering how the performance will be like ? I am so proud of you! I have been with you since the early days and you are still providing so much help to the community.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Platform:Android Platform:iOS Platform:web WIP work in progress on this feature
Projects
None yet
Development

No branches or pull requests

3 participants