openrouteservice icon indicating copy to clipboard operation
openrouteservice copied to clipboard

There is no info how to apply the docker instance to use with open_route_service dart plugin

Open MiesSuomesta opened this issue 1 year ago • 0 comments

Page Link

N/A

Documentation is ...

Missing/Needed

Please Explain in Detail:

I'd like instructions how to apply the working docker installation to be used by open_route_service dart plugin?

It seems that the modification of the file $HOME/.pub-cache/hosted/pub.dev/open_route_service-1.2.3/lib/src/open_route_service_base.dart:

 /// The base URL of all the endpoints, https://api.openrouteservice.org
  //static const String _baseURL = 'https://api.openrouteservice.org';
  static const String _baseURL = 'https://api.mypublicdomain.fi/';

does nothing ?

Your Proposal for Changes:

I'd like documentation of the process to take the docker instance really to use with dart plugin (witch is awesome!) ..

Forum Topic Link

No response

MiesSuomesta avatar Jan 31 '24 19:01 MiesSuomesta