Hi all!

I've created a view with geojson output using path argument (eg. trip/%/json)
While it works great if I call it directly, like trip/1/json, I have actual correct output, but when I try to use the same argument (trip/%/json) into a layer of OpenLayers, it doesn't work at all! Is there any other wildcat character that needs to be put there?
I'm using a view with a block to display the openlayers map while I browse the trip/1 url.

PS. If I directly use trip/1/json to the layer, it works fine, but I need it to be dynamic, based on the page the user is browsing at the moment.

Anyone has any idea if this is possible to be achieved at the moment?

Thanks, in advance!