Skip to content

Map quality is poor #656

@A1Gard

Description

@A1Gard

I used flutter map and openstreet map, but the map quality is to low. I used other services, but the problem still not solved.

FlutterMap(
  mapController: _mapcontroller,
  options: MapOptions(
	onTap: (ps) {
	 // di some thing
	},
	center: LatLng(_pos.latitude, _pos.longitude),
	zoom: 15.0,
	maxZoom: 18,
  ),
  layers: [
	TileLayerOptions(
		tileProvider: NetworkTileProvider(),
//                    urlTemplate: 'http://tile.memomaps.de/tilegen/{z}/{x}/{y}.png',
		urlTemplate: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
//                    urlTemplate: 'https://mt1.google.com/vt/lyrs=r&x={x}&y={y}&z={z}',
		subdomains: ['a', 'b', 'c']),
	MarkerLayerOptions(
	  markers: markers,
	)
  ],
),

image
Look at result the Curved lines!!!
Any idea to improve map quality ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions