CristianEstiber

Results 4 issues of CristianEstiber

Hello, I have mapped my locales like that: 'localesMapping' => ['es' => 'es_ES', 'en-US' => 'en_US'], So an example of my routes would be: http://localhost/laravel/public/es_ES/aventura http://localhost/laravel/public/en_US/adventure this works fine except...

bug

I'm trying this piece of code but it doesn't work when I zoom, why? ``` $(function () { $(".mapcontainer").mapael({ map: { name: "europe", zoom: { enabled: true }, afterZoom :...

I'm trying to create a new map, calculate the x = xFactor + longitude + xOffset and y = yFactor * latitude + yOffset but at the end its not...

For example you can zoom on coords like panZoom.zoomAtPoint(2, {x: 50, y: 50}), is there a way to tell a path ID and zoom there? EDIT: also I'm trying to...