wip
This commit is contained in:
@@ -1,18 +1,5 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
TODO:
|
||||
https://www.bing.com/maps/embed-a-map
|
||||
https://developers.google.com/maps/documentation/maps-static/intro
|
||||
https://wiki.openstreetmap.org/wiki/OpenLinkMap#Embed_map_in_another_website
|
||||
|
||||
embed via iframe:
|
||||
- bing
|
||||
- osm?
|
||||
javascript api:
|
||||
- all
|
||||
*/
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 882 B |
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"/js/index.js": "/js/index.js?id=fdadfceebf455b33ea99",
|
||||
"/css/index.css": "/css/index.css?id=81569dd7736e102f4342",
|
||||
"/img/marker.png": "/img/marker.png?id=654ced713d12ed4ae55d"
|
||||
"/css/index.css": "/css/index.css?id=81569dd7736e102f4342"
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 882 B |
@@ -5,6 +5,19 @@ namespace GoNoWare\Maps;
|
||||
use Illuminate\Support\Facades\Blade;
|
||||
use Illuminate\Support\ServiceProvider as BaseServiceProvider;
|
||||
|
||||
/*
|
||||
TODO:
|
||||
https://www.bing.com/maps/embed-a-map
|
||||
https://developers.google.com/maps/documentation/maps-static/intro
|
||||
https://wiki.openstreetmap.org/wiki/OpenLinkMap#Embed_map_in_another_website
|
||||
|
||||
embed via iframe:
|
||||
- bing
|
||||
- osm?
|
||||
javascript api:
|
||||
- all
|
||||
*/
|
||||
|
||||
class MapsServiceProvider extends BaseServiceProvider
|
||||
{
|
||||
/**
|
||||
|
||||
2
webpack.mix.js
vendored
2
webpack.mix.js
vendored
@@ -4,6 +4,6 @@ mix.setPublicPath('public')
|
||||
.setResourceRoot('resources')
|
||||
.js('resources/js/index.js', 'js')
|
||||
.sass('resources/sass/index.scss', 'css', {precision: 8})
|
||||
.copy('resources/img/marker.png', 'public/img')
|
||||
.copy('resources/img/*.png', 'public/img')
|
||||
.version('img');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user