change domain
This commit is contained in:
parent
a924b8707f
commit
4c2d771ad1
@ -52,40 +52,40 @@
|
|||||||
{
|
{
|
||||||
var marker_addr = "";
|
var marker_addr = "";
|
||||||
|
|
||||||
marker_addr = "http://mephi1984.jino.ru/osm/marker.png";
|
marker_addr = "http://mephi1984.myjino.ru/osm/marker.png";
|
||||||
|
|
||||||
|
|
||||||
if (state == 0)
|
if (state == 0)
|
||||||
{
|
{
|
||||||
marker_addr = "http://mephi1984.jino.ru/osm/marker_mobile.png";
|
marker_addr = "http://mephi1984.myjino.ru/osm/marker_mobile.png";
|
||||||
}
|
}
|
||||||
else if (state == 1)
|
else if (state == 1)
|
||||||
{
|
{
|
||||||
marker_addr = "http://mephi1984.jino.ru/osm/marker.png";
|
marker_addr = "http://mephi1984.myjino.ru/osm/marker.png";
|
||||||
}
|
}
|
||||||
else if (state == 2)
|
else if (state == 2)
|
||||||
{
|
{
|
||||||
marker_addr = "http://mephi1984.jino.ru/osm/marker_alarm.png";
|
marker_addr = "http://mephi1984.myjino.ru/osm/marker_alarm.png";
|
||||||
}
|
}
|
||||||
else if (state == 3)
|
else if (state == 3)
|
||||||
{
|
{
|
||||||
marker_addr = "http://mephi1984.jino.ru/osm/marker_exclusion.png";
|
marker_addr = "http://mephi1984.myjino.ru/osm/marker_exclusion.png";
|
||||||
}
|
}
|
||||||
else if (state == 4)
|
else if (state == 4)
|
||||||
{
|
{
|
||||||
marker_addr = "http://mephi1984.jino.ru/osm/marker_throw.png";
|
marker_addr = "http://mephi1984.myjino.ru/osm/marker_throw.png";
|
||||||
}
|
}
|
||||||
else if (state == 5)
|
else if (state == 5)
|
||||||
{
|
{
|
||||||
marker_addr = "http://mephi1984.jino.ru/osm/marker_carousel.png";
|
marker_addr = "http://mephi1984.myjino.ru/osm/marker_carousel.png";
|
||||||
}
|
}
|
||||||
else if (state == 6)
|
else if (state == 6)
|
||||||
{
|
{
|
||||||
marker_addr = "http://mephi1984.jino.ru/osm/marker_assault.png";
|
marker_addr = "http://mephi1984.myjino.ru/osm/marker_assault.png";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
marker_addr = "http://mephi1984.jino.ru/osm/marker_alarm.png";
|
marker_addr = "http://mephi1984.myjino.ru/osm/marker_alarm.png";
|
||||||
}
|
}
|
||||||
|
|
||||||
return marker_addr;
|
return marker_addr;
|
||||||
|
Loading…
Reference in New Issue
Block a user