nitramdemente / mixare

Automatically exported from code.google.com/p/mixare
0 stars 0 forks source link

Should append latitude,longitude,altitude,radius parameters to existing custom URL that contains parameters #159

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When updating custom datasource to: 
http://myapi.com/rest/v1/public/events?format=mix

2. Mixare sends: 
..../events?format=mixare?latitude=38.89965711&longitude=-77.02150975&altitude=7
2.0&radius=20.0 
3.

What is the expected output? What do you see instead?
The code should be updated to detect if parameters already exist,in the URL, if 
they do use '&', instead of always '?"
results should be:
/events?format=mixare&latitude=38.89965711&longitude=-77.02150975&altitude=72.0&
radius=20.0 

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by jeryl.c...@vanity-soft.com on 14 Oct 2014 at 6:32

GoogleCodeExporter commented 8 years ago
I fixed this and would like to push it to a branch.

Original comment by twoenc...@gmail.com on 19 Nov 2014 at 11:30