70 lines
2.6 KiB
XML
70 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="800" height="600" viewBox="0 0 800 600" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Fond de carte léger -->
|
|
<rect width="800" height="600" fill="#F9FAFB" />
|
|
|
|
<!-- Grille principale de rues -->
|
|
<g stroke="#E5E7EB" stroke-width="2">
|
|
<!-- Rues horizontales -->
|
|
<line x1="0" y1="100" x2="800" y2="100" />
|
|
<line x1="0" y1="200" x2="800" y2="200" />
|
|
<line x1="0" y1="300" x2="800" y2="300" />
|
|
<line x1="0" y1="400" x2="800" y2="400" />
|
|
<line x1="0" y1="500" x2="800" y2="500" />
|
|
|
|
<!-- Rues verticales -->
|
|
<line x1="100" y1="0" x2="100" y2="600" />
|
|
<line x1="200" y1="0" x2="200" y2="600" />
|
|
<line x1="300" y1="0" x2="300" y2="600" />
|
|
<line x1="400" y1="0" x2="400" y2="600" />
|
|
<line x1="500" y1="0" x2="500" y2="600" />
|
|
<line x1="600" y1="0" x2="600" y2="600" />
|
|
<line x1="700" y1="0" x2="700" y2="600" />
|
|
</g>
|
|
|
|
<!-- Rues secondaires -->
|
|
<g stroke="#E5E7EB" stroke-width="1">
|
|
<line x1="50" y1="0" x2="50" y2="600" />
|
|
<line x1="150" y1="0" x2="150" y2="600" />
|
|
<line x1="250" y1="0" x2="250" y2="600" />
|
|
<line x1="350" y1="0" x2="350" y2="600" />
|
|
<line x1="450" y1="0" x2="450" y2="600" />
|
|
<line x1="550" y1="0" x2="550" y2="600" />
|
|
<line x1="650" y1="0" x2="650" y2="600" />
|
|
<line x1="750" y1="0" x2="750" y2="600" />
|
|
|
|
<line x1="0" y1="50" x2="800" y2="50" />
|
|
<line x1="0" y1="150" x2="800" y2="150" />
|
|
<line x1="0" y1="250" x2="800" y2="250" />
|
|
<line x1="0" y1="350" x2="800" y2="350" />
|
|
<line x1="0" y1="450" x2="800" y2="450" />
|
|
<line x1="0" y1="550" x2="800" y2="550" />
|
|
</g>
|
|
|
|
<!-- Points d'intérêt (POI) -->
|
|
<g fill="#D1D5DB">
|
|
<rect x="120" y="120" width="60" height="60" rx="5" />
|
|
<rect x="320" y="220" width="40" height="40" rx="5" />
|
|
<rect x="520" y="320" width="50" height="70" rx="5" />
|
|
<rect x="220" y="420" width="70" height="50" rx="5" />
|
|
<rect x="620" y="120" width="50" height="50" rx="5" />
|
|
<rect x="420" y="470" width="40" height="60" rx="5" />
|
|
</g>
|
|
|
|
<!-- Parcs et espaces verts -->
|
|
<g fill="#E0F2F1" opacity="0.6">
|
|
<circle cx="150" cy="350" r="40" />
|
|
<circle cx="550" cy="150" r="30" />
|
|
<circle cx="650" cy="450" r="50" />
|
|
<circle cx="350" cy="550" r="35" />
|
|
<rect x="250" y="180" width="80" height="60" rx="10" />
|
|
</g>
|
|
|
|
<!-- Routes principales -->
|
|
<g stroke="#9CA3AF" stroke-width="5" opacity="0.4">
|
|
<line x1="0" y1="300" x2="800" y2="300" />
|
|
<line x1="400" y1="0" x2="400" y2="600" />
|
|
<path d="M800,100 C600,200 300,300 0,500" fill="none" />
|
|
</g>
|
|
</svg>
|