File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1313 <meta name =" theme-color" content =" #344440" >
1414
1515 <link rel =" stylesheet" type =" text/css" href =" https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" integrity =" sha256-eSi1q2PG6J7g7ib17yAaWMcrr5GrtohYChqibrV7PBE=" crossorigin =" anonymous" />
16- <link rel =" stylesheet" type = " text/css " href =" https://cdnjs.cloudflare. com/ajax/libs/ leaflet/1.3.4/ leaflet.css" integrity =" sha256-YR4HrDE479EpYZgeTkQfgVJq08+277UXxMLbi/YP69o= " crossorigin =" anonymous " />
16+ <link rel =" stylesheet" href =" https://unpkg. com/leaflet@1.7.1/dist/ leaflet.css" integrity =" sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A== " crossorigin =" " />
1717 <link rel =" stylesheet" type =" text/css" href =" https://cdn.datatables.net/v/bs4/dt-1.10.18/r-2.2.2/rg-1.1.0/sc-1.5.0/datatables.min.css" />
1818 <link rel =" stylesheet" type =" text/css" href =" https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css" />
1919 <link rel =" stylesheet" type =" text/css" href =" https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css" />
2323 <script type =" text/javascript" src =" https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity =" sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin =" anonymous" ></script >
2424 <script type =" text/javascript" src =" https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity =" sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin =" anonymous" ></script >
2525 <script type =" text/javascript" src =" https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" crossorigin =" anonymous" ></script >
26- <script type = " text/javascript " src =" https://cdnjs.cloudflare. com/ajax/libs/ leaflet/1.3.4/ leaflet.js" integrity =" sha256-tfcLorv/GWSrbbsn6NVgflWp1YOmTjyJ8HWtfXaOaJc= " crossorigin =" anonymous " ></script >
26+ <script src =" https://unpkg. com/leaflet@1.7.1/dist/ leaflet.js" integrity =" sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA== " crossorigin =" " ></script >
2727 <script type =" text/javascript" src =" https://cdn.datatables.net/v/bs4/dt-1.10.18/r-2.2.2/rg-1.1.0/sc-1.5.0/datatables.min.js" ></script >
2828 <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/leaflet-easyprint@2.1.9/dist/bundle.min.js" ></script >
2929 <script type =" text/javascript" src =" https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js" ></script >
Original file line number Diff line number Diff line change @@ -3978,6 +3978,7 @@ function getPokestopMarkerIcon (pokestop, ts) {
39783978 iconSize : [ stopSize , stopSize ] ,
39793979 iconAnchor : [ stopSize / 2 , iconAnchorY ] ,
39803980 popupAnchor : [ 0 , popupAnchorY ] ,
3981+ tooltipAnchor : [ 0.25 , stopSize - iconAnchorY - 1 ] ,
39813982 className : 'pokestop-marker' ,
39823983 html : activeInvasion
39833984 ? `<div class="marker-image-holder"><img src="/img/invasion/${ sizeId } _${ pokestop . grunt_type } .png"/></div>${ iconHtml } `
@@ -4093,6 +4094,7 @@ function getGymMarkerIcon (gym, ts) {
40934094 iconSize : [ gymSize , gymSize ] ,
40944095 iconAnchor : [ gymSize / 2 , iconAnchorY ] ,
40954096 popupAnchor : [ 0 , popupAnchorY ] ,
4097+ tooltipAnchor : [ 0.25 , gymSize - iconAnchorY - 1 ] ,
40964098 className : 'gym-marker' ,
40974099 html : iconHtml
40984100 } ) ;
You can’t perform that action at this time.
0 commit comments